COLOR #559979

HEX: #559979
RGB: (85,153,121)

Color info

#559979 contains mainly green and blue colors. Web safe color of #559979 is #669966 (or #696).

RGB color model

#559979 color RGB value is (85,153,121).

  • red value is 85;
  • green value is 153;
  • blue value is 121.
RGB:
(85,153,121)
(33%,60%,47%)

RGB channels and saturation

R 85 of 255 = 33%
G 153 of 255 = 60%
B 121 of 255 = 47%

85
153
121

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

Portions of RGB colors in percentages

R + G + B =
85 + 153 + 121 = 359 (100%)
R 85 of 359 ~ 23.68%
G 153 of 359 ~ 42.62%
B 121 of 359 ~ 33.7%

%23.68
%42.62
%33.7

CMYK color model

#559979 color CMYK value is (44,0,21,40).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 20.92%
  • key color value is 40.00%
CMYK:
(44,0,21,40)
C44M0Y21K40 
(44%,0%,21%,40%)
(0.44/0.00/0.21/0.40)	

CMYK percentages

%44.44
%0
%20.92
%40

Codes

Color #559979 in popluar color models

559979
RGB85153121
HSL152°28.57%46.67%
HSB/HSV152°44.44%60.00%
CMYK44.44%0.00%20.92%
40.00%

Color #559979 in popluar number systems.

HEX559979
Decimal85153121
Binary1010101100110011111001
Octal125231171

Shades and tints

Shades of #559979

#559979
(85,153,121)
#4E8C6E
(78,140,110)
#477F63
(71,127,99)
#407258
(64,114,88)
#39654D
(57,101,77)
#325842
(50,88,66)
#2B4B37
(43,75,55)
#243E2C
(36,62,44)
#1D3121
(29,49,33)
#162416
(22,36,22)
#0F170B
(15,23,11)
#000000
(0,0,0)

Tints of #559979

#559979
(85,153,121)
#64A285
(100,162,133)
#73AB91
(115,171,145)
#82B49D
(130,180,157)
#91BDA9
(145,189,169)
#A0C6B5
(160,198,181)
#AFCFC1
(175,207,193)
#BED8CD
(190,216,205)
#CDE1D9
(205,225,217)
#DCEAE5
(220,234,229)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #559979 color. Also use rgb(85,153,121) instead hex code.

Text Font Color

.myTextColor { color: #559979; }

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

This text font color is #559979.


Background Color

.myBgColor { background-color: #559979; }

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

This div background color is #559979.


Border color

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

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

This div border color is #559979.


Opacity

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

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

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

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

This text has shadow with #559979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #559979 on black background.


Color preview on white background

This text has color #559979 on white background.



Black color preview on #559979 background

This text has black color on #559979 background.


White color preview on #559979 background

This text has white color on #559979 background.