Color Hex Logo

#55813b Color Hex

#55813B
(85,129,59)
0 Favorites   0 Comments

Color spaces of #55813b

RGB 8512959
HSL0.270.370.37
HSV98°54°51°
CMYK 0.340.000.54   0.49
XYZ12.386017.94766.9491
Yxy17.94760.33220.4814
Hunter Lab42.3646-21.950619.9298
CIE-Lab49.4325-28.542732.8890

#55813b color RGB value is (85,129,59).

#55813b hex color red value is 85, green value is 129 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #55813b hue: 0.27 , saturation: 0.37 and the lightness value of 55813b is 0.37.

The process color (four color CMYK) of #55813b color hex is 0.34, 0.00, 0.54, 0.49. Web safe color of #55813b is #669933. Color #55813b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000001 00111011
Octal 125 201 73
Decimal 85 129 59
Hex 55 81 3B

RGB Percentages of Color #55813b

%31.14
%47.25
%21.61

CMYK Percentages of Color #55813b

%34
%0
%54
%49

Triadic Colors of #55813b

#55813b #3b5581 #813b55

Analogous Colors of #55813b

#55813b #3b8144 #78813b

Monochromatic Colors of #55813b

#55813b

Complementary Color

#55813b #673b81

#55813b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55813b Color Preview on White Background

Lorem ipsum dolor sit amet.

#55813b Color CSS Codes

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

#55813b Text Font Color

<p style="color:#55813b">Text here</p>

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


#55813b Background Color

<div style="background-color:#55813b">
Div content here</div>

This div background color is #55813b


#55813b Border Color

<div style="border:3px solid #55813b">
Div here</div>

This div border color is #55813b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,129,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55813b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55813b;
  -webkit-box-shadow: 1px 1px 3px 2px #55813b;
  box-shadow:         1px 1px 3px 2px #55813b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55813b


Comments

No comments written yet.

Please login to write comment.