COLOR #558744

HEX: #558744
RGB: (85,135,68)

Color info

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

RGB color model

#558744 color RGB value is (85,135,68).

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

RGB channels and saturation

R 85 of 255 = 33%
G 135 of 255 = 53%
B 68 of 255 = 27%

85
135
68

R + G + B ~ 38%. #558744 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 135 + 68 = 288 (100%)
R 85 of 288 ~ 29.51%
G 135 of 288 ~ 46.88%
B 68 of 288 ~ 23.61%

%29.51
%46.88
%23.61

CMYK color model

#558744 color CMYK value is (37,0,50,47).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 49.63%
  • key color value is 47.06%
CMYK:
(37,0,50,47)
C37M0Y50K47 
(37%,0%,50%,47%)
(0.37/0.00/0.50/0.47)	

CMYK percentages

%37.04
%0
%49.63
%47.06

Codes

Color #558744 in popluar color models

558744
RGB8513568
HSL105°33.00%39.80%
HSB/HSV105°49.63%52.94%
CMYK37.04%0.00%49.63%
47.06%

Color #558744 in popluar number systems.

HEX558744
Decimal8513568
Binary1010101100001111000100
Octal125207104

Shades and tints

Shades of #558744

#558744
(85,135,68)
#4E7B3E
(78,123,62)
#476F38
(71,111,56)
#406332
(64,99,50)
#39572C
(57,87,44)
#324B26
(50,75,38)
#2B3F20
(43,63,32)
#24331A
(36,51,26)
#1D2714
(29,39,20)
#161B0E
(22,27,14)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #558744

#558744
(85,135,68)
#649155
(100,145,85)
#739B66
(115,155,102)
#82A577
(130,165,119)
#91AF88
(145,175,136)
#A0B999
(160,185,153)
#AFC3AA
(175,195,170)
#BECDBB
(190,205,187)
#CDD7CC
(205,215,204)
#DCE1DD
(220,225,221)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558744; }

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

This text font color is #558744.


Background Color

.myBgColor { background-color: #558744; }

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

This div background color is #558744.


Border color

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

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

This div border color is #558744.


Opacity

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

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

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

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

This text has shadow with #558744 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558744 on black background.


Color preview on white background

This text has color #558744 on white background.



Black color preview on #558744 background

This text has black color on #558744 background.


White color preview on #558744 background

This text has white color on #558744 background.