COLOR #558558

HEX: #558558
RGB: (85,133,88)

Color info

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

RGB color model

#558558 color RGB value is (85,133,88).

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

RGB channels and saturation

R 85 of 255 = 33%
G 133 of 255 = 52%
B 88 of 255 = 35%

85
133
88

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

Portions of RGB colors in percentages

R + G + B =
85 + 133 + 88 = 306 (100%)
R 85 of 306 ~ 27.78%
G 133 of 306 ~ 43.46%
B 88 of 306 ~ 28.76%

%27.78
%43.46
%28.76

CMYK color model

#558558 color CMYK value is (36,0,34,48).

  • cyan value is 36.09%
  • magenta value is 0.00%
  • yellow value is 33.83%
  • key color value is 47.84%
CMYK:
(36,0,34,48)
C36M0Y34K48 
(36%,0%,34%,48%)
(0.36/0.00/0.34/0.48)	

CMYK percentages

%36.09
%0
%33.83
%47.84

Codes

Color #558558 in popluar color models

558558
RGB8513388
HSL124°22.02%42.75%
HSB/HSV124°36.09%52.16%
CMYK36.09%0.00%33.83%
47.84%

Color #558558 in popluar number systems.

HEX558558
Decimal8513388
Binary1010101100001011011000
Octal125205130

Shades and tints

Shades of #558558

#558558
(85,133,88)
#4E7950
(78,121,80)
#476D48
(71,109,72)
#406140
(64,97,64)
#395538
(57,85,56)
#324930
(50,73,48)
#2B3D28
(43,61,40)
#243120
(36,49,32)
#1D2518
(29,37,24)
#161910
(22,25,16)
#0F0D08
(15,13,8)
#000000
(0,0,0)

Tints of #558558

#558558
(85,133,88)
#649067
(100,144,103)
#739B76
(115,155,118)
#82A685
(130,166,133)
#91B194
(145,177,148)
#A0BCA3
(160,188,163)
#AFC7B2
(175,199,178)
#BED2C1
(190,210,193)
#CDDDD0
(205,221,208)
#DCE8DF
(220,232,223)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558558; }

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

This text font color is #558558.


Background Color

.myBgColor { background-color: #558558; }

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

This div background color is #558558.


Border color

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

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

This div border color is #558558.


Opacity

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

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

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

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

This text has shadow with #558558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558558 on black background.


Color preview on white background

This text has color #558558 on white background.



Black color preview on #558558 background

This text has black color on #558558 background.


White color preview on #558558 background

This text has white color on #558558 background.