Color Hex Logo

#558746 Color Hex

#558746
(85,135,70)
0 Favorites   0 Comments

Color spaces of #558746

RGB 8513570
HSL0.290.320.40
HSV106°48°53°
CMYK 0.370.000.48   0.47
XYZ13.515819.70148.8848
Yxy19.70140.32100.4679
Hunter Lab44.3863-23.322019.2023
CIE-Lab51.4979-29.961029.6278

#558746 color RGB value is (85,135,70).

#558746 hex color red value is 85, green value is 135 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #558746 hue: 0.29 , saturation: 0.32 and the lightness value of 558746 is 0.40.

The process color (four color CMYK) of #558746 color hex is 0.37, 0.00, 0.48, 0.47. Web safe color of #558746 is #669933. Color #558746 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10000111 01000110
Octal 125 207 106
Decimal 85 135 70
Hex 55 87 46

RGB Percentages of Color #558746

%29.31
%46.55
%24.14

CMYK Percentages of Color #558746

%37
%0
%48
%47

Triadic Colors of #558746

#558746 #465587 #874655

Analogous Colors of #558746

#558746 #468758 #768746

Monochromatic Colors of #558746

#558746

Complementary Color

#558746 #784687

#558746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558746 Color CSS Codes

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

#558746 Text Font Color

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

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


#558746 Background Color

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

This div background color is #558746


#558746 Border Color

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

This div border color is #558746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558746


Comments

No comments written yet.

Please login to write comment.