Color Hex Logo

#558830 Color Hex

#558830
(85,136,48)
0 Favorites   0 Comments

Color spaces of #558830

RGB 8513648
HSL0.260.480.36
HSV95°65°53°
CMYK 0.380.000.65   0.47
XYZ13.084019.75305.9194
Yxy19.75300.33760.5097
Hunter Lab44.4443-25.228923.2144
CIE-Lab51.5568-33.024140.7121

#558830 color RGB value is (85,136,48).

#558830 hex color red value is 85, green value is 136 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #558830 hue: 0.26 , saturation: 0.48 and the lightness value of 558830 is 0.36.

The process color (four color CMYK) of #558830 color hex is 0.38, 0.00, 0.65, 0.47. Web safe color of #558830 is #669933. Color #558830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001000 00110000
Octal 125 210 60
Decimal 85 136 48
Hex 55 88 30

RGB Percentages of Color #558830

%31.60
%50.56
%17.84

CMYK Percentages of Color #558830

%38
%0
%65
%47

Triadic Colors of #558830

#558830 #305588 #883055

Analogous Colors of #558830

#558830 #308837 #818830

Monochromatic Colors of #558830

#558830

Complementary Color

#558830 #633088

#558830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558830 Color CSS Codes

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

#558830 Text Font Color

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

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


#558830 Background Color

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

This div background color is #558830


#558830 Border Color

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

This div border color is #558830


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,136,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 #558830">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558830


Comments

No comments written yet.

Please login to write comment.