COLOR #5F7970

HEX: #5F7970
RGB: (95,121,112)

Color info

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

RGB color model

#5F7970 color RGB value is (95,121,112).

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

RGB channels and saturation

R 95 of 255 = 37%
G 121 of 255 = 47%
B 112 of 255 = 44%

95
121
112

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

Portions of RGB colors in percentages

R + G + B =
95 + 121 + 112 = 328 (100%)
R 95 of 328 ~ 28.96%
G 121 of 328 ~ 36.89%
B 112 of 328 ~ 34.15%

%28.96
%36.89
%34.15

CMYK color model

#5F7970 color CMYK value is (21,0,7,53).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 7.44%
  • key color value is 52.55%
CMYK:
(21,0,7,53)
C21M0Y7K53 
(21%,0%,7%,53%)
(0.21/0.00/0.07/0.53)	

CMYK percentages

%21.49
%0
%7.44
%52.55

Codes

Color #5F7970 in popluar color models

5F7970
RGB95121112
HSL159°12.04%42.35%
HSB/HSV159°21.49%47.45%
CMYK21.49%0.00%7.44%
52.55%

Color #5F7970 in popluar number systems.

HEX5F7970
Decimal95121112
Binary101111111110011110000
Octal137171160

Shades and tints

Shades of #5F7970

#5F7970
(95,121,112)
#576E66
(87,110,102)
#4F635C
(79,99,92)
#475852
(71,88,82)
#3F4D48
(63,77,72)
#37423E
(55,66,62)
#2F3734
(47,55,52)
#272C2A
(39,44,42)
#1F2120
(31,33,32)
#171616
(23,22,22)
#0F0B0C
(15,11,12)
#000000
(0,0,0)

Tints of #5F7970

#5F7970
(95,121,112)
#6D857D
(109,133,125)
#7B918A
(123,145,138)
#899D97
(137,157,151)
#97A9A4
(151,169,164)
#A5B5B1
(165,181,177)
#B3C1BE
(179,193,190)
#C1CDCB
(193,205,203)
#CFD9D8
(207,217,216)
#DDE5E5
(221,229,229)
#EBF1F2
(235,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7970; }

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

This text font color is #5F7970.


Background Color

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

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

This div background color is #5F7970.


Border color

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

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

This div border color is #5F7970.


Opacity

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

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

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

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

This text has shadow with #5F7970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7970 on black background.


Color preview on white background

This text has color #5F7970 on white background.



Black color preview on #5F7970 background

This text has black color on #5F7970 background.


White color preview on #5F7970 background

This text has white color on #5F7970 background.