COLOR #696476

HEX: #696476
RGB: (105,100,118)

Color info

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

RGB color model

#696476 color RGB value is (105,100,118).

  • red value is 105;
  • green value is 100;
  • blue value is 118.
RGB:
(105,100,118)
(41%,39%,46%)

RGB channels and saturation

R 105 of 255 = 41%
G 100 of 255 = 39%
B 118 of 255 = 46%

105
100
118

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

Portions of RGB colors in percentages

R + G + B =
105 + 100 + 118 = 323 (100%)
R 105 of 323 ~ 32.51%
G 100 of 323 ~ 30.96%
B 118 of 323 ~ 36.53%

%32.51
%30.96
%36.53

CMYK color model

#696476 color CMYK value is (11,15,0,54).

  • cyan value is 11.02%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(11,15,0,54)
C11M15Y0K54 
(11%,15%,0%,54%)
(0.11/0.15/0.00/0.54)	

CMYK percentages

%11.02
%15.25
%0
%53.73

Codes

Color #696476 in popluar color models

696476
RGB105100118
HSL257°8.26%42.75%
HSB/HSV257°15.25%46.27%
CMYK11.02%15.25%0.00%
53.73%

Color #696476 in popluar number systems.

HEX696476
Decimal105100118
Binary110100111001001110110
Octal151144166

Shades and tints

Shades of #696476

#696476
(105,100,118)
#605B6C
(96,91,108)
#575262
(87,82,98)
#4E4958
(78,73,88)
#45404E
(69,64,78)
#3C3744
(60,55,68)
#332E3A
(51,46,58)
#2A2530
(42,37,48)
#211C26
(33,28,38)
#18131C
(24,19,28)
#0F0A12
(15,10,18)
#000000
(0,0,0)

Tints of #696476

#696476
(105,100,118)
#767282
(118,114,130)
#83808E
(131,128,142)
#908E9A
(144,142,154)
#9D9CA6
(157,156,166)
#AAAAB2
(170,170,178)
#B7B8BE
(183,184,190)
#C4C6CA
(196,198,202)
#D1D4D6
(209,212,214)
#DEE2E2
(222,226,226)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696476 color. Also use rgb(105,100,118) instead hex code.

Text Font Color

.myTextColor { color: #696476; }

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

This text font color is #696476.


Background Color

.myBgColor { background-color: #696476; }

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

This div background color is #696476.


Border color

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

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

This div border color is #696476.


Opacity

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

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

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

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

This text has shadow with #696476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696476 on black background.


Color preview on white background

This text has color #696476 on white background.



Black color preview on #696476 background

This text has black color on #696476 background.


White color preview on #696476 background

This text has white color on #696476 background.