COLOR #558130

HEX: #558130
RGB: (85,129,48)

Color info

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

RGB color model

#558130 color RGB value is (85,129,48).

  • red value is 85;
  • green value is 129;
  • blue value is 48.
RGB:
(85,129,48)
(33%,51%,19%)

RGB channels and saturation

R 85 of 255 = 33%
G 129 of 255 = 51%
B 48 of 255 = 19%

85
129
48

R + G + B ~ 34%. #558130 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 129 + 48 = 262 (100%)
R 85 of 262 ~ 32.44%
G 129 of 262 ~ 49.24%
B 48 of 262 ~ 18.32%

%32.44
%49.24
%18.32

CMYK color model

#558130 color CMYK value is (34,0,63,49).

  • cyan value is 34.11%
  • magenta value is 0.00%
  • yellow value is 62.79%
  • key color value is 49.41%
CMYK:
(34,0,63,49)
C34M0Y63K49 
(34%,0%,63%,49%)
(0.34/0.00/0.63/0.49)	

CMYK percentages

%34.11
%0
%62.79
%49.41

Codes

Color #558130 in popluar color models

558130
RGB8512948
HSL93°45.76%34.71%
HSB/HSV93°62.79%50.59%
CMYK34.11%0.00%62.79%
49.41%

Color #558130 in popluar number systems.

HEX558130
Decimal8512948
Binary101010110000001110000
Octal12520160

Shades and tints

Shades of #558130

#558130
(85,129,48)
#4E762C
(78,118,44)
#476B28
(71,107,40)
#406024
(64,96,36)
#395520
(57,85,32)
#324A1C
(50,74,28)
#2B3F18
(43,63,24)
#243414
(36,52,20)
#1D2910
(29,41,16)
#161E0C
(22,30,12)
#0F1308
(15,19,8)
#000000
(0,0,0)

Tints of #558130

#558130
(85,129,48)
#648C42
(100,140,66)
#739754
(115,151,84)
#82A266
(130,162,102)
#91AD78
(145,173,120)
#A0B88A
(160,184,138)
#AFC39C
(175,195,156)
#BECEAE
(190,206,174)
#CDD9C0
(205,217,192)
#DCE4D2
(220,228,210)
#EBEFE4
(235,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558130; }

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

This text font color is #558130.


Background Color

.myBgColor { background-color: #558130; }

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

This div background color is #558130.


Border color

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

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

This div border color is #558130.


Opacity

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

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

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

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

This text has shadow with #558130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558130 on black background.


Color preview on white background

This text has color #558130 on white background.



Black color preview on #558130 background

This text has black color on #558130 background.


White color preview on #558130 background

This text has white color on #558130 background.