COLOR #697671

HEX: #697671
RGB: (105,118,113)

Color info

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

RGB color model

#697671 color RGB value is (105,118,113).

  • red value is 105;
  • green value is 118;
  • blue value is 113.
RGB:
(105,118,113)
(41%,46%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 118 of 255 = 46%
B 113 of 255 = 44%

105
118
113

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

Portions of RGB colors in percentages

R + G + B =
105 + 118 + 113 = 336 (100%)
R 105 of 336 ~ 31.25%
G 118 of 336 ~ 35.12%
B 113 of 336 ~ 33.63%

%31.25
%35.12
%33.63

CMYK color model

#697671 color CMYK value is (11,0,4,54).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 4.24%
  • key color value is 53.73%
CMYK:
(11,0,4,54)
C11M0Y4K54 
(11%,0%,4%,54%)
(0.11/0.00/0.04/0.54)	

CMYK percentages

%11.02
%0
%4.24
%53.73

Codes

Color #697671 in popluar color models

697671
RGB105118113
HSL157°5.83%43.73%
HSB/HSV157°11.02%46.27%
CMYK11.02%0.00%4.24%
53.73%

Color #697671 in popluar number systems.

HEX697671
Decimal105118113
Binary110100111101101110001
Octal151166161

Shades and tints

Shades of #697671

#697671
(105,118,113)
#606C67
(96,108,103)
#57625D
(87,98,93)
#4E5853
(78,88,83)
#454E49
(69,78,73)
#3C443F
(60,68,63)
#333A35
(51,58,53)
#2A302B
(42,48,43)
#212621
(33,38,33)
#181C17
(24,28,23)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #697671

#697671
(105,118,113)
#76827D
(118,130,125)
#838E89
(131,142,137)
#909A95
(144,154,149)
#9DA6A1
(157,166,161)
#AAB2AD
(170,178,173)
#B7BEB9
(183,190,185)
#C4CAC5
(196,202,197)
#D1D6D1
(209,214,209)
#DEE2DD
(222,226,221)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697671; }

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

This text font color is #697671.


Background Color

.myBgColor { background-color: #697671; }

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

This div background color is #697671.


Border color

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

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

This div border color is #697671.


Opacity

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

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

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

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

This text has shadow with #697671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697671 on black background.


Color preview on white background

This text has color #697671 on white background.



Black color preview on #697671 background

This text has black color on #697671 background.


White color preview on #697671 background

This text has white color on #697671 background.