COLOR #697A69

HEX: #697A69
RGB: (105,122,105)

Color info

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

RGB color model

#697A69 color RGB value is (105,122,105).

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

RGB channels and saturation

R 105 of 255 = 41%
G 122 of 255 = 48%
B 105 of 255 = 41%

105
122
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 122 + 105 = 332 (100%)
R 105 of 332 ~ 31.63%
G 122 of 332 ~ 36.75%
B 105 of 332 ~ 31.63%

%31.63
%36.75
%31.63

CMYK color model

#697A69 color CMYK value is (14,0,14,52).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 52.16%
CMYK:
(14,0,14,52)
C14M0Y14K52 
(14%,0%,14%,52%)
(0.14/0.00/0.14/0.52)	

CMYK percentages

%13.93
%0
%13.93
%52.16

Codes

Color #697A69 in popluar color models

697A69
RGB105122105
HSL120°7.49%44.51%
HSB/HSV120°13.93%47.84%
CMYK13.93%0.00%13.93%
52.16%

Color #697A69 in popluar number systems.

HEX697A69
Decimal105122105
Binary110100111110101101001
Octal151172151

Shades and tints

Shades of #697A69

#697A69
(105,122,105)
#606F60
(96,111,96)
#576457
(87,100,87)
#4E594E
(78,89,78)
#454E45
(69,78,69)
#3C433C
(60,67,60)
#333833
(51,56,51)
#2A2D2A
(42,45,42)
#212221
(33,34,33)
#181718
(24,23,24)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #697A69

#697A69
(105,122,105)
#768676
(118,134,118)
#839283
(131,146,131)
#909E90
(144,158,144)
#9DAA9D
(157,170,157)
#AAB6AA
(170,182,170)
#B7C2B7
(183,194,183)
#C4CEC4
(196,206,196)
#D1DAD1
(209,218,209)
#DEE6DE
(222,230,222)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697A69; }

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

This text font color is #697A69.


Background Color

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

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

This div background color is #697A69.


Border color

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

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

This div border color is #697A69.


Opacity

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

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

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

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

This text has shadow with #697A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697A69 on black background.


Color preview on white background

This text has color #697A69 on white background.



Black color preview on #697A69 background

This text has black color on #697A69 background.


White color preview on #697A69 background

This text has white color on #697A69 background.