Color Hex Logo

#556d3b Color Hex

#556D3B
(85,109,59)
0 Favorites   0 Comments

Color spaces of #556d3b

RGB 8510959
HSL0.250.300.33
HSV89°46°43°
CMYK 0.220.000.46   0.57
XYZ10.004413.18436.1552
Yxy13.18430.34090.4493
Hunter Lab36.3102-14.361515.3665
CIE-Lab43.0396-18.403925.0344

#556d3b color RGB value is (85,109,59).

#556d3b hex color red value is 85, green value is 109 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #556d3b hue: 0.25 , saturation: 0.30 and the lightness value of 556d3b is 0.33.

The process color (four color CMYK) of #556d3b color hex is 0.22, 0.00, 0.46, 0.57. Web safe color of #556d3b is #666633. Color #556d3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101101 00111011
Octal 125 155 73
Decimal 85 109 59
Hex 55 6D 3B

RGB Percentages of Color #556d3b

%33.60
%43.08
%23.32

CMYK Percentages of Color #556d3b

%22
%0
%46
%57

Triadic Colors of #556d3b

#556d3b #3b556d #6d3b55

Analogous Colors of #556d3b

#556d3b #3c6d3b #6d6c3b

Monochromatic Colors of #556d3b

#556d3b

Complementary Color

#556d3b #533b6d

#556d3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556d3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#556d3b Color CSS Codes

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

#556d3b Text Font Color

<p style="color:#556d3b">Text here</p>

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


#556d3b Background Color

<div style="background-color:#556d3b">
Div content here</div>

This div background color is #556d3b


#556d3b Border Color

<div style="border:3px solid #556d3b">
Div here</div>

This div border color is #556d3b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,109,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 #556d3b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556d3b


Comments

No comments written yet.

Please login to write comment.