Color Hex Logo

#558308 Color Hex

#558308
(85,131,8)
0 Favorites   0 Comments

Color spaces of #558308

RGB 851318
HSL0.230.880.27
HSV82°94°51°
CMYK 0.350.000.94   0.49
XYZ11.906418.18143.1116
Yxy18.18140.35860.5476
Hunter Lab42.6397-24.776325.5211
CIE-Lab49.7154-33.077152.1560

#558308 color RGB value is (85,131,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000011 00001000
Octal 125 203 10
Decimal 85 131 8
Hex 55 83 8

RGB Percentages of Color #558308

%37.95
%58.48
%3.57

CMYK Percentages of Color #558308

%35
%0
%94
%49

Triadic Colors of #558308

#558308 #085583 #830855

Analogous Colors of #558308

#558308 #188308 #837408

Monochromatic Colors of #558308

#558308

Complementary Color

#558308 #360883

#558308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558308 Color CSS Codes

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

#558308 Text Font Color

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

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


#558308 Background Color

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

This div background color is #558308


#558308 Border Color

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

This div border color is #558308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558308


Comments

No comments written yet.

Please login to write comment.