COLOR #5F7061

HEX: #5F7061
RGB: (95,112,97)

Color info

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

RGB color model

#5F7061 color RGB value is (95,112,97).

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

RGB channels and saturation

R 95 of 255 = 37%
G 112 of 255 = 44%
B 97 of 255 = 38%

95
112
97

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

Portions of RGB colors in percentages

R + G + B =
95 + 112 + 97 = 304 (100%)
R 95 of 304 ~ 31.25%
G 112 of 304 ~ 36.84%
B 97 of 304 ~ 31.91%

%31.25
%36.84
%31.91

CMYK color model

#5F7061 color CMYK value is (15,0,13,56).

  • cyan value is 15.18%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 56.08%
CMYK:
(15,0,13,56)
C15M0Y13K56 
(15%,0%,13%,56%)
(0.15/0.00/0.13/0.56)	

CMYK percentages

%15.18
%0
%13.39
%56.08

Codes

Color #5F7061 in popluar color models

5F7061
RGB9511297
HSL127°8.21%40.59%
HSB/HSV127°15.18%43.92%
CMYK15.18%0.00%13.39%
56.08%

Color #5F7061 in popluar number systems.

HEX5F7061
Decimal9511297
Binary101111111100001100001
Octal137160141

Shades and tints

Shades of #5F7061

#5F7061
(95,112,97)
#576659
(87,102,89)
#4F5C51
(79,92,81)
#475249
(71,82,73)
#3F4841
(63,72,65)
#373E39
(55,62,57)
#2F3431
(47,52,49)
#272A29
(39,42,41)
#1F2021
(31,32,33)
#171619
(23,22,25)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #5F7061

#5F7061
(95,112,97)
#6D7D6F
(109,125,111)
#7B8A7D
(123,138,125)
#89978B
(137,151,139)
#97A499
(151,164,153)
#A5B1A7
(165,177,167)
#B3BEB5
(179,190,181)
#C1CBC3
(193,203,195)
#CFD8D1
(207,216,209)
#DDE5DF
(221,229,223)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F7061; }

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

This text font color is #5F7061.


Background Color

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

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

This div background color is #5F7061.


Border color

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

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

This div border color is #5F7061.


Opacity

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

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

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

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

This text has shadow with #5F7061 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F7061 on black background.


Color preview on white background

This text has color #5F7061 on white background.



Black color preview on #5F7061 background

This text has black color on #5F7061 background.


White color preview on #5F7061 background

This text has white color on #5F7061 background.