COLOR #697E5C

HEX: #697E5C
RGB: (105,126,92)

Color info

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

RGB color model

#697E5C color RGB value is (105,126,92).

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

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 92 of 255 = 36%

105
126
92

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

Portions of RGB colors in percentages

R + G + B =
105 + 126 + 92 = 323 (100%)
R 105 of 323 ~ 32.51%
G 126 of 323 ~ 39.01%
B 92 of 323 ~ 28.48%

%32.51
%39.01
%28.48

CMYK color model

#697E5C color CMYK value is (17,0,27,51).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 26.98%
  • key color value is 50.59%
CMYK:
(17,0,27,51)
C17M0Y27K51 
(17%,0%,27%,51%)
(0.17/0.00/0.27/0.51)	

CMYK percentages

%16.67
%0
%26.98
%50.59

Codes

Color #697E5C in popluar color models

697E5C
RGB10512692
HSL97°15.60%42.75%
HSB/HSV97°26.98%49.41%
CMYK16.67%0.00%26.98%
50.59%

Color #697E5C in popluar number systems.

HEX697E5C
Decimal10512692
Binary110100111111101011100
Octal151176134

Shades and tints

Shades of #697E5C

#697E5C
(105,126,92)
#607354
(96,115,84)
#57684C
(87,104,76)
#4E5D44
(78,93,68)
#45523C
(69,82,60)
#3C4734
(60,71,52)
#333C2C
(51,60,44)
#2A3124
(42,49,36)
#21261C
(33,38,28)
#181B14
(24,27,20)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #697E5C

#697E5C
(105,126,92)
#76896A
(118,137,106)
#839478
(131,148,120)
#909F86
(144,159,134)
#9DAA94
(157,170,148)
#AAB5A2
(170,181,162)
#B7C0B0
(183,192,176)
#C4CBBE
(196,203,190)
#D1D6CC
(209,214,204)
#DEE1DA
(222,225,218)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697E5C; }

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

This text font color is #697E5C.


Background Color

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

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

This div background color is #697E5C.


Border color

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

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

This div border color is #697E5C.


Opacity

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

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

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

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

This text has shadow with #697E5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697E5C on black background.


Color preview on white background

This text has color #697E5C on white background.



Black color preview on #697E5C background

This text has black color on #697E5C background.


White color preview on #697E5C background

This text has white color on #697E5C background.