Color Hex Logo

#556538 Color Hex

#556538
(85,101,56)
0 Favorites   0 Comments

Color spaces of #556538

RGB 8510156
HSL0.230.290.31
HSV81°45°40°
CMYK 0.160.000.45   0.60
XYZ9.113811.52425.4854
Yxy11.52420.34890.4411
Hunter Lab33.9473-11.486114.1827
CIE-Lab40.4497-14.464423.4608

#556538 color RGB value is (85,101,56).

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

The process color (four color CMYK) of #556538 color hex is 0.16, 0.00, 0.45, 0.60. Web safe color of #556538 is #666633. Color #556538 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100101 00111000
Octal 125 145 70
Decimal 85 101 56
Hex 55 65 38

RGB Percentages of Color #556538

%35.12
%41.74
%23.14

CMYK Percentages of Color #556538

%16
%0
%45
%60

Triadic Colors of #556538

#556538 #385565 #653855

Analogous Colors of #556538

#556538 #3f6538 #655f38

Monochromatic Colors of #556538

#556538

Complementary Color

#556538 #483865

#556538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556538 Color CSS Codes

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

#556538 Text Font Color

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

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


#556538 Background Color

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

This div background color is #556538


#556538 Border Color

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

This div border color is #556538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556538


Comments

No comments written yet.

Please login to write comment.