COLOR #697478

HEX: #697478
RGB: (105,116,120)

Color info

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

RGB color model

#697478 color RGB value is (105,116,120).

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

RGB channels and saturation

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

105
116
120

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

Portions of RGB colors in percentages

R + G + B =
105 + 116 + 120 = 341 (100%)
R 105 of 341 ~ 30.79%
G 116 of 341 ~ 34.02%
B 120 of 341 ~ 35.19%

%30.79
%34.02
%35.19

CMYK color model

#697478 color CMYK value is (13,3,0,53).

  • cyan value is 12.50%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(13,3,0,53)
C13M3Y0K53 
(13%,3%,0%,53%)
(0.13/0.03/0.00/0.53)	

CMYK percentages

%12.5
%3.33
%0
%52.94

Codes

Color #697478 in popluar color models

697478
RGB105116120
HSL196°6.67%44.12%
HSB/HSV196°12.50%47.06%
CMYK12.50%3.33%0.00%
52.94%

Color #697478 in popluar number systems.

HEX697478
Decimal105116120
Binary110100111101001111000
Octal151164170

Shades and tints

Shades of #697478

#697478
(105,116,120)
#606A6E
(96,106,110)
#576064
(87,96,100)
#4E565A
(78,86,90)
#454C50
(69,76,80)
#3C4246
(60,66,70)
#33383C
(51,56,60)
#2A2E32
(42,46,50)
#212428
(33,36,40)
#181A1E
(24,26,30)
#0F1014
(15,16,20)
#000000
(0,0,0)

Tints of #697478

#697478
(105,116,120)
#768084
(118,128,132)
#838C90
(131,140,144)
#90989C
(144,152,156)
#9DA4A8
(157,164,168)
#AAB0B4
(170,176,180)
#B7BCC0
(183,188,192)
#C4C8CC
(196,200,204)
#D1D4D8
(209,212,216)
#DEE0E4
(222,224,228)
#EBECF0
(235,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697478; }

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

This text font color is #697478.


Background Color

.myBgColor { background-color: #697478; }

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

This div background color is #697478.


Border color

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

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

This div border color is #697478.


Opacity

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

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

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

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

This text has shadow with #697478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697478 on black background.


Color preview on white background

This text has color #697478 on white background.



Black color preview on #697478 background

This text has black color on #697478 background.


White color preview on #697478 background

This text has white color on #697478 background.