COLOR #697D73

HEX: #697D73
RGB: (105,125,115)

Color info

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

RGB color model

#697D73 color RGB value is (105,125,115).

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

RGB channels and saturation

R 105 of 255 = 41%
G 125 of 255 = 49%
B 115 of 255 = 45%

105
125
115

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

Portions of RGB colors in percentages

R + G + B =
105 + 125 + 115 = 345 (100%)
R 105 of 345 ~ 30.43%
G 125 of 345 ~ 36.23%
B 115 of 345 ~ 33.33%

%30.43
%36.23
%33.33

CMYK color model

#697D73 color CMYK value is (16,0,8,51).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 8.00%
  • key color value is 50.98%
CMYK:
(16,0,8,51)
C16M0Y8K51 
(16%,0%,8%,51%)
(0.16/0.00/0.08/0.51)	

CMYK percentages

%16
%0
%8
%50.98

Codes

Color #697D73 in popluar color models

697D73
RGB105125115
HSL150°8.70%45.10%
HSB/HSV150°16.00%49.02%
CMYK16.00%0.00%8.00%
50.98%

Color #697D73 in popluar number systems.

HEX697D73
Decimal105125115
Binary110100111111011110011
Octal151175163

Shades and tints

Shades of #697D73

#697D73
(105,125,115)
#607269
(96,114,105)
#57675F
(87,103,95)
#4E5C55
(78,92,85)
#45514B
(69,81,75)
#3C4641
(60,70,65)
#333B37
(51,59,55)
#2A302D
(42,48,45)
#212523
(33,37,35)
#181A19
(24,26,25)
#0F0F0F
(15,15,15)
#000000
(0,0,0)

Tints of #697D73

#697D73
(105,125,115)
#76887F
(118,136,127)
#83938B
(131,147,139)
#909E97
(144,158,151)
#9DA9A3
(157,169,163)
#AAB4AF
(170,180,175)
#B7BFBB
(183,191,187)
#C4CAC7
(196,202,199)
#D1D5D3
(209,213,211)
#DEE0DF
(222,224,223)
#EBEBEB
(235,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697D73; }

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

This text font color is #697D73.


Background Color

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

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

This div background color is #697D73.


Border color

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

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

This div border color is #697D73.


Opacity

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

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

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

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

This text has shadow with #697D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697D73 on black background.


Color preview on white background

This text has color #697D73 on white background.



Black color preview on #697D73 background

This text has black color on #697D73 background.


White color preview on #697D73 background

This text has white color on #697D73 background.