COLOR #695F5D

HEX: #695F5D
RGB: (105,95,93)

Color info

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

RGB color model

#695F5D color RGB value is (105,95,93).

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

RGB channels and saturation

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

105
95
93

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

Portions of RGB colors in percentages

R + G + B =
105 + 95 + 93 = 293 (100%)
R 105 of 293 ~ 35.84%
G 95 of 293 ~ 32.42%
B 93 of 293 ~ 31.74%

%35.84
%32.42
%31.74

CMYK color model

#695F5D color CMYK value is (0,10,11,59).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 11.43%
  • key color value is 58.82%
CMYK:
(0,10,11,59)
C0M10Y11K59 
(0%,10%,11%,59%)
(0.00/0.10/0.11/0.59)	

CMYK percentages

%0
%9.52
%11.43
%58.82

Codes

Color #695F5D in popluar color models

695F5D
RGB1059593
HSL10°6.06%38.82%
HSB/HSV10°11.43%41.18%
CMYK0.00%9.52%11.43%
58.82%

Color #695F5D in popluar number systems.

HEX695F5D
Decimal1059593
Binary110100110111111011101
Octal151137135

Shades and tints

Shades of #695F5D

#695F5D
(105,95,93)
#605755
(96,87,85)
#574F4D
(87,79,77)
#4E4745
(78,71,69)
#453F3D
(69,63,61)
#3C3735
(60,55,53)
#332F2D
(51,47,45)
#2A2725
(42,39,37)
#211F1D
(33,31,29)
#181715
(24,23,21)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #695F5D

#695F5D
(105,95,93)
#766D6B
(118,109,107)
#837B79
(131,123,121)
#908987
(144,137,135)
#9D9795
(157,151,149)
#AAA5A3
(170,165,163)
#B7B3B1
(183,179,177)
#C4C1BF
(196,193,191)
#D1CFCD
(209,207,205)
#DEDDDB
(222,221,219)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695F5D; }

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

This text font color is #695F5D.


Background Color

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

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

This div background color is #695F5D.


Border color

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

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

This div border color is #695F5D.


Opacity

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

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

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

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

This text has shadow with #695F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695F5D on black background.


Color preview on white background

This text has color #695F5D on white background.



Black color preview on #695F5D background

This text has black color on #695F5D background.


White color preview on #695F5D background

This text has white color on #695F5D background.