COLOR #697074

HEX: #697074
RGB: (105,112,116)

Color info

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

RGB color model

#697074 color RGB value is (105,112,116).

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

RGB channels and saturation

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

105
112
116

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

Portions of RGB colors in percentages

R + G + B =
105 + 112 + 116 = 333 (100%)
R 105 of 333 ~ 31.53%
G 112 of 333 ~ 33.63%
B 116 of 333 ~ 34.83%

%31.53
%33.63
%34.83

CMYK color model

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

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

CMYK percentages

%9.48
%3.45
%0
%54.51

Codes

Color #697074 in popluar color models

697074
RGB105112116
HSL202°4.98%43.33%
HSB/HSV202°9.48%45.49%
CMYK9.48%3.45%0.00%
54.51%

Color #697074 in popluar number systems.

HEX697074
Decimal105112116
Binary110100111100001110100
Octal151160164

Shades and tints

Shades of #697074

#697074
(105,112,116)
#60666A
(96,102,106)
#575C60
(87,92,96)
#4E5256
(78,82,86)
#45484C
(69,72,76)
#3C3E42
(60,62,66)
#333438
(51,52,56)
#2A2A2E
(42,42,46)
#212024
(33,32,36)
#18161A
(24,22,26)
#0F0C10
(15,12,16)
#000000
(0,0,0)

Tints of #697074

#697074
(105,112,116)
#767D80
(118,125,128)
#838A8C
(131,138,140)
#909798
(144,151,152)
#9DA4A4
(157,164,164)
#AAB1B0
(170,177,176)
#B7BEBC
(183,190,188)
#C4CBC8
(196,203,200)
#D1D8D4
(209,216,212)
#DEE5E0
(222,229,224)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697074; }

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

This text font color is #697074.


Background Color

.myBgColor { background-color: #697074; }

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

This div background color is #697074.


Border color

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

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

This div border color is #697074.


Opacity

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

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

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

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

This text has shadow with #697074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697074 on black background.


Color preview on white background

This text has color #697074 on white background.



Black color preview on #697074 background

This text has black color on #697074 background.


White color preview on #697074 background

This text has white color on #697074 background.