COLOR #558754

HEX: #558754
RGB: (85,135,84)

Color info

#558754 contains red, green and blue colors in about the same proportion. Web safe color of #558754 is #669966 (or #696).

RGB color model

#558754 color RGB value is (85,135,84).

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

RGB channels and saturation

R 85 of 255 = 33%
G 135 of 255 = 53%
B 84 of 255 = 33%

85
135
84

R + G + B ~ 40%. #558754 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 135 + 84 = 304 (100%)
R 85 of 304 ~ 27.96%
G 135 of 304 ~ 44.41%
B 84 of 304 ~ 27.63%

%27.96
%44.41
%27.63

CMYK color model

#558754 color CMYK value is (37,0,38,47).

  • cyan value is 37.04%
  • magenta value is 0.00%
  • yellow value is 37.78%
  • key color value is 47.06%
CMYK:
(37,0,38,47)
C37M0Y38K47 
(37%,0%,38%,47%)
(0.37/0.00/0.38/0.47)	

CMYK percentages

%37.04
%0
%37.78
%47.06

Codes

Color #558754 in popluar color models

558754
RGB8513584
HSL119°23.29%42.94%
HSB/HSV119°37.78%52.94%
CMYK37.04%0.00%37.78%
47.06%

Color #558754 in popluar number systems.

HEX558754
Decimal8513584
Binary1010101100001111010100
Octal125207124

Shades and tints

Shades of #558754

#558754
(85,135,84)
#4E7B4D
(78,123,77)
#476F46
(71,111,70)
#40633F
(64,99,63)
#395738
(57,87,56)
#324B31
(50,75,49)
#2B3F2A
(43,63,42)
#243323
(36,51,35)
#1D271C
(29,39,28)
#161B15
(22,27,21)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #558754

#558754
(85,135,84)
#649163
(100,145,99)
#739B72
(115,155,114)
#82A581
(130,165,129)
#91AF90
(145,175,144)
#A0B99F
(160,185,159)
#AFC3AE
(175,195,174)
#BECDBD
(190,205,189)
#CDD7CC
(205,215,204)
#DCE1DB
(220,225,219)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558754; }

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

This text font color is #558754.


Background Color

.myBgColor { background-color: #558754; }

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

This div background color is #558754.


Border color

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

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

This div border color is #558754.


Opacity

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

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

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

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

This text has shadow with #558754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558754 on black background.


Color preview on white background

This text has color #558754 on white background.



Black color preview on #558754 background

This text has black color on #558754 background.


White color preview on #558754 background

This text has white color on #558754 background.