COLOR #5F7979

HEX: #5F7979
RGB: (95,121,121)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
121
121

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

Portions of RGB colors in percentages

R + G + B =
95 + 121 + 121 = 337 (100%)
R 95 of 337 ~ 28.19%
G 121 of 337 ~ 35.91%
B 121 of 337 ~ 35.91%

%28.19
%35.91
%35.91

CMYK color model

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

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

CMYK percentages

%21.49
%0
%0
%52.55

Codes

Color #5F7979 in popluar color models

5F7979
RGB95121121
HSL180°12.04%42.35%
HSB/HSV180°21.49%47.45%
CMYK21.49%0.00%0.00%
52.55%

Color #5F7979 in popluar number systems.

HEX5F7979
Decimal95121121
Binary101111111110011111001
Octal137171171

Shades and tints

Shades of #5F7979

#5F7979
(95,121,121)
#576E6E
(87,110,110)
#4F6363
(79,99,99)
#475858
(71,88,88)
#3F4D4D
(63,77,77)
#374242
(55,66,66)
#2F3737
(47,55,55)
#272C2C
(39,44,44)
#1F2121
(31,33,33)
#171616
(23,22,22)
#0F0B0B
(15,11,11)
#000000
(0,0,0)

Tints of #5F7979

#5F7979
(95,121,121)
#6D8585
(109,133,133)
#7B9191
(123,145,145)
#899D9D
(137,157,157)
#97A9A9
(151,169,169)
#A5B5B5
(165,181,181)
#B3C1C1
(179,193,193)
#C1CDCD
(193,205,205)
#CFD9D9
(207,217,217)
#DDE5E5
(221,229,229)
#EBF1F1
(235,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7979; }

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

This text font color is #5F7979.


Background Color

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

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

This div background color is #5F7979.


Border color

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

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

This div border color is #5F7979.


Opacity

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

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

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

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

This text has shadow with #5F7979 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7979 on black background.


Color preview on white background

This text has color #5F7979 on white background.



Black color preview on #5F7979 background

This text has black color on #5F7979 background.


White color preview on #5F7979 background

This text has white color on #5F7979 background.