COLOR #558669

HEX: #558669
RGB: (85,134,105)

Color info

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

RGB color model

#558669 color RGB value is (85,134,105).

  • red value is 85;
  • green value is 134;
  • blue value is 105.
RGB:
(85,134,105)
(33%,53%,41%)

RGB channels and saturation

R 85 of 255 = 33%
G 134 of 255 = 53%
B 105 of 255 = 41%

85
134
105

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

Portions of RGB colors in percentages

R + G + B =
85 + 134 + 105 = 324 (100%)
R 85 of 324 ~ 26.23%
G 134 of 324 ~ 41.36%
B 105 of 324 ~ 32.41%

%26.23
%41.36
%32.41

CMYK color model

#558669 color CMYK value is (37,0,22,47).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 21.64%
  • key color value is 47.45%
CMYK:
(37,0,22,47)
C37M0Y22K47 
(37%,0%,22%,47%)
(0.37/0.00/0.22/0.47)	

CMYK percentages

%36.57
%0
%21.64
%47.45

Codes

Color #558669 in popluar color models

558669
RGB85134105
HSL144°22.37%42.94%
HSB/HSV144°36.57%52.55%
CMYK36.57%0.00%21.64%
47.45%

Color #558669 in popluar number systems.

HEX558669
Decimal85134105
Binary1010101100001101101001
Octal125206151

Shades and tints

Shades of #558669

#558669
(85,134,105)
#4E7A60
(78,122,96)
#476E57
(71,110,87)
#40624E
(64,98,78)
#395645
(57,86,69)
#324A3C
(50,74,60)
#2B3E33
(43,62,51)
#24322A
(36,50,42)
#1D2621
(29,38,33)
#161A18
(22,26,24)
#0F0E0F
(15,14,15)
#000000
(0,0,0)

Tints of #558669

#558669
(85,134,105)
#649176
(100,145,118)
#739C83
(115,156,131)
#82A790
(130,167,144)
#91B29D
(145,178,157)
#A0BDAA
(160,189,170)
#AFC8B7
(175,200,183)
#BED3C4
(190,211,196)
#CDDED1
(205,222,209)
#DCE9DE
(220,233,222)
#EBF4EB
(235,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #558669 color. Also use rgb(85,134,105) instead hex code.

Text Font Color

.myTextColor { color: #558669; }

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

This text font color is #558669.


Background Color

.myBgColor { background-color: #558669; }

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

This div background color is #558669.


Border color

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

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

This div border color is #558669.


Opacity

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

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

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

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

This text has shadow with #558669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558669 on black background.


Color preview on white background

This text has color #558669 on white background.



Black color preview on #558669 background

This text has black color on #558669 background.


White color preview on #558669 background

This text has white color on #558669 background.