COLOR #697F77

HEX: #697F77
RGB: (105,127,119)

Color info

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

RGB color model

#697F77 color RGB value is (105,127,119).

  • red value is 105;
  • green value is 127;
  • blue value is 119.
RGB:
(105,127,119)
(41%,50%,47%)

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 119 of 255 = 47%

105
127
119

R + G + B ~ 46%. #697F77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 127 + 119 = 351 (100%)
R 105 of 351 ~ 29.91%
G 127 of 351 ~ 36.18%
B 119 of 351 ~ 33.9%

%29.91
%36.18
%33.9

CMYK color model

#697F77 color CMYK value is (17,0,6,50).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 50.20%
CMYK:
(17,0,6,50)
C17M0Y6K50 
(17%,0%,6%,50%)
(0.17/0.00/0.06/0.50)	

CMYK percentages

%17.32
%0
%6.3
%50.2

Codes

Color #697F77 in popluar color models

697F77
RGB105127119
HSL158°9.48%45.49%
HSB/HSV158°17.32%49.80%
CMYK17.32%0.00%6.30%
50.20%

Color #697F77 in popluar number systems.

HEX697F77
Decimal105127119
Binary110100111111111110111
Octal151177167

Shades and tints

Shades of #697F77

#697F77
(105,127,119)
#60746D
(96,116,109)
#576963
(87,105,99)
#4E5E59
(78,94,89)
#45534F
(69,83,79)
#3C4845
(60,72,69)
#333D3B
(51,61,59)
#2A3231
(42,50,49)
#212727
(33,39,39)
#181C1D
(24,28,29)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #697F77

#697F77
(105,127,119)
#768A83
(118,138,131)
#83958F
(131,149,143)
#90A09B
(144,160,155)
#9DABA7
(157,171,167)
#AAB6B3
(170,182,179)
#B7C1BF
(183,193,191)
#C4CCCB
(196,204,203)
#D1D7D7
(209,215,215)
#DEE2E3
(222,226,227)
#EBEDEF
(235,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697F77 color. Also use rgb(105,127,119) instead hex code.

Text Font Color

.myTextColor { color: #697F77; }

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

This text font color is #697F77.


Background Color

.myBgColor { background-color: #697F77; }

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

This div background color is #697F77.


Border color

.myBorderColor { border: 1px solid #697F77; }

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

This div border color is #697F77.


Opacity

.myOpacity80 { color: #697F77; opacity: 0.8; }

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

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

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

This text has shadow with #697F77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697F77 on black background.


Color preview on white background

This text has color #697F77 on white background.



Black color preview on #697F77 background

This text has black color on #697F77 background.


White color preview on #697F77 background

This text has white color on #697F77 background.