COLOR #558D2B

HEX: #558D2B
RGB: (85,141,43)

Color info

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

RGB color model

#558D2B color RGB value is (85,141,43).

  • red value is 85;
  • green value is 141;
  • blue value is 43.
RGB:
(85,141,43)
(33%,55%,17%)

RGB channels and saturation

R 85 of 255 = 33%
G 141 of 255 = 55%
B 43 of 255 = 17%

85
141
43

R + G + B ~ 35%. #558D2B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 141 + 43 = 269 (100%)
R 85 of 269 ~ 31.6%
G 141 of 269 ~ 52.42%
B 43 of 269 ~ 15.99%

%31.6
%52.42
%15.99

CMYK color model

#558D2B color CMYK value is (40,0,70,45).

  • cyan value is 39.72%
  • magenta value is 0.00%
  • yellow value is 69.50%
  • key color value is 44.71%
CMYK:
(40,0,70,45)
C40M0Y70K45 
(40%,0%,70%,45%)
(0.40/0.00/0.70/0.45)	

CMYK percentages

%39.72
%0
%69.5
%44.71

Codes

Color #558D2B in popluar color models

558D2B
RGB8514143
HSL94°53.26%36.08%
HSB/HSV94°69.50%55.29%
CMYK39.72%0.00%69.50%
44.71%

Color #558D2B in popluar number systems.

HEX558D2B
Decimal8514143
Binary101010110001101101011
Octal12521553

Shades and tints

Shades of #558D2B

#558D2B
(85,141,43)
#4E8128
(78,129,40)
#477525
(71,117,37)
#406922
(64,105,34)
#395D1F
(57,93,31)
#32511C
(50,81,28)
#2B4519
(43,69,25)
#243916
(36,57,22)
#1D2D13
(29,45,19)
#162110
(22,33,16)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #558D2B

#558D2B
(85,141,43)
#64973E
(100,151,62)
#73A151
(115,161,81)
#82AB64
(130,171,100)
#91B577
(145,181,119)
#A0BF8A
(160,191,138)
#AFC99D
(175,201,157)
#BED3B0
(190,211,176)
#CDDDC3
(205,221,195)
#DCE7D6
(220,231,214)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558D2B color. Also use rgb(85,141,43) instead hex code.

Text Font Color

.myTextColor { color: #558D2B; }

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

This text font color is #558D2B.


Background Color

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

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

This div background color is #558D2B.


Border color

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

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

This div border color is #558D2B.


Opacity

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

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

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

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

This text has shadow with #558D2B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558D2B on black background.


Color preview on white background

This text has color #558D2B on white background.



Black color preview on #558D2B background

This text has black color on #558D2B background.


White color preview on #558D2B background

This text has white color on #558D2B background.