COLOR #5F695B

HEX: #5F695B
RGB: (95,105,91)

Color info

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

RGB color model

#5F695B color RGB value is (95,105,91).

  • red value is 95;
  • green value is 105;
  • blue value is 91.
RGB:
(95,105,91)
(37%,41%,36%)

RGB channels and saturation

R 95 of 255 = 37%
G 105 of 255 = 41%
B 91 of 255 = 36%

95
105
91

R + G + B ~ 38%. #5F695B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 105 + 91 = 291 (100%)
R 95 of 291 ~ 32.65%
G 105 of 291 ~ 36.08%
B 91 of 291 ~ 31.27%

%32.65
%36.08
%31.27

CMYK color model

#5F695B color CMYK value is (10,0,13,59).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 13.33%
  • key color value is 58.82%
CMYK:
(10,0,13,59)
C10M0Y13K59 
(10%,0%,13%,59%)
(0.10/0.00/0.13/0.59)	

CMYK percentages

%9.52
%0
%13.33
%58.82

Codes

Color #5F695B in popluar color models

5F695B
RGB9510591
HSL103°7.14%38.43%
HSB/HSV103°13.33%41.18%
CMYK9.52%0.00%13.33%
58.82%

Color #5F695B in popluar number systems.

HEX5F695B
Decimal9510591
Binary101111111010011011011
Octal137151133

Shades and tints

Shades of #5F695B

#5F695B
(95,105,91)
#576053
(87,96,83)
#4F574B
(79,87,75)
#474E43
(71,78,67)
#3F453B
(63,69,59)
#373C33
(55,60,51)
#2F332B
(47,51,43)
#272A23
(39,42,35)
#1F211B
(31,33,27)
#171813
(23,24,19)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #5F695B

#5F695B
(95,105,91)
#6D7669
(109,118,105)
#7B8377
(123,131,119)
#899085
(137,144,133)
#979D93
(151,157,147)
#A5AAA1
(165,170,161)
#B3B7AF
(179,183,175)
#C1C4BD
(193,196,189)
#CFD1CB
(207,209,203)
#DDDED9
(221,222,217)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F695B; }

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

This text font color is #5F695B.


Background Color

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

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

This div background color is #5F695B.


Border color

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

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

This div border color is #5F695B.


Opacity

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

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

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

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

This text has shadow with #5F695B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F695B on black background.


Color preview on white background

This text has color #5F695B on white background.



Black color preview on #5F695B background

This text has black color on #5F695B background.


White color preview on #5F695B background

This text has white color on #5F695B background.