COLOR #5F8079

HEX: #5F8079
RGB: (95,128,121)

Color info

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

RGB color model

#5F8079 color RGB value is (95,128,121).

  • red value is 95;
  • green value is 128;
  • blue value is 121.
RGB:
(95,128,121)
(37%,50%,47%)

RGB channels and saturation

R 95 of 255 = 37%
G 128 of 255 = 50%
B 121 of 255 = 47%

95
128
121

R + G + B ~ 45%. #5F8079 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
95 + 128 + 121 = 344 (100%)
R 95 of 344 ~ 27.62%
G 128 of 344 ~ 37.21%
B 121 of 344 ~ 35.17%

%27.62
%37.21
%35.17

CMYK color model

#5F8079 color CMYK value is (26,0,5,50).

  • cyan value is 25.78%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • key color value is 49.80%
CMYK:
(26,0,5,50)
C26M0Y5K50 
(26%,0%,5%,50%)
(0.26/0.00/0.05/0.50)	

CMYK percentages

%25.78
%0
%5.47
%49.8

Codes

Color #5F8079 in popluar color models

5F8079
RGB95128121
HSL167°14.80%43.73%
HSB/HSV167°25.78%50.20%
CMYK25.78%0.00%5.47%
49.80%

Color #5F8079 in popluar number systems.

HEX5F8079
Decimal95128121
Binary1011111100000001111001
Octal137200171

Shades and tints

Shades of #5F8079

#5F8079
(95,128,121)
#57756E
(87,117,110)
#4F6A63
(79,106,99)
#475F58
(71,95,88)
#3F544D
(63,84,77)
#374942
(55,73,66)
#2F3E37
(47,62,55)
#27332C
(39,51,44)
#1F2821
(31,40,33)
#171D16
(23,29,22)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #5F8079

#5F8079
(95,128,121)
#6D8B85
(109,139,133)
#7B9691
(123,150,145)
#89A19D
(137,161,157)
#97ACA9
(151,172,169)
#A5B7B5
(165,183,181)
#B3C2C1
(179,194,193)
#C1CDCD
(193,205,205)
#CFD8D9
(207,216,217)
#DDE3E5
(221,227,229)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F8079 color. Also use rgb(95,128,121) instead hex code.

Text Font Color

.myTextColor { color: #5F8079; }

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

This text font color is #5F8079.


Background Color

.myBgColor { background-color: #5F8079; }

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

This div background color is #5F8079.


Border color

.myBorderColor { border: 1px solid #5F8079; }

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

This div border color is #5F8079.


Opacity

.myOpacity80 { color: #5F8079; opacity: 0.8; }

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

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

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

This text has shadow with #5F8079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F8079 on black background.


Color preview on white background

This text has color #5F8079 on white background.



Black color preview on #5F8079 background

This text has black color on #5F8079 background.


White color preview on #5F8079 background

This text has white color on #5F8079 background.