COLOR #697246

HEX: #697246
RGB: (105,114,70)

Color info

#697246 contains red, green and blue colors in about the same proportion. Web safe color of #697246 is #666633 (or #663).

RGB color model

#697246 color RGB value is (105,114,70).

  • red value is 105;
  • green value is 114;
  • blue value is 70.
RGB:
(105,114,70)
(41%,45%,27%)

RGB channels and saturation

R 105 of 255 = 41%
G 114 of 255 = 45%
B 70 of 255 = 27%

105
114
70

R + G + B ~ 38%. #697246 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 114 + 70 = 289 (100%)
R 105 of 289 ~ 36.33%
G 114 of 289 ~ 39.45%
B 70 of 289 ~ 24.22%

%36.33
%39.45
%24.22

CMYK color model

#697246 color CMYK value is (8,0,39,55).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 38.60%
  • key color value is 55.29%
CMYK:
(8,0,39,55)
C8M0Y39K55 
(8%,0%,39%,55%)
(0.08/0.00/0.39/0.55)	

CMYK percentages

%7.89
%0
%38.6
%55.29

Codes

Color #697246 in popluar color models

697246
RGB10511470
HSL72°23.91%36.08%
HSB/HSV72°38.60%44.71%
CMYK7.89%0.00%38.60%
55.29%

Color #697246 in popluar number systems.

HEX697246
Decimal10511470
Binary110100111100101000110
Octal151162106

Shades and tints

Shades of #697246

#697246
(105,114,70)
#606840
(96,104,64)
#575E3A
(87,94,58)
#4E5434
(78,84,52)
#454A2E
(69,74,46)
#3C4028
(60,64,40)
#333622
(51,54,34)
#2A2C1C
(42,44,28)
#212216
(33,34,22)
#181810
(24,24,16)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #697246

#697246
(105,114,70)
#767E56
(118,126,86)
#838A66
(131,138,102)
#909676
(144,150,118)
#9DA286
(157,162,134)
#AAAE96
(170,174,150)
#B7BAA6
(183,186,166)
#C4C6B6
(196,198,182)
#D1D2C6
(209,210,198)
#DEDED6
(222,222,214)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697246 color. Also use rgb(105,114,70) instead hex code.

Text Font Color

.myTextColor { color: #697246; }

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

This text font color is #697246.


Background Color

.myBgColor { background-color: #697246; }

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

This div background color is #697246.


Border color

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

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

This div border color is #697246.


Opacity

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

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

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

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

This text has shadow with #697246 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697246 on black background.


Color preview on white background

This text has color #697246 on white background.



Black color preview on #697246 background

This text has black color on #697246 background.


White color preview on #697246 background

This text has white color on #697246 background.