COLOR #697877

HEX: #697877
RGB: (105,120,119)

Color info

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

RGB color model

#697877 color RGB value is (105,120,119).

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

RGB channels and saturation

R 105 of 255 = 41%
G 120 of 255 = 47%
B 119 of 255 = 47%

105
120
119

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

Portions of RGB colors in percentages

R + G + B =
105 + 120 + 119 = 344 (100%)
R 105 of 344 ~ 30.52%
G 120 of 344 ~ 34.88%
B 119 of 344 ~ 34.59%

%30.52
%34.88
%34.59

CMYK color model

#697877 color CMYK value is (13,0,1,53).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 52.94%
CMYK:
(13,0,1,53)
C13M0Y1K53 
(13%,0%,1%,53%)
(0.13/0.00/0.01/0.53)	

CMYK percentages

%12.5
%0
%0.83
%52.94

Codes

Color #697877 in popluar color models

697877
RGB105120119
HSL176°6.67%44.12%
HSB/HSV176°12.50%47.06%
CMYK12.50%0.00%0.83%
52.94%

Color #697877 in popluar number systems.

HEX697877
Decimal105120119
Binary110100111110001110111
Octal151170167

Shades and tints

Shades of #697877

#697877
(105,120,119)
#606E6D
(96,110,109)
#576463
(87,100,99)
#4E5A59
(78,90,89)
#45504F
(69,80,79)
#3C4645
(60,70,69)
#333C3B
(51,60,59)
#2A3231
(42,50,49)
#212827
(33,40,39)
#181E1D
(24,30,29)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #697877

#697877
(105,120,119)
#768483
(118,132,131)
#83908F
(131,144,143)
#909C9B
(144,156,155)
#9DA8A7
(157,168,167)
#AAB4B3
(170,180,179)
#B7C0BF
(183,192,191)
#C4CCCB
(196,204,203)
#D1D8D7
(209,216,215)
#DEE4E3
(222,228,227)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697877; }

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

This text font color is #697877.


Background Color

.myBgColor { background-color: #697877; }

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

This div background color is #697877.


Border color

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

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

This div border color is #697877.


Opacity

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

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

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

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

This text has shadow with #697877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697877 on black background.


Color preview on white background

This text has color #697877 on white background.



Black color preview on #697877 background

This text has black color on #697877 background.


White color preview on #697877 background

This text has white color on #697877 background.