COLOR #558402

HEX: #558402
RGB: (85,132,2)

Color info

#558402 contains mainly red and green colors. Web safe color of #558402 is #669900 (or #690).

RGB color model

#558402 color RGB value is (85,132,2).

  • red value is 85;
  • green value is 132;
  • blue value is 2.
RGB:
(85,132,2)
(33%,52%,1%)

RGB channels and saturation

R 85 of 255 = 33%
G 132 of 255 = 52%
B 2 of 255 = 1%

85
132
2

R + G + B ~ 29%. #558402 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 132 + 2 = 219 (100%)
R 85 of 219 ~ 38.81%
G 132 of 219 ~ 60.27%
B 2 of 219 ~ 0.91%

%38.81
%60.27

CMYK color model

#558402 color CMYK value is (36,0,98,48).

  • cyan value is 35.61%
  • magenta value is 0.00%
  • yellow value is 98.48%
  • key color value is 48.24%
CMYK:
(36,0,98,48)
C36M0Y98K48 
(36%,0%,98%,48%)
(0.36/0.00/0.98/0.48)	

CMYK percentages

%35.61
%0
%98.48
%48.24

Codes

Color #558402 in popluar color models

558402
RGB851322
HSL82°97.01%26.27%
HSB/HSV82°98.48%51.76%
CMYK35.61%0.00%98.48%
48.24%

Color #558402 in popluar number systems.

HEX558402
Decimal851322
Binary10101011000010010
Octal1252042

Shades and tints

Shades of #558402

#558402
(85,132,2)
#4E7802
(78,120,2)
#476C02
(71,108,2)
#406002
(64,96,2)
#395402
(57,84,2)
#324802
(50,72,2)
#2B3C02
(43,60,2)
#243002
(36,48,2)
#1D2402
(29,36,2)
#161802
(22,24,2)
#0F0C02
(15,12,2)
#000000
(0,0,0)

Tints of #558402

#558402
(85,132,2)
#648F19
(100,143,25)
#739A30
(115,154,48)
#82A547
(130,165,71)
#91B05E
(145,176,94)
#A0BB75
(160,187,117)
#AFC68C
(175,198,140)
#BED1A3
(190,209,163)
#CDDCBA
(205,220,186)
#DCE7D1
(220,231,209)
#EBF2E8
(235,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558402 color. Also use rgb(85,132,2) instead hex code.

Text Font Color

.myTextColor { color: #558402; }

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

This text font color is #558402.


Background Color

.myBgColor { background-color: #558402; }

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

This div background color is #558402.


Border color

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

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

This div border color is #558402.


Opacity

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

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

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

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

This text has shadow with #558402 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558402 on black background.


Color preview on white background

This text has color #558402 on white background.



Black color preview on #558402 background

This text has black color on #558402 background.


White color preview on #558402 background

This text has white color on #558402 background.