COLOR #695965

HEX: #695965
RGB: (105,89,101)

Color info

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

RGB color model

#695965 color RGB value is (105,89,101).

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

RGB channels and saturation

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

105
89
101

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

Portions of RGB colors in percentages

R + G + B =
105 + 89 + 101 = 295 (100%)
R 105 of 295 ~ 35.59%
G 89 of 295 ~ 30.17%
B 101 of 295 ~ 34.24%

%35.59
%30.17
%34.24

CMYK color model

#695965 color CMYK value is (0,15,4,59).

  • cyan value is 0.00%
  • magenta value is 15.24%
  • yellow value is 3.81%
  • key color value is 58.82%
CMYK:
(0,15,4,59)
C0M15Y4K59 
(0%,15%,4%,59%)
(0.00/0.15/0.04/0.59)	

CMYK percentages

%0
%15.24
%3.81
%58.82

Codes

Color #695965 in popluar color models

695965
RGB10589101
HSL315°8.25%38.04%
HSB/HSV315°15.24%41.18%
CMYK0.00%15.24%3.81%
58.82%

Color #695965 in popluar number systems.

HEX695965
Decimal10589101
Binary110100110110011100101
Octal151131145

Shades and tints

Shades of #695965

#695965
(105,89,101)
#60515C
(96,81,92)
#574953
(87,73,83)
#4E414A
(78,65,74)
#453941
(69,57,65)
#3C3138
(60,49,56)
#33292F
(51,41,47)
#2A2126
(42,33,38)
#21191D
(33,25,29)
#181114
(24,17,20)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #695965

#695965
(105,89,101)
#766873
(118,104,115)
#837781
(131,119,129)
#90868F
(144,134,143)
#9D959D
(157,149,157)
#AAA4AB
(170,164,171)
#B7B3B9
(183,179,185)
#C4C2C7
(196,194,199)
#D1D1D5
(209,209,213)
#DEE0E3
(222,224,227)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695965; }

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

This text font color is #695965.


Background Color

.myBgColor { background-color: #695965; }

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

This div background color is #695965.


Border color

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

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

This div border color is #695965.


Opacity

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

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

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

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

This text has shadow with #695965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695965 on black background.


Color preview on white background

This text has color #695965 on white background.



Black color preview on #695965 background

This text has black color on #695965 background.


White color preview on #695965 background

This text has white color on #695965 background.