COLOR #696072

HEX: #696072
RGB: (105,96,114)

Color info

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

RGB color model

#696072 color RGB value is (105,96,114).

  • red value is 105;
  • green value is 96;
  • blue value is 114.
RGB:
(105,96,114)
(41%,38%,45%)

RGB channels and saturation

R 105 of 255 = 41%
G 96 of 255 = 38%
B 114 of 255 = 45%

105
96
114

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

Portions of RGB colors in percentages

R + G + B =
105 + 96 + 114 = 315 (100%)
R 105 of 315 ~ 33.33%
G 96 of 315 ~ 30.48%
B 114 of 315 ~ 36.19%

%33.33
%30.48
%36.19

CMYK color model

#696072 color CMYK value is (8,16,0,55).

  • cyan value is 7.89%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(8,16,0,55)
C8M16Y0K55 
(8%,16%,0%,55%)
(0.08/0.16/0.00/0.55)	

CMYK percentages

%7.89
%15.79
%0
%55.29

Codes

Color #696072 in popluar color models

696072
RGB10596114
HSL270°8.57%41.18%
HSB/HSV270°15.79%44.71%
CMYK7.89%15.79%0.00%
55.29%

Color #696072 in popluar number systems.

HEX696072
Decimal10596114
Binary110100111000001110010
Octal151140162

Shades and tints

Shades of #696072

#696072
(105,96,114)
#605868
(96,88,104)
#57505E
(87,80,94)
#4E4854
(78,72,84)
#45404A
(69,64,74)
#3C3840
(60,56,64)
#333036
(51,48,54)
#2A282C
(42,40,44)
#212022
(33,32,34)
#181818
(24,24,24)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #696072

#696072
(105,96,114)
#766E7E
(118,110,126)
#837C8A
(131,124,138)
#908A96
(144,138,150)
#9D98A2
(157,152,162)
#AAA6AE
(170,166,174)
#B7B4BA
(183,180,186)
#C4C2C6
(196,194,198)
#D1D0D2
(209,208,210)
#DEDEDE
(222,222,222)
#EBECEA
(235,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696072 color. Also use rgb(105,96,114) instead hex code.

Text Font Color

.myTextColor { color: #696072; }

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

This text font color is #696072.


Background Color

.myBgColor { background-color: #696072; }

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

This div background color is #696072.


Border color

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

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

This div border color is #696072.


Opacity

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

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

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

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

This text has shadow with #696072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696072 on black background.


Color preview on white background

This text has color #696072 on white background.



Black color preview on #696072 background

This text has black color on #696072 background.


White color preview on #696072 background

This text has white color on #696072 background.