COLOR #697856

HEX: #697856
RGB: (105,120,86)

Color info

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

RGB color model

#697856 color RGB value is (105,120,86).

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

RGB channels and saturation

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

105
120
86

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

Portions of RGB colors in percentages

R + G + B =
105 + 120 + 86 = 311 (100%)
R 105 of 311 ~ 33.76%
G 120 of 311 ~ 38.59%
B 86 of 311 ~ 27.65%

%33.76
%38.59
%27.65

CMYK color model

#697856 color CMYK value is (13,0,28,53).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 28.33%
  • key color value is 52.94%
CMYK:
(13,0,28,53)
C13M0Y28K53 
(13%,0%,28%,53%)
(0.13/0.00/0.28/0.53)	

CMYK percentages

%12.5
%0
%28.33
%52.94

Codes

Color #697856 in popluar color models

697856
RGB10512086
HSL86°16.50%40.39%
HSB/HSV86°28.33%47.06%
CMYK12.50%0.00%28.33%
52.94%

Color #697856 in popluar number systems.

HEX697856
Decimal10512086
Binary110100111110001010110
Octal151170126

Shades and tints

Shades of #697856

#697856
(105,120,86)
#606E4F
(96,110,79)
#576448
(87,100,72)
#4E5A41
(78,90,65)
#45503A
(69,80,58)
#3C4633
(60,70,51)
#333C2C
(51,60,44)
#2A3225
(42,50,37)
#21281E
(33,40,30)
#181E17
(24,30,23)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #697856

#697856
(105,120,86)
#768465
(118,132,101)
#839074
(131,144,116)
#909C83
(144,156,131)
#9DA892
(157,168,146)
#AAB4A1
(170,180,161)
#B7C0B0
(183,192,176)
#C4CCBF
(196,204,191)
#D1D8CE
(209,216,206)
#DEE4DD
(222,228,221)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697856; }

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

This text font color is #697856.


Background Color

.myBgColor { background-color: #697856; }

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

This div background color is #697856.


Border color

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

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

This div border color is #697856.


Opacity

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

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

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

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

This text has shadow with #697856 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697856 on black background.


Color preview on white background

This text has color #697856 on white background.



Black color preview on #697856 background

This text has black color on #697856 background.


White color preview on #697856 background

This text has white color on #697856 background.