COLOR #558262

HEX: #558262
RGB: (85,130,98)

Color info

#558262 contains red, green and blue colors in about the same proportion. Web safe color of #558262 is #669966 (or #696).

RGB color model

#558262 color RGB value is (85,130,98).

  • red value is 85;
  • green value is 130;
  • blue value is 98.
RGB:
(85,130,98)
(33%,51%,38%)

RGB channels and saturation

R 85 of 255 = 33%
G 130 of 255 = 51%
B 98 of 255 = 38%

85
130
98

R + G + B ~ 41%. #558262 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
85 + 130 + 98 = 313 (100%)
R 85 of 313 ~ 27.16%
G 130 of 313 ~ 41.53%
B 98 of 313 ~ 31.31%

%27.16
%41.53
%31.31

CMYK color model

#558262 color CMYK value is (35,0,25,49).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 49.02%
CMYK:
(35,0,25,49)
C35M0Y25K49 
(35%,0%,25%,49%)
(0.35/0.00/0.25/0.49)	

CMYK percentages

%34.62
%0
%24.62
%49.02

Codes

Color #558262 in popluar color models

558262
RGB8513098
HSL137°20.93%42.16%
HSB/HSV137°34.62%50.98%
CMYK34.62%0.00%24.62%
49.02%

Color #558262 in popluar number systems.

HEX558262
Decimal8513098
Binary1010101100000101100010
Octal125202142

Shades and tints

Shades of #558262

#558262
(85,130,98)
#4E775A
(78,119,90)
#476C52
(71,108,82)
#40614A
(64,97,74)
#395642
(57,86,66)
#324B3A
(50,75,58)
#2B4032
(43,64,50)
#24352A
(36,53,42)
#1D2A22
(29,42,34)
#161F1A
(22,31,26)
#0F1412
(15,20,18)
#000000
(0,0,0)

Tints of #558262

#558262
(85,130,98)
#648D70
(100,141,112)
#73987E
(115,152,126)
#82A38C
(130,163,140)
#91AE9A
(145,174,154)
#A0B9A8
(160,185,168)
#AFC4B6
(175,196,182)
#BECFC4
(190,207,196)
#CDDAD2
(205,218,210)
#DCE5E0
(220,229,224)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558262 color. Also use rgb(85,130,98) instead hex code.

Text Font Color

.myTextColor { color: #558262; }

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

This text font color is #558262.


Background Color

.myBgColor { background-color: #558262; }

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

This div background color is #558262.


Border color

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

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

This div border color is #558262.


Opacity

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

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

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

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

This text has shadow with #558262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558262 on black background.


Color preview on white background

This text has color #558262 on white background.



Black color preview on #558262 background

This text has black color on #558262 background.


White color preview on #558262 background

This text has white color on #558262 background.