COLOR #697F5B

HEX: #697F5B
RGB: (105,127,91)

Color info

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

RGB color model

#697F5B color RGB value is (105,127,91).

  • red value is 105;
  • green value is 127;
  • blue value is 91.
RGB:
(105,127,91)
(41%,50%,36%)

RGB channels and saturation

R 105 of 255 = 41%
G 127 of 255 = 50%
B 91 of 255 = 36%

105
127
91

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

Portions of RGB colors in percentages

R + G + B =
105 + 127 + 91 = 323 (100%)
R 105 of 323 ~ 32.51%
G 127 of 323 ~ 39.32%
B 91 of 323 ~ 28.17%

%32.51
%39.32
%28.17

CMYK color model

#697F5B color CMYK value is (17,0,28,50).

  • cyan value is 17.32%
  • magenta value is 0.00%
  • yellow value is 28.35%
  • key color value is 50.20%
CMYK:
(17,0,28,50)
C17M0Y28K50 
(17%,0%,28%,50%)
(0.17/0.00/0.28/0.50)	

CMYK percentages

%17.32
%0
%28.35
%50.2

Codes

Color #697F5B in popluar color models

697F5B
RGB10512791
HSL97°16.51%42.75%
HSB/HSV97°28.35%49.80%
CMYK17.32%0.00%28.35%
50.20%

Color #697F5B in popluar number systems.

HEX697F5B
Decimal10512791
Binary110100111111111011011
Octal151177133

Shades and tints

Shades of #697F5B

#697F5B
(105,127,91)
#607453
(96,116,83)
#57694B
(87,105,75)
#4E5E43
(78,94,67)
#45533B
(69,83,59)
#3C4833
(60,72,51)
#333D2B
(51,61,43)
#2A3223
(42,50,35)
#21271B
(33,39,27)
#181C13
(24,28,19)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #697F5B

#697F5B
(105,127,91)
#768A69
(118,138,105)
#839577
(131,149,119)
#90A085
(144,160,133)
#9DAB93
(157,171,147)
#AAB6A1
(170,182,161)
#B7C1AF
(183,193,175)
#C4CCBD
(196,204,189)
#D1D7CB
(209,215,203)
#DEE2D9
(222,226,217)
#EBEDE7
(235,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697F5B; }

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

This text font color is #697F5B.


Background Color

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

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

This div background color is #697F5B.


Border color

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

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

This div border color is #697F5B.


Opacity

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

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

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

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

This text has shadow with #697F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697F5B on black background.


Color preview on white background

This text has color #697F5B on white background.



Black color preview on #697F5B background

This text has black color on #697F5B background.


White color preview on #697F5B background

This text has white color on #697F5B background.