Color Hex Logo

#61340e Color Hex

#61340E
(97,52,14)
0 Favorites   0 Comments

Color spaces of #61340e

RGB 975214
HSL0.080.750.22
HSV27°86°38°
CMYK 0.000.460.86   0.62
XYZ6.23705.02911.0574
Yxy5.02910.50610.4081
Hunter Lab22.425710.399312.9024
CIE-Lab26.817517.115431.1533

#61340e color RGB value is (97,52,14).

#61340e hex color red value is 97, green value is 52 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #61340e hue: 0.08 , saturation: 0.75 and the lightness value of 61340e is 0.22.

The process color (four color CMYK) of #61340e color hex is 0.00, 0.46, 0.86, 0.62. Web safe color of #61340e is #663300. Color #61340e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 00110100 00001110
Octal 141 64 16
Decimal 97 52 14
Hex 61 34 E

RGB Percentages of Color #61340e

%59.51
%31.90
%8.59

CMYK Percentages of Color #61340e

%0
%46
%86
%62

Triadic Colors of #61340e

#61340e #0e6134 #340e61

Analogous Colors of #61340e

#61340e #615e0e #610e11

Monochromatic Colors of #61340e

#61340e

Complementary Color

#61340e #0e3b61

#61340e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61340e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61340e Color CSS Codes

.mybgcolor {background-color:#61340e; } 
.myforecolor {color:#61340e; }
.mybordercolor {border:3px solid #61340e; }

#61340e Text Font Color

<p style="color:#61340e">Text here</p>

This sample text font color is #61340e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#61340e Background Color

<div style="background-color:#61340e">
Div content here</div>

This div background color is #61340e


#61340e Border Color

<div style="border:3px solid #61340e">
Div here</div>

This div border color is #61340e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,52,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61340e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61340e;
  -webkit-box-shadow: 1px 1px 3px 2px #61340e;
  box-shadow:         1px 1px 3px 2px #61340e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,52,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #61340e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #61340e;
  -webkit-box-shadow: 1px 1px 3px 2px #61340e;
  box-shadow:         1px 1px 3px 2px #61340e;">
Div content here</div>

This div box has shadow with color #61340e

#61340e Color Palettes


Comments

No comments written yet.

Please login to write comment.