COLOR #695967

HEX: #695967
RGB: (105,89,103)

Color info

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

RGB color model

#695967 color RGB value is (105,89,103).

  • red value is 105;
  • green value is 89;
  • blue value is 103.
RGB:
(105,89,103)
(41%,35%,40%)

RGB channels and saturation

R 105 of 255 = 41%
G 89 of 255 = 35%
B 103 of 255 = 40%

105
89
103

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

Portions of RGB colors in percentages

R + G + B =
105 + 89 + 103 = 297 (100%)
R 105 of 297 ~ 35.35%
G 89 of 297 ~ 29.97%
B 103 of 297 ~ 34.68%

%35.35
%29.97
%34.68

CMYK color model

#695967 color CMYK value is (0,15,2,59).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 1.90%
  • key color value is 58.82%
CMYK:
(0,15,2,59)
C0M15Y2K59 
(0%,15%,2%,59%)
(0.00/0.15/0.02/0.59)	

CMYK percentages

%0
%15.24
%1.9
%58.82

Codes

Color #695967 in popluar color models

695967
RGB10589103
HSL308°8.25%38.04%
HSB/HSV308°15.24%41.18%
CMYK0.00%15.24%1.90%
58.82%

Color #695967 in popluar number systems.

HEX695967
Decimal10589103
Binary110100110110011100111
Octal151131147

Shades and tints

Shades of #695967

#695967
(105,89,103)
#60515E
(96,81,94)
#574955
(87,73,85)
#4E414C
(78,65,76)
#453943
(69,57,67)
#3C313A
(60,49,58)
#332931
(51,41,49)
#2A2128
(42,33,40)
#21191F
(33,25,31)
#181116
(24,17,22)
#0F090D
(15,9,13)
#000000
(0,0,0)

Tints of #695967

#695967
(105,89,103)
#766874
(118,104,116)
#837781
(131,119,129)
#90868E
(144,134,142)
#9D959B
(157,149,155)
#AAA4A8
(170,164,168)
#B7B3B5
(183,179,181)
#C4C2C2
(196,194,194)
#D1D1CF
(209,209,207)
#DEE0DC
(222,224,220)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #695967 color. Also use rgb(105,89,103) instead hex code.

Text Font Color

.myTextColor { color: #695967; }

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

This text font color is #695967.


Background Color

.myBgColor { background-color: #695967; }

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

This div background color is #695967.


Border color

.myBorderColor { border: 1px solid #695967; }

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

This div border color is #695967.


Opacity

.myOpacity80 { color: #695967; opacity: 0.8; }

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

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

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

This text has shadow with #695967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695967 on black background.


Color preview on white background

This text has color #695967 on white background.



Black color preview on #695967 background

This text has black color on #695967 background.


White color preview on #695967 background

This text has white color on #695967 background.