COLOR #697771

HEX: #697771
RGB: (105,119,113)

Color info

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

RGB color model

#697771 color RGB value is (105,119,113).

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

RGB channels and saturation

R 105 of 255 = 41%
G 119 of 255 = 47%
B 113 of 255 = 44%

105
119
113

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

Portions of RGB colors in percentages

R + G + B =
105 + 119 + 113 = 337 (100%)
R 105 of 337 ~ 31.16%
G 119 of 337 ~ 35.31%
B 113 of 337 ~ 33.53%

%31.16
%35.31
%33.53

CMYK color model

#697771 color CMYK value is (12,0,5,53).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 5.04%
  • key color value is 53.33%
CMYK:
(12,0,5,53)
C12M0Y5K53 
(12%,0%,5%,53%)
(0.12/0.00/0.05/0.53)	

CMYK percentages

%11.76
%0
%5.04
%53.33

Codes

Color #697771 in popluar color models

697771
RGB105119113
HSL154°6.25%43.92%
HSB/HSV154°11.76%46.67%
CMYK11.76%0.00%5.04%
53.33%

Color #697771 in popluar number systems.

HEX697771
Decimal105119113
Binary110100111101111110001
Octal151167161

Shades and tints

Shades of #697771

#697771
(105,119,113)
#606D67
(96,109,103)
#57635D
(87,99,93)
#4E5953
(78,89,83)
#454F49
(69,79,73)
#3C453F
(60,69,63)
#333B35
(51,59,53)
#2A312B
(42,49,43)
#212721
(33,39,33)
#181D17
(24,29,23)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #697771

#697771
(105,119,113)
#76837D
(118,131,125)
#838F89
(131,143,137)
#909B95
(144,155,149)
#9DA7A1
(157,167,161)
#AAB3AD
(170,179,173)
#B7BFB9
(183,191,185)
#C4CBC5
(196,203,197)
#D1D7D1
(209,215,209)
#DEE3DD
(222,227,221)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697771; }

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

This text font color is #697771.


Background Color

.myBgColor { background-color: #697771; }

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

This div background color is #697771.


Border color

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

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

This div border color is #697771.


Opacity

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

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

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

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

This text has shadow with #697771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697771 on black background.


Color preview on white background

This text has color #697771 on white background.



Black color preview on #697771 background

This text has black color on #697771 background.


White color preview on #697771 background

This text has white color on #697771 background.