COLOR #558056

HEX: #558056
RGB: (85,128,86)

Color info

#558056 contains red, green and blue colors in about the same proportion. Web safe color of #558056 is #666666 (or #666).

RGB color model

#558056 color RGB value is (85,128,86).

  • red value is 85;
  • green value is 128;
  • blue value is 86.
RGB:
(85,128,86)
(33%,50%,34%)

RGB channels and saturation

R 85 of 255 = 33%
G 128 of 255 = 50%
B 86 of 255 = 34%

85
128
86

R + G + B ~ 39%. #558056 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 128 + 86 = 299 (100%)
R 85 of 299 ~ 28.43%
G 128 of 299 ~ 42.81%
B 86 of 299 ~ 28.76%

%28.43
%42.81
%28.76

CMYK color model

#558056 color CMYK value is (34,0,33,50).

  • cyan value is 33.59%
  • magenta value is 0.00%
  • yellow value is 32.81%
  • key color value is 49.80%
CMYK:
(34,0,33,50)
C34M0Y33K50 
(34%,0%,33%,50%)
(0.34/0.00/0.33/0.50)	

CMYK percentages

%33.59
%0
%32.81
%49.8

Codes

Color #558056 in popluar color models

558056
RGB8512886
HSL121°20.19%41.76%
HSB/HSV121°33.59%50.20%
CMYK33.59%0.00%32.81%
49.80%

Color #558056 in popluar number systems.

HEX558056
Decimal8512886
Binary1010101100000001010110
Octal125200126

Shades and tints

Shades of #558056

#558056
(85,128,86)
#4E754F
(78,117,79)
#476A48
(71,106,72)
#405F41
(64,95,65)
#39543A
(57,84,58)
#324933
(50,73,51)
#2B3E2C
(43,62,44)
#243325
(36,51,37)
#1D281E
(29,40,30)
#161D17
(22,29,23)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #558056

#558056
(85,128,86)
#648B65
(100,139,101)
#739674
(115,150,116)
#82A183
(130,161,131)
#91AC92
(145,172,146)
#A0B7A1
(160,183,161)
#AFC2B0
(175,194,176)
#BECDBF
(190,205,191)
#CDD8CE
(205,216,206)
#DCE3DD
(220,227,221)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558056 color. Also use rgb(85,128,86) instead hex code.

Text Font Color

.myTextColor { color: #558056; }

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

This text font color is #558056.


Background Color

.myBgColor { background-color: #558056; }

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

This div background color is #558056.


Border color

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

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

This div border color is #558056.


Opacity

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

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

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

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

This text has shadow with #558056 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558056 on black background.


Color preview on white background

This text has color #558056 on white background.



Black color preview on #558056 background

This text has black color on #558056 background.


White color preview on #558056 background

This text has white color on #558056 background.