COLOR #695A70

HEX: #695A70
RGB: (105,90,112)

Color info

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

RGB color model

#695A70 color RGB value is (105,90,112).

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

RGB channels and saturation

R 105 of 255 = 41%
G 90 of 255 = 35%
B 112 of 255 = 44%

105
90
112

R + G + B ~ 40%. #695A70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 90 + 112 = 307 (100%)
R 105 of 307 ~ 34.2%
G 90 of 307 ~ 29.32%
B 112 of 307 ~ 36.48%

%34.2
%29.32
%36.48

CMYK color model

#695A70 color CMYK value is (6,20,0,56).

  • cyan value is 6.25%
  • magenta value is 19.64%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(6,20,0,56)
C6M20Y0K56 
(6%,20%,0%,56%)
(0.06/0.20/0.00/0.56)	

CMYK percentages

%6.25
%19.64
%0
%56.08

Codes

Color #695A70 in popluar color models

695A70
RGB10590112
HSL281°10.89%39.61%
HSB/HSV281°19.64%43.92%
CMYK6.25%19.64%0.00%
56.08%

Color #695A70 in popluar number systems.

HEX695A70
Decimal10590112
Binary110100110110101110000
Octal151132160

Shades and tints

Shades of #695A70

#695A70
(105,90,112)
#605266
(96,82,102)
#574A5C
(87,74,92)
#4E4252
(78,66,82)
#453A48
(69,58,72)
#3C323E
(60,50,62)
#332A34
(51,42,52)
#2A222A
(42,34,42)
#211A20
(33,26,32)
#181216
(24,18,22)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #695A70

#695A70
(105,90,112)
#76697D
(118,105,125)
#83788A
(131,120,138)
#908797
(144,135,151)
#9D96A4
(157,150,164)
#AAA5B1
(170,165,177)
#B7B4BE
(183,180,190)
#C4C3CB
(196,195,203)
#D1D2D8
(209,210,216)
#DEE1E5
(222,225,229)
#EBF0F2
(235,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #695A70; }

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

This text font color is #695A70.


Background Color

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

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

This div background color is #695A70.


Border color

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

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

This div border color is #695A70.


Opacity

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

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

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

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

This text has shadow with #695A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #695A70 on black background.


Color preview on white background

This text has color #695A70 on white background.



Black color preview on #695A70 background

This text has black color on #695A70 background.


White color preview on #695A70 background

This text has white color on #695A70 background.