COLOR #697A61

HEX: #697A61
RGB: (105,122,97)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

105
122
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 122 + 97 = 324 (100%)
R 105 of 324 ~ 32.41%
G 122 of 324 ~ 37.65%
B 97 of 324 ~ 29.94%

%32.41
%37.65
%29.94

CMYK color model

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

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

CMYK percentages

%13.93
%0
%20.49
%52.16

Codes

Color #697A61 in popluar color models

697A61
RGB10512297
HSL101°11.42%42.94%
HSB/HSV101°20.49%47.84%
CMYK13.93%0.00%20.49%
52.16%

Color #697A61 in popluar number systems.

HEX697A61
Decimal10512297
Binary110100111110101100001
Octal151172141

Shades and tints

Shades of #697A61

#697A61
(105,122,97)
#606F59
(96,111,89)
#576451
(87,100,81)
#4E5949
(78,89,73)
#454E41
(69,78,65)
#3C4339
(60,67,57)
#333831
(51,56,49)
#2A2D29
(42,45,41)
#212221
(33,34,33)
#181719
(24,23,25)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #697A61

#697A61
(105,122,97)
#76866F
(118,134,111)
#83927D
(131,146,125)
#909E8B
(144,158,139)
#9DAA99
(157,170,153)
#AAB6A7
(170,182,167)
#B7C2B5
(183,194,181)
#C4CEC3
(196,206,195)
#D1DAD1
(209,218,209)
#DEE6DF
(222,230,223)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697A61; }

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

This text font color is #697A61.


Background Color

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

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

This div background color is #697A61.


Border color

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

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

This div border color is #697A61.


Opacity

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

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

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

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

This text has shadow with #697A61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697A61 on black background.


Color preview on white background

This text has color #697A61 on white background.



Black color preview on #697A61 background

This text has black color on #697A61 background.


White color preview on #697A61 background

This text has white color on #697A61 background.