COLOR #558E4F

HEX: #558E4F RGB: (85,142,79)

Color info

#558E4F contains mainly red and green colors. Web safe color of #558E4F is #669966 (or #696).

RGB color model

#558E4F color RGB value is (85,142,79).

RGB: (85,142,79) (33%, 56%, 31%)

RGB channels and saturation

R 85 of 255 = 33%
G 142 of 255 = 56%
B 79 of 255 = 31%

85
142
79

R + G + B ~ 40%. #558E4F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 85 + 142 + 79 = 306 (100%)
R 85 of 306 ~ 27.78%
G 142 of 306 ~ 46.41%
B 79 of 306 ~ 25.82'%

%27.78
%46.41
%25.82

CMYK color model

#558E4F color CMYK value is (40,0,44,44).

  • cyan value is 40.14%
  • magenta value is 0.00%
  • yellow value is 44.37%
  • key color value is 44.31%
CMYK: (40,0,44,44) C40M0Y44K44 (40%,0%,44%,44%) (0.40/0.00/0.44/0.44) 

CMYK percentages

%40.14
%0
%44.37
%44.31

Codes

Color #558E4F in popluar color models

55 8E 4F
RGB 85 142 79
HSL 114° 28.51% 43.33%
HSB/HSV 114° 44.37% 55.69%
CMYK 40.14% 0.00% 44.37%
44.31%

Color #558E4F in popluar number systems.

HEX 55 8E 4F
Decimal 85 142 79
Binary 1010101 10001110 1001111
Octal 125 216 117

Shades and tints

Shades of #558E4F

#558E4F
(85,142,79)
#4E8248
(78,130,72)
#477641
(71,118,65)
#406A3A
(64,106,58)
#395E33
(57,94,51)
#32522C
(50,82,44)
#2B4625
(43,70,37)
#243A1E
(36,58,30)
#1D2E17
(29,46,23)
#162210
(22,34,16)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #558E4F

#558E4F
(85,142,79)
#64985F
(100,152,95)
#73A26F
(115,162,111)
#82AC7F
(130,172,127)
#91B68F
(145,182,143)
#A0C09F
(160,192,159)
#AFCAAF
(175,202,175)
#BED4BF
(190,212,191)
#CDDECF
(205,222,207)
#DCE8DF
(220,232,223)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558E4F color. Also use rgb(85,142,79) instead hex code.

Text Font Color

.myTextColor { color: #558E4F; }

<p style="color:#558E4F">This sample text font color is #558E4F.</p>

This text font color is #558E4F.

Background Color

.myBgColor { background-color: #558E4F; }

<div style="background-color:#558E4F">Inner text</div>

This div background color is #558E4F.

Border color

.myBorderColor { border: 1px solid #558E4F; }

<div style="border:3px solid #558E4F">Div</div>

This div border color is #558E4F.

Opacity

.myOpacity80 { color: #558E4F; opacity: 0.8; }

<p style="color:#558E4F;opacity:0.8;">80%</p>

Text with #558E4F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #558E4F;}

<p style="text-shadow: 3px 3px 1px #558E4F">Text here.</p>

This text has shadow with #558E4F color.


.textShadow {text-shadow: 3px 3px 1px #558E4F', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #558E4F, 5px 5px 20px red">Text here.</p>

This text has shadow with #558E4F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#558E4F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#558E4F, Direction=45, Strength=4)">Text</p>

This text has shadow with #558E4F and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #558E4F;
-webkit-box-shadow: 1px 1px 3px 2px #558E4F;
box-shadow: 1px 1px 3px 2px #558E4F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #558E4F; -webkit-box-shadow: 1px 1px 3px 2px #558E4F; box-shadow:1px 1px 3px 2px #558E4F;">
Div content here
</div>

This div box has shadow with color #558E4F.

Preview

Color preview on black background

This text has color #558E4F on black background.


Color preview on white background

This text has color #558E4F on white background.


Black color preview on #558E4F background

This text has black color on #558E4F background.


White color preview on #558E4F background

This text has white color on #558E4F background.


Related colors

Complementary color

Complementary color for #hex is #AA71B0.


I love getcolorcode.com

Triadic colors

1 #4F558E and #8E4F55 with #558E4F are triadic colors.

2 #4F8E55 and #8E554F with #558E4F are triadic colors.