COLOR #5F7975

HEX: #5F7975
RGB: (95,121,117)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

95
121
117

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

Portions of RGB colors in percentages

R + G + B =
95 + 121 + 117 = 333 (100%)
R 95 of 333 ~ 28.53%
G 121 of 333 ~ 36.34%
B 117 of 333 ~ 35.14%

%28.53
%36.34
%35.14

CMYK color model

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

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

CMYK percentages

%21.49
%0
%3.31
%52.55

Codes

Color #5F7975 in popluar color models

5F7975
RGB95121117
HSL171°12.04%42.35%
HSB/HSV171°21.49%47.45%
CMYK21.49%0.00%3.31%
52.55%

Color #5F7975 in popluar number systems.

HEX5F7975
Decimal95121117
Binary101111111110011110101
Octal137171165

Shades and tints

Shades of #5F7975

#5F7975
(95,121,117)
#576E6B
(87,110,107)
#4F6361
(79,99,97)
#475857
(71,88,87)
#3F4D4D
(63,77,77)
#374243
(55,66,67)
#2F3739
(47,55,57)
#272C2F
(39,44,47)
#1F2125
(31,33,37)
#17161B
(23,22,27)
#0F0B11
(15,11,17)
#000000
(0,0,0)

Tints of #5F7975

#5F7975
(95,121,117)
#6D8581
(109,133,129)
#7B918D
(123,145,141)
#899D99
(137,157,153)
#97A9A5
(151,169,165)
#A5B5B1
(165,181,177)
#B3C1BD
(179,193,189)
#C1CDC9
(193,205,201)
#CFD9D5
(207,217,213)
#DDE5E1
(221,229,225)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7975; }

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

This text font color is #5F7975.


Background Color

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

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

This div background color is #5F7975.


Border color

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

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

This div border color is #5F7975.


Opacity

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

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

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

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

This text has shadow with #5F7975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7975 on black background.


Color preview on white background

This text has color #5F7975 on white background.



Black color preview on #5F7975 background

This text has black color on #5F7975 background.


White color preview on #5F7975 background

This text has white color on #5F7975 background.