COLOR #558674

HEX: #558674
RGB: (85,134,116)

Color info

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

RGB color model

#558674 color RGB value is (85,134,116).

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

RGB channels and saturation

R 85 of 255 = 33%
G 134 of 255 = 53%
B 116 of 255 = 45%

85
134
116

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

Portions of RGB colors in percentages

R + G + B =
85 + 134 + 116 = 335 (100%)
R 85 of 335 ~ 25.37%
G 134 of 335 ~ 40%
B 116 of 335 ~ 34.63%

%25.37
%40
%34.63

CMYK color model

#558674 color CMYK value is (37,0,13,47).

  • cyan value is 36.57%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 47.45%
CMYK:
(37,0,13,47)
C37M0Y13K47 
(37%,0%,13%,47%)
(0.37/0.00/0.13/0.47)	

CMYK percentages

%36.57
%0
%13.43
%47.45

Codes

Color #558674 in popluar color models

558674
RGB85134116
HSL158°22.37%42.94%
HSB/HSV158°36.57%52.55%
CMYK36.57%0.00%13.43%
47.45%

Color #558674 in popluar number systems.

HEX558674
Decimal85134116
Binary1010101100001101110100
Octal125206164

Shades and tints

Shades of #558674

#558674
(85,134,116)
#4E7A6A
(78,122,106)
#476E60
(71,110,96)
#406256
(64,98,86)
#39564C
(57,86,76)
#324A42
(50,74,66)
#2B3E38
(43,62,56)
#24322E
(36,50,46)
#1D2624
(29,38,36)
#161A1A
(22,26,26)
#0F0E10
(15,14,16)
#000000
(0,0,0)

Tints of #558674

#558674
(85,134,116)
#649180
(100,145,128)
#739C8C
(115,156,140)
#82A798
(130,167,152)
#91B2A4
(145,178,164)
#A0BDB0
(160,189,176)
#AFC8BC
(175,200,188)
#BED3C8
(190,211,200)
#CDDED4
(205,222,212)
#DCE9E0
(220,233,224)
#EBF4EC
(235,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #558674; }

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

This text font color is #558674.


Background Color

.myBgColor { background-color: #558674; }

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

This div background color is #558674.


Border color

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

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

This div border color is #558674.


Opacity

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

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

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

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

This text has shadow with #558674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #558674 on black background.


Color preview on white background

This text has color #558674 on white background.



Black color preview on #558674 background

This text has black color on #558674 background.


White color preview on #558674 background

This text has white color on #558674 background.