COLOR #558839

HEX: #558839
RGB: (85,136,57)

Color info

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

RGB color model

#558839 color RGB value is (85,136,57).

  • red value is 85;
  • green value is 136;
  • blue value is 57.
RGB:
(85,136,57)
(33%,53%,22%)

RGB channels and saturation

R 85 of 255 = 33%
G 136 of 255 = 53%
B 57 of 255 = 22%

85
136
57

R + G + B ~ 36%. #558839 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 136 + 57 = 278 (100%)
R 85 of 278 ~ 30.58%
G 136 of 278 ~ 48.92%
B 57 of 278 ~ 20.5%

%30.58
%48.92
%20.5

CMYK color model

#558839 color CMYK value is (38,0,58,47).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 58.09%
  • key color value is 46.67%
CMYK:
(38,0,58,47)
C38M0Y58K47 
(38%,0%,58%,47%)
(0.38/0.00/0.58/0.47)	

CMYK percentages

%37.5
%0
%58.09
%46.67

Codes

Color #558839 in popluar color models

558839
RGB8513657
HSL99°40.93%37.84%
HSB/HSV99°58.09%53.33%
CMYK37.50%0.00%58.09%
46.67%

Color #558839 in popluar number systems.

HEX558839
Decimal8513657
Binary101010110001000111001
Octal12521071

Shades and tints

Shades of #558839

#558839
(85,136,57)
#4E7C34
(78,124,52)
#47702F
(71,112,47)
#40642A
(64,100,42)
#395825
(57,88,37)
#324C20
(50,76,32)
#2B401B
(43,64,27)
#243416
(36,52,22)
#1D2811
(29,40,17)
#161C0C
(22,28,12)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #558839

#558839
(85,136,57)
#64924B
(100,146,75)
#739C5D
(115,156,93)
#82A66F
(130,166,111)
#91B081
(145,176,129)
#A0BA93
(160,186,147)
#AFC4A5
(175,196,165)
#BECEB7
(190,206,183)
#CDD8C9
(205,216,201)
#DCE2DB
(220,226,219)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558839 color. Also use rgb(85,136,57) instead hex code.

Text Font Color

.myTextColor { color: #558839; }

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

This text font color is #558839.


Background Color

.myBgColor { background-color: #558839; }

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

This div background color is #558839.


Border color

.myBorderColor { border: 1px solid #558839; }

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

This div border color is #558839.


Opacity

.myOpacity80 { color: #558839; opacity: 0.8; }

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

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

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

This text has shadow with #558839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558839 on black background.


Color preview on white background

This text has color #558839 on white background.



Black color preview on #558839 background

This text has black color on #558839 background.


White color preview on #558839 background

This text has white color on #558839 background.