COLOR #697479

HEX: #697479
RGB: (105,116,121)

Color info

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

RGB color model

#697479 color RGB value is (105,116,121).

  • red value is 105;
  • green value is 116;
  • blue value is 121.
RGB:
(105,116,121)
(41%,45%,47%)

RGB channels and saturation

R 105 of 255 = 41%
G 116 of 255 = 45%
B 121 of 255 = 47%

105
116
121

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

Portions of RGB colors in percentages

R + G + B =
105 + 116 + 121 = 342 (100%)
R 105 of 342 ~ 30.7%
G 116 of 342 ~ 33.92%
B 121 of 342 ~ 35.38%

%30.7
%33.92
%35.38

CMYK color model

#697479 color CMYK value is (13,4,0,53).

  • cyan value is 13.22%
  • magenta value is 4.13%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(13,4,0,53)
C13M4Y0K53 
(13%,4%,0%,53%)
(0.13/0.04/0.00/0.53)	

CMYK percentages

%13.22
%4.13
%0
%52.55

Codes

Color #697479 in popluar color models

697479
RGB105116121
HSL199°7.08%44.31%
HSB/HSV199°13.22%47.45%
CMYK13.22%4.13%0.00%
52.55%

Color #697479 in popluar number systems.

HEX697479
Decimal105116121
Binary110100111101001111001
Octal151164171

Shades and tints

Shades of #697479

#697479
(105,116,121)
#606A6E
(96,106,110)
#576063
(87,96,99)
#4E5658
(78,86,88)
#454C4D
(69,76,77)
#3C4242
(60,66,66)
#333837
(51,56,55)
#2A2E2C
(42,46,44)
#212421
(33,36,33)
#181A16
(24,26,22)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #697479

#697479
(105,116,121)
#768085
(118,128,133)
#838C91
(131,140,145)
#90989D
(144,152,157)
#9DA4A9
(157,164,169)
#AAB0B5
(170,176,181)
#B7BCC1
(183,188,193)
#C4C8CD
(196,200,205)
#D1D4D9
(209,212,217)
#DEE0E5
(222,224,229)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697479 color. Also use rgb(105,116,121) instead hex code.

Text Font Color

.myTextColor { color: #697479; }

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

This text font color is #697479.


Background Color

.myBgColor { background-color: #697479; }

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

This div background color is #697479.


Border color

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

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

This div border color is #697479.


Opacity

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

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

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

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

This text has shadow with #697479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697479 on black background.


Color preview on white background

This text has color #697479 on white background.



Black color preview on #697479 background

This text has black color on #697479 background.


White color preview on #697479 background

This text has white color on #697479 background.