COLOR #558835

HEX: #558835
RGB: (85,136,53)

Color info

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

RGB color model

#558835 color RGB value is (85,136,53).

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

RGB channels and saturation

R 85 of 255 = 33%
G 136 of 255 = 53%
B 53 of 255 = 21%

85
136
53

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

Portions of RGB colors in percentages

R + G + B =
85 + 136 + 53 = 274 (100%)
R 85 of 274 ~ 31.02%
G 136 of 274 ~ 49.64%
B 53 of 274 ~ 19.34%

%31.02
%49.64
%19.34

CMYK color model

#558835 color CMYK value is (38,0,61,47).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 61.03%
  • key color value is 46.67%
CMYK:
(38,0,61,47)
C38M0Y61K47 
(38%,0%,61%,47%)
(0.38/0.00/0.61/0.47)	

CMYK percentages

%37.5
%0
%61.03
%46.67

Codes

Color #558835 in popluar color models

558835
RGB8513653
HSL97°43.92%37.06%
HSB/HSV97°61.03%53.33%
CMYK37.50%0.00%61.03%
46.67%

Color #558835 in popluar number systems.

HEX558835
Decimal8513653
Binary101010110001000110101
Octal12521065

Shades and tints

Shades of #558835

#558835
(85,136,53)
#4E7C31
(78,124,49)
#47702D
(71,112,45)
#406429
(64,100,41)
#395825
(57,88,37)
#324C21
(50,76,33)
#2B401D
(43,64,29)
#243419
(36,52,25)
#1D2815
(29,40,21)
#161C11
(22,28,17)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #558835

#558835
(85,136,53)
#649247
(100,146,71)
#739C59
(115,156,89)
#82A66B
(130,166,107)
#91B07D
(145,176,125)
#A0BA8F
(160,186,143)
#AFC4A1
(175,196,161)
#BECEB3
(190,206,179)
#CDD8C5
(205,216,197)
#DCE2D7
(220,226,215)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558835; }

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

This text font color is #558835.


Background Color

.myBgColor { background-color: #558835; }

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

This div background color is #558835.


Border color

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

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

This div border color is #558835.


Opacity

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

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

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

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

This text has shadow with #558835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558835 on black background.


Color preview on white background

This text has color #558835 on white background.



Black color preview on #558835 background

This text has black color on #558835 background.


White color preview on #558835 background

This text has white color on #558835 background.