COLOR #558E4C

HEX: #558E4C RGB: (85,142,76)

Color info

#558E4C contains mainly red and green colors. Web safe color of #558E4C is #669933 (or #693).

RGB color model

#558E4C color RGB value is (85,142,76).

RGB: (85,142,76) (33%, 56%, 30%)

RGB channels and saturation

R 85 of 255 = 33%
G 142 of 255 = 56%
B 76 of 255 = 30%

85
142
76

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

Portions of RGB colors in percentages

R + G + B = 85 + 142 + 76 = 303 (100%)
R 85 of 303 ~ 28.05%
G 142 of 303 ~ 46.86%
B 76 of 303 ~ 25.08'%

%28.05
%46.86
%25.08

CMYK color model

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

  • cyan value is 40.14%
  • magenta value is 0.00%
  • yellow value is 46.48%
  • key color value is 44.31%
CMYK: (40,0,46,44) C40M0Y46K44 (40%,0%,46%,44%) (0.40/0.00/0.46/0.44) 

CMYK percentages

%40.14
%0
%46.48
%44.31

Codes

Color #558E4C in popluar color models

55 8E 4C
RGB 85 142 76
HSL 112° 30.28% 42.75%
HSB/HSV 112° 46.48% 55.69%
CMYK 40.14% 0.00% 46.48%
44.31%

Color #558E4C in popluar number systems.

HEX 55 8E 4C
Decimal 85 142 76
Binary 1010101 10001110 1001100
Octal 125 216 114

Shades and tints

Shades of #558E4C

#558E4C
(85,142,76)
#4E8246
(78,130,70)
#477640
(71,118,64)
#406A3A
(64,106,58)
#395E34
(57,94,52)
#32522E
(50,82,46)
#2B4628
(43,70,40)
#243A22
(36,58,34)
#1D2E1C
(29,46,28)
#162216
(22,34,22)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #558E4C

#558E4C
(85,142,76)
#64985C
(100,152,92)
#73A26C
(115,162,108)
#82AC7C
(130,172,124)
#91B68C
(145,182,140)
#A0C09C
(160,192,156)
#AFCAAC
(175,202,172)
#BED4BC
(190,212,188)
#CDDECC
(205,222,204)
#DCE8DC
(220,232,220)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558E4C; }

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

This text font color is #558E4C.

Background Color

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

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

This div background color is #558E4C.

Border color

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

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

This div border color is #558E4C.

Opacity

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

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

Text with #558E4C 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 #558E4C;}

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

This text has shadow with #558E4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558E4C.

Preview

Color preview on black background

This text has color #558E4C on black background.


Color preview on white background

This text has color #558E4C on white background.


Black color preview on #558E4C background

This text has black color on #558E4C background.


White color preview on #558E4C background

This text has white color on #558E4C background.


Related colors

Complementary color

Complementary color for #hex is #AA71B3.


I love getcolorcode.com

Triadic colors

1 #4C558E and #8E4C55 with #558E4C are triadic colors.

2 #4C8E55 and #8E554C with #558E4C are triadic colors.