COLOR #697873

HEX: #697873
RGB: (105,120,115)

Color info

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

RGB color model

#697873 color RGB value is (105,120,115).

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

RGB channels and saturation

R 105 of 255 = 41%
G 120 of 255 = 47%
B 115 of 255 = 45%

105
120
115

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

Portions of RGB colors in percentages

R + G + B =
105 + 120 + 115 = 340 (100%)
R 105 of 340 ~ 30.88%
G 120 of 340 ~ 35.29%
B 115 of 340 ~ 33.82%

%30.88
%35.29
%33.82

CMYK color model

#697873 color CMYK value is (13,0,4,53).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 52.94%
CMYK:
(13,0,4,53)
C13M0Y4K53 
(13%,0%,4%,53%)
(0.13/0.00/0.04/0.53)	

CMYK percentages

%12.5
%0
%4.17
%52.94

Codes

Color #697873 in popluar color models

697873
RGB105120115
HSL160°6.67%44.12%
HSB/HSV160°12.50%47.06%
CMYK12.50%0.00%4.17%
52.94%

Color #697873 in popluar number systems.

HEX697873
Decimal105120115
Binary110100111110001110011
Octal151170163

Shades and tints

Shades of #697873

#697873
(105,120,115)
#606E69
(96,110,105)
#57645F
(87,100,95)
#4E5A55
(78,90,85)
#45504B
(69,80,75)
#3C4641
(60,70,65)
#333C37
(51,60,55)
#2A322D
(42,50,45)
#212823
(33,40,35)
#181E19
(24,30,25)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #697873

#697873
(105,120,115)
#76847F
(118,132,127)
#83908B
(131,144,139)
#909C97
(144,156,151)
#9DA8A3
(157,168,163)
#AAB4AF
(170,180,175)
#B7C0BB
(183,192,187)
#C4CCC7
(196,204,199)
#D1D8D3
(209,216,211)
#DEE4DF
(222,228,223)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697873; }

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

This text font color is #697873.


Background Color

.myBgColor { background-color: #697873; }

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

This div background color is #697873.


Border color

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

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

This div border color is #697873.


Opacity

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

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

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

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

This text has shadow with #697873 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697873 on black background.


Color preview on white background

This text has color #697873 on white background.



Black color preview on #697873 background

This text has black color on #697873 background.


White color preview on #697873 background

This text has white color on #697873 background.