Color Hex Logo

#556315 Color Hex

#556315
(85,99,21)
0 Favorites   0 Comments

Color spaces of #556315

RGB 859921
HSL0.200.650.24
HSV71°79°39°
CMYK 0.140.000.79   0.61
XYZ8.343510.90912.3754
Yxy10.90910.38580.5044
Hunter Lab33.0289-12.709418.8562
CIE-Lab39.4269-16.694339.6795

#556315 color RGB value is (85,99,21).

#556315 hex color red value is 85, green value is 99 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #556315 hue: 0.20 , saturation: 0.65 and the lightness value of 556315 is 0.24.

The process color (four color CMYK) of #556315 color hex is 0.14, 0.00, 0.79, 0.61. Web safe color of #556315 is #666600. Color #556315 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100011 00010101
Octal 125 143 25
Decimal 85 99 21
Hex 55 63 15

RGB Percentages of Color #556315

%41.46
%48.29
%10.24

CMYK Percentages of Color #556315

%14
%0
%79
%61

Triadic Colors of #556315

#556315 #155563 #631555

Analogous Colors of #556315

#556315 #2e6315 #634a15

Monochromatic Colors of #556315

#556315

Complementary Color

#556315 #231563

#556315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556315 Color CSS Codes

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

#556315 Text Font Color

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

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


#556315 Background Color

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

This div background color is #556315


#556315 Border Color

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

This div border color is #556315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556315


Comments

No comments written yet.

Please login to write comment.