COLOR #697E61

HEX: #697E61
RGB: (105,126,97)

Color info

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

RGB color model

#697E61 color RGB value is (105,126,97).

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

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 97 of 255 = 38%

105
126
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 126 + 97 = 328 (100%)
R 105 of 328 ~ 32.01%
G 126 of 328 ~ 38.41%
B 97 of 328 ~ 29.57%

%32.01
%38.41
%29.57

CMYK color model

#697E61 color CMYK value is (17,0,23,51).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 23.02%
  • key color value is 50.59%
CMYK:
(17,0,23,51)
C17M0Y23K51 
(17%,0%,23%,51%)
(0.17/0.00/0.23/0.51)	

CMYK percentages

%16.67
%0
%23.02
%50.59

Codes

Color #697E61 in popluar color models

697E61
RGB10512697
HSL103°13.00%43.73%
HSB/HSV103°23.02%49.41%
CMYK16.67%0.00%23.02%
50.59%

Color #697E61 in popluar number systems.

HEX697E61
Decimal10512697
Binary110100111111101100001
Octal151176141

Shades and tints

Shades of #697E61

#697E61
(105,126,97)
#607359
(96,115,89)
#576851
(87,104,81)
#4E5D49
(78,93,73)
#455241
(69,82,65)
#3C4739
(60,71,57)
#333C31
(51,60,49)
#2A3129
(42,49,41)
#212621
(33,38,33)
#181B19
(24,27,25)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #697E61

#697E61
(105,126,97)
#76896F
(118,137,111)
#83947D
(131,148,125)
#909F8B
(144,159,139)
#9DAA99
(157,170,153)
#AAB5A7
(170,181,167)
#B7C0B5
(183,192,181)
#C4CBC3
(196,203,195)
#D1D6D1
(209,214,209)
#DEE1DF
(222,225,223)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697E61; }

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

This text font color is #697E61.


Background Color

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

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

This div background color is #697E61.


Border color

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

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

This div border color is #697E61.


Opacity

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

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

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

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

This text has shadow with #697E61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697E61 on black background.


Color preview on white background

This text has color #697E61 on white background.



Black color preview on #697E61 background

This text has black color on #697E61 background.


White color preview on #697E61 background

This text has white color on #697E61 background.