COLOR #558442

HEX: #558442
RGB: (85,132,66)

Color info

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

RGB color model

#558442 color RGB value is (85,132,66).

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

RGB channels and saturation

R 85 of 255 = 33%
G 132 of 255 = 52%
B 66 of 255 = 26%

85
132
66

R + G + B ~ 37%. #558442 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 132 + 66 = 283 (100%)
R 85 of 283 ~ 30.04%
G 132 of 283 ~ 46.64%
B 66 of 283 ~ 23.32%

%30.04
%46.64
%23.32

CMYK color model

#558442 color CMYK value is (36,0,50,48).

  • cyan value is 35.61%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 48.24%
CMYK:
(36,0,50,48)
C36M0Y50K48 
(36%,0%,50%,48%)
(0.36/0.00/0.50/0.48)	

CMYK percentages

%35.61
%0
%50
%48.24

Codes

Color #558442 in popluar color models

558442
RGB8513266
HSL103°33.33%38.82%
HSB/HSV103°50.00%51.76%
CMYK35.61%0.00%50.00%
48.24%

Color #558442 in popluar number systems.

HEX558442
Decimal8513266
Binary1010101100001001000010
Octal125204102

Shades and tints

Shades of #558442

#558442
(85,132,66)
#4E783C
(78,120,60)
#476C36
(71,108,54)
#406030
(64,96,48)
#39542A
(57,84,42)
#324824
(50,72,36)
#2B3C1E
(43,60,30)
#243018
(36,48,24)
#1D2412
(29,36,18)
#16180C
(22,24,12)
#0F0C06
(15,12,6)
#000000
(0,0,0)

Tints of #558442

#558442
(85,132,66)
#648F53
(100,143,83)
#739A64
(115,154,100)
#82A575
(130,165,117)
#91B086
(145,176,134)
#A0BB97
(160,187,151)
#AFC6A8
(175,198,168)
#BED1B9
(190,209,185)
#CDDCCA
(205,220,202)
#DCE7DB
(220,231,219)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558442; }

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

This text font color is #558442.


Background Color

.myBgColor { background-color: #558442; }

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

This div background color is #558442.


Border color

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

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

This div border color is #558442.


Opacity

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

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

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

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

This text has shadow with #558442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558442 on black background.


Color preview on white background

This text has color #558442 on white background.



Black color preview on #558442 background

This text has black color on #558442 background.


White color preview on #558442 background

This text has white color on #558442 background.