COLOR #558E44

HEX: #558E44
RGB: (85,142,68)

Color info

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

RGB color model

#558E44 color RGB value is (85,142,68).

  • red value is 85;
  • green value is 142;
  • blue value is 68.
RGB:
(85,142,68)
(33%,56%,27%)

RGB channels and saturation

R 85 of 255 = 33%
G 142 of 255 = 56%
B 68 of 255 = 27%

85
142
68

R + G + B ~ 39%. #558E44 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 142 + 68 = 295 (100%)
R 85 of 295 ~ 28.81%
G 142 of 295 ~ 48.14%
B 68 of 295 ~ 23.05%

%28.81
%48.14
%23.05

CMYK color model

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

  • cyan value is 40.14%
  • magenta value is 0.00%
  • yellow value is 52.11%
  • key color value is 44.31%
CMYK:
(40,0,52,44)
C40M0Y52K44 
(40%,0%,52%,44%)
(0.40/0.00/0.52/0.44)	

CMYK percentages

%40.14
%0
%52.11
%44.31

Codes

Color #558E44 in popluar color models

558E44
RGB8514268
HSL106°35.24%41.18%
HSB/HSV106°52.11%55.69%
CMYK40.14%0.00%52.11%
44.31%

Color #558E44 in popluar number systems.

HEX558E44
Decimal8514268
Binary1010101100011101000100
Octal125216104

Shades and tints

Shades of #558E44

#558E44
(85,142,68)
#4E823E
(78,130,62)
#477638
(71,118,56)
#406A32
(64,106,50)
#395E2C
(57,94,44)
#325226
(50,82,38)
#2B4620
(43,70,32)
#243A1A
(36,58,26)
#1D2E14
(29,46,20)
#16220E
(22,34,14)
#0F1608
(15,22,8)
#000000
(0,0,0)

Tints of #558E44

#558E44
(85,142,68)
#649855
(100,152,85)
#73A266
(115,162,102)
#82AC77
(130,172,119)
#91B688
(145,182,136)
#A0C099
(160,192,153)
#AFCAAA
(175,202,170)
#BED4BB
(190,212,187)
#CDDECC
(205,222,204)
#DCE8DD
(220,232,221)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558E44; }

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

This text font color is #558E44.


Background Color

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

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

This div background color is #558E44.


Border color

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

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

This div border color is #558E44.


Opacity

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

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

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

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

This text has shadow with #558E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558E44 on black background.


Color preview on white background

This text has color #558E44 on white background.



Black color preview on #558E44 background

This text has black color on #558E44 background.


White color preview on #558E44 background

This text has white color on #558E44 background.