COLOR #697474

HEX: #697474
RGB: (105,116,116)

Color info

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

RGB color model

#697474 color RGB value is (105,116,116).

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

RGB channels and saturation

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

105
116
116

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

Portions of RGB colors in percentages

R + G + B =
105 + 116 + 116 = 337 (100%)
R 105 of 337 ~ 31.16%
G 116 of 337 ~ 34.42%
B 116 of 337 ~ 34.42%

%31.16
%34.42
%34.42

CMYK color model

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

  • cyan value is 9.48%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(9,0,0,55)
C9M0Y0K55 
(9%,0%,0%,55%)
(0.09/0.00/0.00/0.55)	

CMYK percentages

%9.48
%0
%0
%54.51

Codes

Color #697474 in popluar color models

697474
RGB105116116
HSL180°4.98%43.33%
HSB/HSV180°9.48%45.49%
CMYK9.48%0.00%0.00%
54.51%

Color #697474 in popluar number systems.

HEX697474
Decimal105116116
Binary110100111101001110100
Octal151164164

Shades and tints

Shades of #697474

#697474
(105,116,116)
#606A6A
(96,106,106)
#576060
(87,96,96)
#4E5656
(78,86,86)
#454C4C
(69,76,76)
#3C4242
(60,66,66)
#333838
(51,56,56)
#2A2E2E
(42,46,46)
#212424
(33,36,36)
#181A1A
(24,26,26)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #697474

#697474
(105,116,116)
#768080
(118,128,128)
#838C8C
(131,140,140)
#909898
(144,152,152)
#9DA4A4
(157,164,164)
#AAB0B0
(170,176,176)
#B7BCBC
(183,188,188)
#C4C8C8
(196,200,200)
#D1D4D4
(209,212,212)
#DEE0E0
(222,224,224)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697474; }

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

This text font color is #697474.


Background Color

.myBgColor { background-color: #697474; }

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

This div background color is #697474.


Border color

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

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

This div border color is #697474.


Opacity

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

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

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

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

This text has shadow with #697474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697474 on black background.


Color preview on white background

This text has color #697474 on white background.



Black color preview on #697474 background

This text has black color on #697474 background.


White color preview on #697474 background

This text has white color on #697474 background.