Color Hex Logo

#5c5a40 Color Hex

#5C5A40
(92,90,64)
0 Favorites   0 Comments

Color spaces of #5c5a40

RGB 929064
HSL0.150.180.31
HSV56°30°36°
CMYK 0.000.020.30   0.64
XYZ8.99529.95786.2984
Yxy9.95780.35620.3943
Hunter Lab31.5560-4.340610.2552
CIE-Lab37.7666-3.896315.3522

#5c5a40 color RGB value is (92,90,64).

#5c5a40 hex color red value is 92, green value is 90 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #5c5a40 hue: 0.15 , saturation: 0.18 and the lightness value of 5c5a40 is 0.31.

The process color (four color CMYK) of #5c5a40 color hex is 0.00, 0.02, 0.30, 0.64. Web safe color of #5c5a40 is #666633. Color #5c5a40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01011010 01000000
Octal 134 132 100
Decimal 92 90 64
Hex 5C 5A 40

RGB Percentages of Color #5c5a40

%37.40
%36.59
%26.02

CMYK Percentages of Color #5c5a40

%0
%2
%30
%64

Triadic Colors of #5c5a40

#5c5a40 #405c5a #5a405c

Analogous Colors of #5c5a40

#5c5a40 #505c40 #5c4c40

Monochromatic Colors of #5c5a40

#5c5a40

Complementary Color

#5c5a40 #40425c

#5c5a40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c5a40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c5a40 Color CSS Codes

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

#5c5a40 Text Font Color

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

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


#5c5a40 Background Color

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

This div background color is #5c5a40


#5c5a40 Border Color

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

This div border color is #5c5a40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c5a40


Comments

No comments written yet.

Please login to write comment.