COLOR #697A68

HEX: #697A68
RGB: (105,122,104)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

105
122
104

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

Portions of RGB colors in percentages

R + G + B =
105 + 122 + 104 = 331 (100%)
R 105 of 331 ~ 31.72%
G 122 of 331 ~ 36.86%
B 104 of 331 ~ 31.42%

%31.72
%36.86
%31.42

CMYK color model

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

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

CMYK percentages

%13.93
%0
%14.75
%52.16

Codes

Color #697A68 in popluar color models

697A68
RGB105122104
HSL117°7.96%44.31%
HSB/HSV117°14.75%47.84%
CMYK13.93%0.00%14.75%
52.16%

Color #697A68 in popluar number systems.

HEX697A68
Decimal105122104
Binary110100111110101101000
Octal151172150

Shades and tints

Shades of #697A68

#697A68
(105,122,104)
#606F5F
(96,111,95)
#576456
(87,100,86)
#4E594D
(78,89,77)
#454E44
(69,78,68)
#3C433B
(60,67,59)
#333832
(51,56,50)
#2A2D29
(42,45,41)
#212220
(33,34,32)
#181717
(24,23,23)
#0F0C0E
(15,12,14)
#000000
(0,0,0)

Tints of #697A68

#697A68
(105,122,104)
#768675
(118,134,117)
#839282
(131,146,130)
#909E8F
(144,158,143)
#9DAA9C
(157,170,156)
#AAB6A9
(170,182,169)
#B7C2B6
(183,194,182)
#C4CEC3
(196,206,195)
#D1DAD0
(209,218,208)
#DEE6DD
(222,230,221)
#EBF2EA
(235,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697A68; }

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

This text font color is #697A68.


Background Color

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

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

This div background color is #697A68.


Border color

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

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

This div border color is #697A68.


Opacity

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

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

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

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

This text has shadow with #697A68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697A68 on black background.


Color preview on white background

This text has color #697A68 on white background.



Black color preview on #697A68 background

This text has black color on #697A68 background.


White color preview on #697A68 background

This text has white color on #697A68 background.