Color Hex Logo

#37340e Color Hex

#37340E
(55,52,14)
0 Favorites   0 Comments

Color spaces of #37340e

RGB 555214
HSL0.150.590.14
HSV56°75°22°
CMYK 0.000.050.75   0.78
XYZ2.88283.29990.9005
Yxy3.29990.40700.4659
Hunter Lab18.1656-3.46279.7768
CIE-Lab21.2070-4.445423.6836

#37340e color RGB value is (55,52,14).

#37340e hex color red value is 55, green value is 52 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #37340e hue: 0.15 , saturation: 0.59 and the lightness value of 37340e is 0.14.

The process color (four color CMYK) of #37340e color hex is 0.00, 0.05, 0.75, 0.78. Web safe color of #37340e is #333300. Color #37340e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110100 00001110
Octal 67 64 16
Decimal 55 52 14
Hex 37 34 E

RGB Percentages of Color #37340e

%45.45
%42.98
%11.57

CMYK Percentages of Color #37340e

%0
%5
%75
%78

Triadic Colors of #37340e

#37340e #0e3734 #340e37

Analogous Colors of #37340e

#37340e #26370e #37200e

Monochromatic Colors of #37340e

#37340e

Complementary Color

#37340e #0e1137

#37340e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37340e Color Preview on White Background

Lorem ipsum dolor sit amet.

#37340e Color CSS Codes

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

#37340e Text Font Color

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

This sample text font color is #37340e
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.


#37340e Background Color

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

This div background color is #37340e


#37340e Border Color

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

This div border color is #37340e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,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 #37340e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37340e


Comments

No comments written yet.

Please login to write comment.