Color Hex Logo

#5c552a Color Hex

#5C552A
(92,85,42)
0 Favorites   0 Comments

Color spaces of #5c552a

RGB 928542
HSL0.140.370.26
HSV52°54°36°
CMYK 0.000.080.54   0.64
XYZ8.08018.93953.4901
Yxy8.93950.39400.4359
Hunter Lab29.8990-4.084214.0084
CIE-Lab35.8675-3.715525.8953

#5c552a color RGB value is (92,85,42).

#5c552a hex color red value is 92, green value is 85 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #5c552a hue: 0.14 , saturation: 0.37 and the lightness value of 5c552a is 0.26.

The process color (four color CMYK) of #5c552a color hex is 0.00, 0.08, 0.54, 0.64. Web safe color of #5c552a is #666633. Color #5c552a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01010101 00101010
Octal 134 125 52
Decimal 92 85 42
Hex 5C 55 2A

RGB Percentages of Color #5c552a

%42.01
%38.81
%19.18

CMYK Percentages of Color #5c552a

%0
%8
%54
%64

Triadic Colors of #5c552a

#5c552a #2a5c55 #552a5c

Analogous Colors of #5c552a

#5c552a #4a5c2a #5c3c2a

Monochromatic Colors of #5c552a

#5c552a

Complementary Color

#5c552a #2a315c

#5c552a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c552a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c552a Color CSS Codes

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

#5c552a Text Font Color

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

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


#5c552a Background Color

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

This div background color is #5c552a


#5c552a Border Color

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

This div border color is #5c552a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c552a


Comments

No comments written yet.

Please login to write comment.