COLOR #696370

HEX: #696370
RGB: (105,99,112)

Color info

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

RGB color model

#696370 color RGB value is (105,99,112).

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

RGB channels and saturation

R 105 of 255 = 41%
G 99 of 255 = 39%
B 112 of 255 = 44%

105
99
112

R + G + B ~ 41%. #696370 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 99 + 112 = 316 (100%)
R 105 of 316 ~ 33.23%
G 99 of 316 ~ 31.33%
B 112 of 316 ~ 35.44%

%33.23
%31.33
%35.44

CMYK color model

#696370 color CMYK value is (6,12,0,56).

  • cyan value is 6.25%
  • magenta value is 11.61%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(6,12,0,56)
C6M12Y0K56 
(6%,12%,0%,56%)
(0.06/0.12/0.00/0.56)	

CMYK percentages

%6.25
%11.61
%0
%56.08

Codes

Color #696370 in popluar color models

696370
RGB10599112
HSL268°6.16%41.37%
HSB/HSV268°11.61%43.92%
CMYK6.25%11.61%0.00%
56.08%

Color #696370 in popluar number systems.

HEX696370
Decimal10599112
Binary110100111000111110000
Octal151143160

Shades and tints

Shades of #696370

#696370
(105,99,112)
#605A66
(96,90,102)
#57515C
(87,81,92)
#4E4852
(78,72,82)
#453F48
(69,63,72)
#3C363E
(60,54,62)
#332D34
(51,45,52)
#2A242A
(42,36,42)
#211B20
(33,27,32)
#181216
(24,18,22)
#0F090C
(15,9,12)
#000000
(0,0,0)

Tints of #696370

#696370
(105,99,112)
#76717D
(118,113,125)
#837F8A
(131,127,138)
#908D97
(144,141,151)
#9D9BA4
(157,155,164)
#AAA9B1
(170,169,177)
#B7B7BE
(183,183,190)
#C4C5CB
(196,197,203)
#D1D3D8
(209,211,216)
#DEE1E5
(222,225,229)
#EBEFF2
(235,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696370; }

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

This text font color is #696370.


Background Color

.myBgColor { background-color: #696370; }

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

This div background color is #696370.


Border color

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

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

This div border color is #696370.


Opacity

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

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

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

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

This text has shadow with #696370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696370 on black background.


Color preview on white background

This text has color #696370 on white background.



Black color preview on #696370 background

This text has black color on #696370 background.


White color preview on #696370 background

This text has white color on #696370 background.