COLOR #696473

HEX: #696473
RGB: (105,100,115)

Color info

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

RGB color model

#696473 color RGB value is (105,100,115).

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

RGB channels and saturation

R 105 of 255 = 41%
G 100 of 255 = 39%
B 115 of 255 = 45%

105
100
115

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

Portions of RGB colors in percentages

R + G + B =
105 + 100 + 115 = 320 (100%)
R 105 of 320 ~ 32.81%
G 100 of 320 ~ 31.25%
B 115 of 320 ~ 35.94%

%32.81
%31.25
%35.94

CMYK color model

#696473 color CMYK value is (9,13,0,55).

  • cyan value is 8.70%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(9,13,0,55)
C9M13Y0K55 
(9%,13%,0%,55%)
(0.09/0.13/0.00/0.55)	

CMYK percentages

%8.7
%13.04
%0
%54.9

Codes

Color #696473 in popluar color models

696473
RGB105100115
HSL260°6.98%42.16%
HSB/HSV260°13.04%45.10%
CMYK8.70%13.04%0.00%
54.90%

Color #696473 in popluar number systems.

HEX696473
Decimal105100115
Binary110100111001001110011
Octal151144163

Shades and tints

Shades of #696473

#696473
(105,100,115)
#605B69
(96,91,105)
#57525F
(87,82,95)
#4E4955
(78,73,85)
#45404B
(69,64,75)
#3C3741
(60,55,65)
#332E37
(51,46,55)
#2A252D
(42,37,45)
#211C23
(33,28,35)
#181319
(24,19,25)
#0F0A0F
(15,10,15)
#000000
(0,0,0)

Tints of #696473

#696473
(105,100,115)
#76727F
(118,114,127)
#83808B
(131,128,139)
#908E97
(144,142,151)
#9D9CA3
(157,156,163)
#AAAAAF
(170,170,175)
#B7B8BB
(183,184,187)
#C4C6C7
(196,198,199)
#D1D4D3
(209,212,211)
#DEE2DF
(222,226,223)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696473; }

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

This text font color is #696473.


Background Color

.myBgColor { background-color: #696473; }

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

This div background color is #696473.


Border color

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

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

This div border color is #696473.


Opacity

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

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

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

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

This text has shadow with #696473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696473 on black background.


Color preview on white background

This text has color #696473 on white background.



Black color preview on #696473 background

This text has black color on #696473 background.


White color preview on #696473 background

This text has white color on #696473 background.