COLOR #697069

HEX: #697069
RGB: (105,112,105)

Color info

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

RGB color model

#697069 color RGB value is (105,112,105).

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

RGB channels and saturation

R 105 of 255 = 41%
G 112 of 255 = 44%
B 105 of 255 = 41%

105
112
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 112 + 105 = 322 (100%)
R 105 of 322 ~ 32.61%
G 112 of 322 ~ 34.78%
B 105 of 322 ~ 32.61%

%32.61
%34.78
%32.61

CMYK color model

#697069 color CMYK value is (6,0,6,56).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 6.25%
  • key color value is 56.08%
CMYK:
(6,0,6,56)
C6M0Y6K56 
(6%,0%,6%,56%)
(0.06/0.00/0.06/0.56)	

CMYK percentages

%6.25
%0
%6.25
%56.08

Codes

Color #697069 in popluar color models

697069
RGB105112105
HSL120°3.23%42.55%
HSB/HSV120°6.25%43.92%
CMYK6.25%0.00%6.25%
56.08%

Color #697069 in popluar number systems.

HEX697069
Decimal105112105
Binary110100111100001101001
Octal151160151

Shades and tints

Shades of #697069

#697069
(105,112,105)
#606660
(96,102,96)
#575C57
(87,92,87)
#4E524E
(78,82,78)
#454845
(69,72,69)
#3C3E3C
(60,62,60)
#333433
(51,52,51)
#2A2A2A
(42,42,42)
#212021
(33,32,33)
#181618
(24,22,24)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #697069

#697069
(105,112,105)
#767D76
(118,125,118)
#838A83
(131,138,131)
#909790
(144,151,144)
#9DA49D
(157,164,157)
#AAB1AA
(170,177,170)
#B7BEB7
(183,190,183)
#C4CBC4
(196,203,196)
#D1D8D1
(209,216,209)
#DEE5DE
(222,229,222)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697069; }

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

This text font color is #697069.


Background Color

.myBgColor { background-color: #697069; }

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

This div background color is #697069.


Border color

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

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

This div border color is #697069.


Opacity

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

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

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

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

This text has shadow with #697069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697069 on black background.


Color preview on white background

This text has color #697069 on white background.



Black color preview on #697069 background

This text has black color on #697069 background.


White color preview on #697069 background

This text has white color on #697069 background.