COLOR #558135

HEX: #558135 RGB: (85,129,53)

Color info

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

RGB color model

#558135 color RGB value is (85,129,53).

RGB: (85,129,53) (33%, 51%, 21%)

RGB channels and saturation

R 85 of 255 = 33%
G 129 of 255 = 51%
B 53 of 255 = 21%

85
129
53

R + G + B ~ 35%. #558135 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 129 + 53 = 267 (100%)
R 85 of 267 ~ 31.84%
G 129 of 267 ~ 48.31%
B 53 of 267 ~ 19.85'%

%31.84
%48.31
%19.85

CMYK color model

#558135 color CMYK value is (34,0,59,49).

  • cyan value is 34.11%
  • magenta value is 0.00%
  • yellow value is 58.91%
  • key color value is 49.41%

CMYK: (34,0,59,49)
C34M0Y59K49 (34%, 0%, 59%, 49%)
(0.34 / 0.00 / 0.59 / 0.49)

CMYK percentages

%34.11
%0
%58.91
%49.41

Codes

Color #558135 in popluar color models

55 81 35
RGB 85 129 53
HSL 95° 41.76% 35.69%
HSB/HSV 95° 58.91% 50.59%
CMYK 34.11% 0.00% 58.91%
49.41%

Color #558135 in popluar number systems.

HEX 55 81 35
Decimal 85 129 53
Binary 1010101 10000001 110101
Octal 125 201 65

Shades and tints

Shades of #558135

#558135
(85,129,53)
#4E7631
(78,118,49)
#476B2D
(71,107,45)
#406029
(64,96,41)
#395525
(57,85,37)
#324A21
(50,74,33)
#2B3F1D
(43,63,29)
#243419
(36,52,25)
#1D2915
(29,41,21)
#161E11
(22,30,17)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #558135

#558135
(85,129,53)
#648C47
(100,140,71)
#739759
(115,151,89)
#82A26B
(130,162,107)
#91AD7D
(145,173,125)
#A0B88F
(160,184,143)
#AFC3A1
(175,195,161)
#BECEB3
(190,206,179)
#CDD9C5
(205,217,197)
#DCE4D7
(220,228,215)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558135; }

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

This text font color is #558135.

Background Color

.myBgColor { background-color: #558135; }

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

This div background color is #558135.

Border color

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

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

This div border color is #558135.

Opacity

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

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

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

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

This text has shadow with #558135 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #558135.

Preview

Color preview on black background

This text has color #558135 on black background.


Color preview on white background

This text has color #558135 on white background.


Black color preview on #558135 background

This text has black color on #558135 background.


White color preview on #558135 background

This text has white color on #558135 background.


Related colors

Complementary color

Complementary color for #hex is #AA7ECA.


I love getcolorcode.com

Triadic colors

1 #355581 and #813555 with #558135 are triadic colors.

2 #358155 and #815535 with #558135 are triadic colors.