Color Hex Logo

#556330 Color Hex

#556330
(85,99,48)
0 Favorites   0 Comments

Color spaces of #556330

RGB 859948
HSL0.210.350.29
HSV76°52°39°
CMYK 0.140.000.52   0.61
XYZ8.741711.06844.4720
Yxy11.06840.36000.4558
Hunter Lab33.2692-11.319115.3188
CIE-Lab39.6954-14.371227.0221

#556330 color RGB value is (85,99,48).

#556330 hex color red value is 85, green value is 99 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #556330 hue: 0.21 , saturation: 0.35 and the lightness value of 556330 is 0.29.

The process color (four color CMYK) of #556330 color hex is 0.14, 0.00, 0.52, 0.61. Web safe color of #556330 is #666633. Color #556330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100011 00110000
Octal 125 143 60
Decimal 85 99 48
Hex 55 63 30

RGB Percentages of Color #556330

%36.64
%42.67
%20.69

CMYK Percentages of Color #556330

%14
%0
%52
%61

Triadic Colors of #556330

#556330 #305563 #633055

Analogous Colors of #556330

#556330 #3c6330 #635830

Monochromatic Colors of #556330

#556330

Complementary Color

#556330 #3e3063

#556330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556330 Color CSS Codes

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

#556330 Text Font Color

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

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


#556330 Background Color

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

This div background color is #556330


#556330 Border Color

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

This div border color is #556330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556330


Comments

No comments written yet.

Please login to write comment.