COLOR #558058

HEX: #558058
RGB: (85,128,88)

Color info

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

RGB color model

#558058 color RGB value is (85,128,88).

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

RGB channels and saturation

R 85 of 255 = 33%
G 128 of 255 = 50%
B 88 of 255 = 35%

85
128
88

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

Portions of RGB colors in percentages

R + G + B =
85 + 128 + 88 = 301 (100%)
R 85 of 301 ~ 28.24%
G 128 of 301 ~ 42.52%
B 88 of 301 ~ 29.24%

%28.24
%42.52
%29.24

CMYK color model

#558058 color CMYK value is (34,0,31,50).

  • cyan value is 33.59%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 49.80%
CMYK:
(34,0,31,50)
C34M0Y31K50 
(34%,0%,31%,50%)
(0.34/0.00/0.31/0.50)	

CMYK percentages

%33.59
%0
%31.25
%49.8

Codes

Color #558058 in popluar color models

558058
RGB8512888
HSL124°20.19%41.76%
HSB/HSV124°33.59%50.20%
CMYK33.59%0.00%31.25%
49.80%

Color #558058 in popluar number systems.

HEX558058
Decimal8512888
Binary1010101100000001011000
Octal125200130

Shades and tints

Shades of #558058

#558058
(85,128,88)
#4E7550
(78,117,80)
#476A48
(71,106,72)
#405F40
(64,95,64)
#395438
(57,84,56)
#324930
(50,73,48)
#2B3E28
(43,62,40)
#243320
(36,51,32)
#1D2818
(29,40,24)
#161D10
(22,29,16)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #558058

#558058
(85,128,88)
#648B67
(100,139,103)
#739676
(115,150,118)
#82A185
(130,161,133)
#91AC94
(145,172,148)
#A0B7A3
(160,183,163)
#AFC2B2
(175,194,178)
#BECDC1
(190,205,193)
#CDD8D0
(205,216,208)
#DCE3DF
(220,227,223)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558058; }

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

This text font color is #558058.


Background Color

.myBgColor { background-color: #558058; }

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

This div background color is #558058.


Border color

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

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

This div border color is #558058.


Opacity

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

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

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

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

This text has shadow with #558058 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558058 on black background.


Color preview on white background

This text has color #558058 on white background.



Black color preview on #558058 background

This text has black color on #558058 background.


White color preview on #558058 background

This text has white color on #558058 background.