COLOR #697669

HEX: #697669
RGB: (105,118,105)

Color info

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

RGB color model

#697669 color RGB value is (105,118,105).

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

RGB channels and saturation

R 105 of 255 = 41%
G 118 of 255 = 46%
B 105 of 255 = 41%

105
118
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 118 + 105 = 328 (100%)
R 105 of 328 ~ 32.01%
G 118 of 328 ~ 35.98%
B 105 of 328 ~ 32.01%

%32.01
%35.98
%32.01

CMYK color model

#697669 color CMYK value is (11,0,11,54).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 53.73%
CMYK:
(11,0,11,54)
C11M0Y11K54 
(11%,0%,11%,54%)
(0.11/0.00/0.11/0.54)	

CMYK percentages

%11.02
%0
%11.02
%53.73

Codes

Color #697669 in popluar color models

697669
RGB105118105
HSL120°5.83%43.73%
HSB/HSV120°11.02%46.27%
CMYK11.02%0.00%11.02%
53.73%

Color #697669 in popluar number systems.

HEX697669
Decimal105118105
Binary110100111101101101001
Octal151166151

Shades and tints

Shades of #697669

#697669
(105,118,105)
#606C60
(96,108,96)
#576257
(87,98,87)
#4E584E
(78,88,78)
#454E45
(69,78,69)
#3C443C
(60,68,60)
#333A33
(51,58,51)
#2A302A
(42,48,42)
#212621
(33,38,33)
#181C18
(24,28,24)
#0F120F
(15,18,15)
#000000
(0,0,0)

Tints of #697669

#697669
(105,118,105)
#768276
(118,130,118)
#838E83
(131,142,131)
#909A90
(144,154,144)
#9DA69D
(157,166,157)
#AAB2AA
(170,178,170)
#B7BEB7
(183,190,183)
#C4CAC4
(196,202,196)
#D1D6D1
(209,214,209)
#DEE2DE
(222,226,222)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697669; }

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

This text font color is #697669.


Background Color

.myBgColor { background-color: #697669; }

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

This div background color is #697669.


Border color

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

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

This div border color is #697669.


Opacity

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

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

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

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

This text has shadow with #697669 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697669 on black background.


Color preview on white background

This text has color #697669 on white background.



Black color preview on #697669 background

This text has black color on #697669 background.


White color preview on #697669 background

This text has white color on #697669 background.