COLOR #696475

HEX: #696475
RGB: (105,100,117)

Color info

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

RGB color model

#696475 color RGB value is (105,100,117).

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

RGB channels and saturation

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

105
100
117

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

Portions of RGB colors in percentages

R + G + B =
105 + 100 + 117 = 322 (100%)
R 105 of 322 ~ 32.61%
G 100 of 322 ~ 31.06%
B 117 of 322 ~ 36.34%

%32.61
%31.06
%36.34

CMYK color model

#696475 color CMYK value is (10,15,0,54).

  • cyan value is 10.26%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(10,15,0,54)
C10M15Y0K54 
(10%,15%,0%,54%)
(0.10/0.15/0.00/0.54)	

CMYK percentages

%10.26
%14.53
%0
%54.12

Codes

Color #696475 in popluar color models

696475
RGB105100117
HSL258°7.83%42.55%
HSB/HSV258°14.53%45.88%
CMYK10.26%14.53%0.00%
54.12%

Color #696475 in popluar number systems.

HEX696475
Decimal105100117
Binary110100111001001110101
Octal151144165

Shades and tints

Shades of #696475

#696475
(105,100,117)
#605B6B
(96,91,107)
#575261
(87,82,97)
#4E4957
(78,73,87)
#45404D
(69,64,77)
#3C3743
(60,55,67)
#332E39
(51,46,57)
#2A252F
(42,37,47)
#211C25
(33,28,37)
#18131B
(24,19,27)
#0F0A11
(15,10,17)
#000000
(0,0,0)

Tints of #696475

#696475
(105,100,117)
#767281
(118,114,129)
#83808D
(131,128,141)
#908E99
(144,142,153)
#9D9CA5
(157,156,165)
#AAAAB1
(170,170,177)
#B7B8BD
(183,184,189)
#C4C6C9
(196,198,201)
#D1D4D5
(209,212,213)
#DEE2E1
(222,226,225)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696475; }

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

This text font color is #696475.


Background Color

.myBgColor { background-color: #696475; }

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

This div background color is #696475.


Border color

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

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

This div border color is #696475.


Opacity

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

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

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

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

This text has shadow with #696475 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696475 on black background.


Color preview on white background

This text has color #696475 on white background.



Black color preview on #696475 background

This text has black color on #696475 background.


White color preview on #696475 background

This text has white color on #696475 background.