COLOR #695F5B

HEX: #695F5B
RGB: (105,95,91)

Color info

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

RGB color model

#695F5B color RGB value is (105,95,91).

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

RGB channels and saturation

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

105
95
91

R + G + B ~ 38%. #695F5B is quite dark color.

Portions of RGB colors in percentages

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

%36.08
%32.65
%31.27

CMYK color model

#695F5B color CMYK value is (0,10,13,59).

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

CMYK percentages

%0
%9.52
%13.33
%58.82

Codes

Color #695F5B in popluar color models

695F5B
RGB1059591
HSL17°7.14%38.43%
HSB/HSV17°13.33%41.18%
CMYK0.00%9.52%13.33%
58.82%

Color #695F5B in popluar number systems.

HEX695F5B
Decimal1059591
Binary110100110111111011011
Octal151137133

Shades and tints

Shades of #695F5B

#695F5B
(105,95,91)
#605753
(96,87,83)
#574F4B
(87,79,75)
#4E4743
(78,71,67)
#453F3B
(69,63,59)
#3C3733
(60,55,51)
#332F2B
(51,47,43)
#2A2723
(42,39,35)
#211F1B
(33,31,27)
#181713
(24,23,19)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #695F5B

#695F5B
(105,95,91)
#766D69
(118,109,105)
#837B77
(131,123,119)
#908985
(144,137,133)
#9D9793
(157,151,147)
#AAA5A1
(170,165,161)
#B7B3AF
(183,179,175)
#C4C1BD
(196,193,189)
#D1CFCB
(209,207,203)
#DEDDD9
(222,221,217)
#EBEBE7
(235,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695F5B; }

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

This text font color is #695F5B.


Background Color

.myBgColor { background-color: #695F5B; }

<div style="background-color:#695F5B">Inner text</div>

This div background color is #695F5B.


Border color

.myBorderColor { border: 1px solid #695F5B; }

<div style="border:3px solid #695F5B">Div</div>

This div border color is #695F5B.


Opacity

.myOpacity80 { color: #695F5B; opacity: 0.8; }

<p style="color:#695F5B;opacity:0.8;">80%</p>

Text with #695F5B 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 #695F5B;}

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

This text has shadow with #695F5B color.

.textShadow {text-shadow: 3px 3px 1px #695F5B, 3px 3px 1px red;}

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

This text has shadow with #695F5B primary color and red secondary color.


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

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

This text has shadow with #695F5B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695F5B on black background.


Color preview on white background

This text has color #695F5B on white background.



Black color preview on #695F5B background

This text has black color on #695F5B background.


White color preview on #695F5B background

This text has white color on #695F5B background.