COLOR #697B6F

HEX: #697B6F
RGB: (105,123,111)

Color info

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

RGB color model

#697B6F color RGB value is (105,123,111).

  • red value is 105;
  • green value is 123;
  • blue value is 111.
RGB:
(105,123,111)
(41%,48%,44%)

RGB channels and saturation

R 105 of 255 = 41%
G 123 of 255 = 48%
B 111 of 255 = 44%

105
123
111

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

Portions of RGB colors in percentages

R + G + B =
105 + 123 + 111 = 339 (100%)
R 105 of 339 ~ 30.97%
G 123 of 339 ~ 36.28%
B 111 of 339 ~ 32.74%

%30.97
%36.28
%32.74

CMYK color model

#697B6F color CMYK value is (15,0,10,52).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 9.76%
  • key color value is 51.76%
CMYK:
(15,0,10,52)
C15M0Y10K52 
(15%,0%,10%,52%)
(0.15/0.00/0.10/0.52)	

CMYK percentages

%14.63
%0
%9.76
%51.76

Codes

Color #697B6F in popluar color models

697B6F
RGB105123111
HSL140°7.89%44.71%
HSB/HSV140°14.63%48.24%
CMYK14.63%0.00%9.76%
51.76%

Color #697B6F in popluar number systems.

HEX697B6F
Decimal105123111
Binary110100111110111101111
Octal151173157

Shades and tints

Shades of #697B6F

#697B6F
(105,123,111)
#607065
(96,112,101)
#57655B
(87,101,91)
#4E5A51
(78,90,81)
#454F47
(69,79,71)
#3C443D
(60,68,61)
#333933
(51,57,51)
#2A2E29
(42,46,41)
#21231F
(33,35,31)
#181815
(24,24,21)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #697B6F

#697B6F
(105,123,111)
#76877C
(118,135,124)
#839389
(131,147,137)
#909F96
(144,159,150)
#9DABA3
(157,171,163)
#AAB7B0
(170,183,176)
#B7C3BD
(183,195,189)
#C4CFCA
(196,207,202)
#D1DBD7
(209,219,215)
#DEE7E4
(222,231,228)
#EBF3F1
(235,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697B6F color. Also use rgb(105,123,111) instead hex code.

Text Font Color

.myTextColor { color: #697B6F; }

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

This text font color is #697B6F.


Background Color

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

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

This div background color is #697B6F.


Border color

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

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

This div border color is #697B6F.


Opacity

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

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

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

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

This text has shadow with #697B6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697B6F on black background.


Color preview on white background

This text has color #697B6F on white background.



Black color preview on #697B6F background

This text has black color on #697B6F background.


White color preview on #697B6F background

This text has white color on #697B6F background.