Color Hex Logo

#5e672c Color Hex

#5E672C
(94,103,44)
0 Favorites   0 Comments

Color spaces of #5e672c

RGB 9410344
HSL0.190.400.29
HSV69°57°40°
CMYK 0.090.000.57   0.60
XYZ9.921012.26204.2268
Yxy12.26200.37570.4643
Hunter Lab35.0171-10.707717.3553
CIE-Lab41.6295-12.983731.6417

#5e672c color RGB value is (94,103,44).

#5e672c hex color red value is 94, green value is 103 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #5e672c hue: 0.19 , saturation: 0.40 and the lightness value of 5e672c is 0.29.

The process color (four color CMYK) of #5e672c color hex is 0.09, 0.00, 0.57, 0.60. Web safe color of #5e672c is #666633. Color #5e672c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01100111 00101100
Octal 136 147 54
Decimal 94 103 44
Hex 5E 67 2C

RGB Percentages of Color #5e672c

%39.00
%42.74
%18.26

CMYK Percentages of Color #5e672c

%9
%0
%57
%60

Triadic Colors of #5e672c

#5e672c #2c5e67 #672c5e

Analogous Colors of #5e672c

#5e672c #41672c #67532c

Monochromatic Colors of #5e672c

#5e672c

Complementary Color

#5e672c #352c67

#5e672c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e672c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e672c Color CSS Codes

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

#5e672c Text Font Color

<p style="color:#5e672c">Text here</p>

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


#5e672c Background Color

<div style="background-color:#5e672c">
Div content here</div>

This div background color is #5e672c


#5e672c Border Color

<div style="border:3px solid #5e672c">
Div here</div>

This div border color is #5e672c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,103,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e672c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e672c;
  -webkit-box-shadow: 1px 1px 3px 2px #5e672c;
  box-shadow:         1px 1px 3px 2px #5e672c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,103,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e672c


Comments

No comments written yet.

Please login to write comment.