Color Hex Logo

#5c6441 Color Hex

#5C6441
(92,100,65)
0 Favorites   0 Comments

Color spaces of #5c6441

RGB 9210065
HSL0.200.210.32
HSV74°35°39°
CMYK 0.080.000.35   0.61
XYZ9.924911.77136.7500
Yxy11.77130.34890.4138
Hunter Lab34.3093-8.405412.3518
CIE-Lab40.8503-9.594118.8629

#5c6441 color RGB value is (92,100,65).

#5c6441 hex color red value is 92, green value is 100 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #5c6441 hue: 0.20 , saturation: 0.21 and the lightness value of 5c6441 is 0.32.

The process color (four color CMYK) of #5c6441 color hex is 0.08, 0.00, 0.35, 0.61. Web safe color of #5c6441 is #666633. Color #5c6441 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01100100 01000001
Octal 134 144 101
Decimal 92 100 65
Hex 5C 64 41

RGB Percentages of Color #5c6441

%35.80
%38.91
%25.29

CMYK Percentages of Color #5c6441

%8
%0
%35
%61

Triadic Colors of #5c6441

#5c6441 #415c64 #64415c

Analogous Colors of #5c6441

#5c6441 #4b6441 #645b41

Monochromatic Colors of #5c6441

#5c6441

Complementary Color

#5c6441 #494164

#5c6441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c6441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c6441 Color CSS Codes

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

#5c6441 Text Font Color

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

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


#5c6441 Background Color

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

This div background color is #5c6441


#5c6441 Border Color

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

This div border color is #5c6441


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,100,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5c6441; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5c6441;
  -webkit-box-shadow: 1px 1px 3px 2px #5c6441;
  box-shadow:         1px 1px 3px 2px #5c6441; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,100,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c6441


Comments

No comments written yet.

Please login to write comment.