COLOR #558F47

HEX: #558F47
RGB: (85,143,71)

Color info

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

RGB color model

#558F47 color RGB value is (85,143,71).

  • red value is 85;
  • green value is 143;
  • blue value is 71.
RGB:
(85,143,71)
(33%,56%,28%)

RGB channels and saturation

R 85 of 255 = 33%
G 143 of 255 = 56%
B 71 of 255 = 28%

85
143
71

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

Portions of RGB colors in percentages

R + G + B =
85 + 143 + 71 = 299 (100%)
R 85 of 299 ~ 28.43%
G 143 of 299 ~ 47.83%
B 71 of 299 ~ 23.75%

%28.43
%47.83
%23.75

CMYK color model

#558F47 color CMYK value is (41,0,50,44).

  • cyan value is 40.56%
  • magenta value is 0.00%
  • yellow value is 50.35%
  • key color value is 43.92%
CMYK:
(41,0,50,44)
C41M0Y50K44 
(41%,0%,50%,44%)
(0.41/0.00/0.50/0.44)	

CMYK percentages

%40.56
%0
%50.35
%43.92

Codes

Color #558F47 in popluar color models

558F47
RGB8514371
HSL108°33.64%41.96%
HSB/HSV108°50.35%56.08%
CMYK40.56%0.00%50.35%
43.92%

Color #558F47 in popluar number systems.

HEX558F47
Decimal8514371
Binary1010101100011111000111
Octal125217107

Shades and tints

Shades of #558F47

#558F47
(85,143,71)
#4E8241
(78,130,65)
#47753B
(71,117,59)
#406835
(64,104,53)
#395B2F
(57,91,47)
#324E29
(50,78,41)
#2B4123
(43,65,35)
#24341D
(36,52,29)
#1D2717
(29,39,23)
#161A11
(22,26,17)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #558F47

#558F47
(85,143,71)
#649957
(100,153,87)
#73A367
(115,163,103)
#82AD77
(130,173,119)
#91B787
(145,183,135)
#A0C197
(160,193,151)
#AFCBA7
(175,203,167)
#BED5B7
(190,213,183)
#CDDFC7
(205,223,199)
#DCE9D7
(220,233,215)
#EBF3E7
(235,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558F47 color. Also use rgb(85,143,71) instead hex code.

Text Font Color

.myTextColor { color: #558F47; }

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

This text font color is #558F47.


Background Color

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

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

This div background color is #558F47.


Border color

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

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

This div border color is #558F47.


Opacity

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

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

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

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

This text has shadow with #558F47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558F47 on black background.


Color preview on white background

This text has color #558F47 on white background.



Black color preview on #558F47 background

This text has black color on #558F47 background.


White color preview on #558F47 background

This text has white color on #558F47 background.