COLOR #697756

HEX: #697756
RGB: (105,119,86)

Color info

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

RGB color model

#697756 color RGB value is (105,119,86).

  • red value is 105;
  • green value is 119;
  • blue value is 86.
RGB:
(105,119,86)
(41%,47%,34%)

RGB channels and saturation

R 105 of 255 = 41%
G 119 of 255 = 47%
B 86 of 255 = 34%

105
119
86

R + G + B ~ 41%. #697756 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
105 + 119 + 86 = 310 (100%)
R 105 of 310 ~ 33.87%
G 119 of 310 ~ 38.39%
B 86 of 310 ~ 27.74%

%33.87
%38.39
%27.74

CMYK color model

#697756 color CMYK value is (12,0,28,53).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 27.73%
  • key color value is 53.33%
CMYK:
(12,0,28,53)
C12M0Y28K53 
(12%,0%,28%,53%)
(0.12/0.00/0.28/0.53)	

CMYK percentages

%11.76
%0
%27.73
%53.33

Codes

Color #697756 in popluar color models

697756
RGB10511986
HSL85°16.10%40.20%
HSB/HSV85°27.73%46.67%
CMYK11.76%0.00%27.73%
53.33%

Color #697756 in popluar number systems.

HEX697756
Decimal10511986
Binary110100111101111010110
Octal151167126

Shades and tints

Shades of #697756

#697756
(105,119,86)
#606D4F
(96,109,79)
#576348
(87,99,72)
#4E5941
(78,89,65)
#454F3A
(69,79,58)
#3C4533
(60,69,51)
#333B2C
(51,59,44)
#2A3125
(42,49,37)
#21271E
(33,39,30)
#181D17
(24,29,23)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #697756

#697756
(105,119,86)
#768365
(118,131,101)
#838F74
(131,143,116)
#909B83
(144,155,131)
#9DA792
(157,167,146)
#AAB3A1
(170,179,161)
#B7BFB0
(183,191,176)
#C4CBBF
(196,203,191)
#D1D7CE
(209,215,206)
#DEE3DD
(222,227,221)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697756 color. Also use rgb(105,119,86) instead hex code.

Text Font Color

.myTextColor { color: #697756; }

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

This text font color is #697756.


Background Color

.myBgColor { background-color: #697756; }

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

This div background color is #697756.


Border color

.myBorderColor { border: 1px solid #697756; }

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

This div border color is #697756.


Opacity

.myOpacity80 { color: #697756; opacity: 0.8; }

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

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

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

This text has shadow with #697756 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697756 on black background.


Color preview on white background

This text has color #697756 on white background.



Black color preview on #697756 background

This text has black color on #697756 background.


White color preview on #697756 background

This text has white color on #697756 background.