COLOR #697F75

HEX: #697F75
RGB: (105,127,117)

Color info

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

RGB color model

#697F75 color RGB value is (105,127,117).

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

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 117 of 255 = 46%

105
127
117

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

Portions of RGB colors in percentages

R + G + B =
105 + 127 + 117 = 349 (100%)
R 105 of 349 ~ 30.09%
G 127 of 349 ~ 36.39%
B 117 of 349 ~ 33.52%

%30.09
%36.39
%33.52

CMYK color model

#697F75 color CMYK value is (17,0,8,50).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 7.87%
  • key color value is 50.20%
CMYK:
(17,0,8,50)
C17M0Y8K50 
(17%,0%,8%,50%)
(0.17/0.00/0.08/0.50)	

CMYK percentages

%17.32
%0
%7.87
%50.2

Codes

Color #697F75 in popluar color models

697F75
RGB105127117
HSL153°9.48%45.49%
HSB/HSV153°17.32%49.80%
CMYK17.32%0.00%7.87%
50.20%

Color #697F75 in popluar number systems.

HEX697F75
Decimal105127117
Binary110100111111111110101
Octal151177165

Shades and tints

Shades of #697F75

#697F75
(105,127,117)
#60746B
(96,116,107)
#576961
(87,105,97)
#4E5E57
(78,94,87)
#45534D
(69,83,77)
#3C4843
(60,72,67)
#333D39
(51,61,57)
#2A322F
(42,50,47)
#212725
(33,39,37)
#181C1B
(24,28,27)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #697F75

#697F75
(105,127,117)
#768A81
(118,138,129)
#83958D
(131,149,141)
#90A099
(144,160,153)
#9DABA5
(157,171,165)
#AAB6B1
(170,182,177)
#B7C1BD
(183,193,189)
#C4CCC9
(196,204,201)
#D1D7D5
(209,215,213)
#DEE2E1
(222,226,225)
#EBEDED
(235,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697F75; }

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

This text font color is #697F75.


Background Color

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

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

This div background color is #697F75.


Border color

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

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

This div border color is #697F75.


Opacity

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

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

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

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

This text has shadow with #697F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697F75 on black background.


Color preview on white background

This text has color #697F75 on white background.



Black color preview on #697F75 background

This text has black color on #697F75 background.


White color preview on #697F75 background

This text has white color on #697F75 background.