Color Hex Logo

#558310 Color Hex

#558310
(85,131,16)
0 Favorites   0 Comments

Color spaces of #558310

RGB 8513116
HSL0.230.780.29
HSV84°88°51°
CMYK 0.350.000.88   0.49
XYZ11.956118.20133.3733
Yxy18.20130.35660.5428
Hunter Lab42.6630-24.636425.1761
CIE-Lab49.7394-32.832850.5290

#558310 color RGB value is (85,131,16).

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

The process color (four color CMYK) of #558310 color hex is 0.35, 0.00, 0.88, 0.49. Web safe color of #558310 is #669900. Color #558310 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000011 00010000
Octal 125 203 20
Decimal 85 131 16
Hex 55 83 10

RGB Percentages of Color #558310

%36.64
%56.47
%6.90

CMYK Percentages of Color #558310

%35
%0
%88
%49

Triadic Colors of #558310

#558310 #105583 #831055

Analogous Colors of #558310

#558310 #1c8310 #837810

Monochromatic Colors of #558310

#558310

Complementary Color

#558310 #3e1083

#558310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558310 Color CSS Codes

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

#558310 Text Font Color

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

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


#558310 Background Color

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

This div background color is #558310


#558310 Border Color

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

This div border color is #558310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558310


Comments

No comments written yet.

Please login to write comment.