COLOR #695D68

HEX: #695D68
RGB: (105,93,104)

Color info

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

RGB color model

#695D68 color RGB value is (105,93,104).

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

RGB channels and saturation

R 105 of 255 = 41%
G 93 of 255 = 36%
B 104 of 255 = 41%

105
93
104

R + G + B ~ 39%. #695D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 93 + 104 = 302 (100%)
R 105 of 302 ~ 34.77%
G 93 of 302 ~ 30.79%
B 104 of 302 ~ 34.44%

%34.77
%30.79
%34.44

CMYK color model

#695D68 color CMYK value is (0,11,1,59).

  • cyan value is 0.00%
  • magenta value is 11.43%
  • yellow value is 0.95%
  • key color value is 58.82%
CMYK:
(0,11,1,59)
C0M11Y1K59 
(0%,11%,1%,59%)
(0.00/0.11/0.01/0.59)	

CMYK percentages

%0
%11.43
%0.95
%58.82

Codes

Color #695D68 in popluar color models

695D68
RGB10593104
HSL305°6.06%38.82%
HSB/HSV305°11.43%41.18%
CMYK0.00%11.43%0.95%
58.82%

Color #695D68 in popluar number systems.

HEX695D68
Decimal10593104
Binary110100110111011101000
Octal151135150

Shades and tints

Shades of #695D68

#695D68
(105,93,104)
#60555F
(96,85,95)
#574D56
(87,77,86)
#4E454D
(78,69,77)
#453D44
(69,61,68)
#3C353B
(60,53,59)
#332D32
(51,45,50)
#2A2529
(42,37,41)
#211D20
(33,29,32)
#181517
(24,21,23)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #695D68

#695D68
(105,93,104)
#766B75
(118,107,117)
#837982
(131,121,130)
#90878F
(144,135,143)
#9D959C
(157,149,156)
#AAA3A9
(170,163,169)
#B7B1B6
(183,177,182)
#C4BFC3
(196,191,195)
#D1CDD0
(209,205,208)
#DEDBDD
(222,219,221)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695D68; }

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

This text font color is #695D68.


Background Color

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

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

This div background color is #695D68.


Border color

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

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

This div border color is #695D68.


Opacity

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

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

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

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

This text has shadow with #695D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695D68 on black background.


Color preview on white background

This text has color #695D68 on white background.



Black color preview on #695D68 background

This text has black color on #695D68 background.


White color preview on #695D68 background

This text has white color on #695D68 background.