Color Hex Logo

#556839 Color Hex

#556839
(85,104,57)
0 Favorites   0 Comments

Color spaces of #556839

RGB 8510457
HSL0.230.290.32
HSV84°45°41°
CMYK 0.180.000.45   0.59
XYZ9.435112.12735.7144
Yxy12.12730.34590.4446
Hunter Lab34.8243-12.580714.6480
CIE-Lab41.4177-15.978724.1159

#556839 color RGB value is (85,104,57).

#556839 hex color red value is 85, green value is 104 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #556839 hue: 0.23 , saturation: 0.29 and the lightness value of 556839 is 0.32.

The process color (four color CMYK) of #556839 color hex is 0.18, 0.00, 0.45, 0.59. Web safe color of #556839 is #666633. Color #556839 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101000 00111001
Octal 125 150 71
Decimal 85 104 57
Hex 55 68 39

RGB Percentages of Color #556839

%34.55
%42.28
%23.17

CMYK Percentages of Color #556839

%18
%0
%45
%59

Triadic Colors of #556839

#556839 #395568 #683955

Analogous Colors of #556839

#556839 #3e6839 #686439

Monochromatic Colors of #556839

#556839

Complementary Color

#556839 #4c3968

#556839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556839 Color CSS Codes

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

#556839 Text Font Color

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

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


#556839 Background Color

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

This div background color is #556839


#556839 Border Color

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

This div border color is #556839


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,104,57, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #556839; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #556839;
  -webkit-box-shadow: 1px 1px 3px 2px #556839;
  box-shadow:         1px 1px 3px 2px #556839; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556839


Comments

No comments written yet.

Please login to write comment.