COLOR #695A65

HEX: #695A65
RGB: (105,90,101)

Color info

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

RGB color model

#695A65 color RGB value is (105,90,101).

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

RGB channels and saturation

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

105
90
101

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

Portions of RGB colors in percentages

R + G + B =
105 + 90 + 101 = 296 (100%)
R 105 of 296 ~ 35.47%
G 90 of 296 ~ 30.41%
B 101 of 296 ~ 34.12%

%35.47
%30.41
%34.12

CMYK color model

#695A65 color CMYK value is (0,14,4,59).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 3.81%
  • key color value is 58.82%
CMYK:
(0,14,4,59)
C0M14Y4K59 
(0%,14%,4%,59%)
(0.00/0.14/0.04/0.59)	

CMYK percentages

%0
%14.29
%3.81
%58.82

Codes

Color #695A65 in popluar color models

695A65
RGB10590101
HSL316°7.69%38.24%
HSB/HSV316°14.29%41.18%
CMYK0.00%14.29%3.81%
58.82%

Color #695A65 in popluar number systems.

HEX695A65
Decimal10590101
Binary110100110110101100101
Octal151132145

Shades and tints

Shades of #695A65

#695A65
(105,90,101)
#60525C
(96,82,92)
#574A53
(87,74,83)
#4E424A
(78,66,74)
#453A41
(69,58,65)
#3C3238
(60,50,56)
#332A2F
(51,42,47)
#2A2226
(42,34,38)
#211A1D
(33,26,29)
#181214
(24,18,20)
#0F0A0B
(15,10,11)
#000000
(0,0,0)

Tints of #695A65

#695A65
(105,90,101)
#766973
(118,105,115)
#837881
(131,120,129)
#90878F
(144,135,143)
#9D969D
(157,150,157)
#AAA5AB
(170,165,171)
#B7B4B9
(183,180,185)
#C4C3C7
(196,195,199)
#D1D2D5
(209,210,213)
#DEE1E3
(222,225,227)
#EBF0F1
(235,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695A65; }

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

This text font color is #695A65.


Background Color

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

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

This div background color is #695A65.


Border color

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

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

This div border color is #695A65.


Opacity

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

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

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

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

This text has shadow with #695A65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695A65 on black background.


Color preview on white background

This text has color #695A65 on white background.



Black color preview on #695A65 background

This text has black color on #695A65 background.


White color preview on #695A65 background

This text has white color on #695A65 background.