COLOR #558E17

HEX: #558E17
RGB: (85,142,23)

Color info

#558E17 contains mainly red and green colors. Web safe color of #558E17 is #669900 (or #690).

RGB color model

#558E17 color RGB value is (85,142,23).

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

RGB channels and saturation

R 85 of 255 = 33%
G 142 of 255 = 56%
B 23 of 255 = 9%

85
142
23

R + G + B ~ 33%. #558E17 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 142 + 23 = 250 (100%)
R 85 of 250 ~ 34%
G 142 of 250 ~ 56.8%
B 23 of 250 ~ 9.2%

%34
%56.8

CMYK color model

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

  • cyan value is 40.14%
  • magenta value is 0.00%
  • yellow value is 83.80%
  • key color value is 44.31%
CMYK:
(40,0,84,44)
C40M0Y84K44 
(40%,0%,84%,44%)
(0.40/0.00/0.84/0.44)	

CMYK percentages

%40.14
%0
%83.8
%44.31

Codes

Color #558E17 in popluar color models

558E17
RGB8514223
HSL89°72.12%32.35%
HSB/HSV89°83.80%55.69%
CMYK40.14%0.00%83.80%
44.31%

Color #558E17 in popluar number systems.

HEX558E17
Decimal8514223
Binary10101011000111010111
Octal12521627

Shades and tints

Shades of #558E17

#558E17
(85,142,23)
#4E8215
(78,130,21)
#477613
(71,118,19)
#406A11
(64,106,17)
#395E0F
(57,94,15)
#32520D
(50,82,13)
#2B460B
(43,70,11)
#243A09
(36,58,9)
#1D2E07
(29,46,7)
#162205
(22,34,5)
#0F1603
(15,22,3)
#000000
(0,0,0)

Tints of #558E17

#558E17
(85,142,23)
#64982C
(100,152,44)
#73A241
(115,162,65)
#82AC56
(130,172,86)
#91B66B
(145,182,107)
#A0C080
(160,192,128)
#AFCA95
(175,202,149)
#BED4AA
(190,212,170)
#CDDEBF
(205,222,191)
#DCE8D4
(220,232,212)
#EBF2E9
(235,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558E17; }

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

This text font color is #558E17.


Background Color

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

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

This div background color is #558E17.


Border color

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

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

This div border color is #558E17.


Opacity

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

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

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

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

This text has shadow with #558E17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558E17 on black background.


Color preview on white background

This text has color #558E17 on white background.



Black color preview on #558E17 background

This text has black color on #558E17 background.


White color preview on #558E17 background

This text has white color on #558E17 background.