COLOR #697646

HEX: #697646
RGB: (105,118,70)

Color info

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

RGB color model

#697646 color RGB value is (105,118,70).

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

RGB channels and saturation

R 105 of 255 = 41%
G 118 of 255 = 46%
B 70 of 255 = 27%

105
118
70

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

Portions of RGB colors in percentages

R + G + B =
105 + 118 + 70 = 293 (100%)
R 105 of 293 ~ 35.84%
G 118 of 293 ~ 40.27%
B 70 of 293 ~ 23.89%

%35.84
%40.27
%23.89

CMYK color model

#697646 color CMYK value is (11,0,41,54).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 40.68%
  • key color value is 53.73%
CMYK:
(11,0,41,54)
C11M0Y41K54 
(11%,0%,41%,54%)
(0.11/0.00/0.41/0.54)	

CMYK percentages

%11.02
%0
%40.68
%53.73

Codes

Color #697646 in popluar color models

697646
RGB10511870
HSL76°25.53%36.86%
HSB/HSV76°40.68%46.27%
CMYK11.02%0.00%40.68%
53.73%

Color #697646 in popluar number systems.

HEX697646
Decimal10511870
Binary110100111101101000110
Octal151166106

Shades and tints

Shades of #697646

#697646
(105,118,70)
#606C40
(96,108,64)
#57623A
(87,98,58)
#4E5834
(78,88,52)
#454E2E
(69,78,46)
#3C4428
(60,68,40)
#333A22
(51,58,34)
#2A301C
(42,48,28)
#212616
(33,38,22)
#181C10
(24,28,16)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #697646

#697646
(105,118,70)
#768256
(118,130,86)
#838E66
(131,142,102)
#909A76
(144,154,118)
#9DA686
(157,166,134)
#AAB296
(170,178,150)
#B7BEA6
(183,190,166)
#C4CAB6
(196,202,182)
#D1D6C6
(209,214,198)
#DEE2D6
(222,226,214)
#EBEEE6
(235,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697646; }

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

This text font color is #697646.


Background Color

.myBgColor { background-color: #697646; }

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

This div background color is #697646.


Border color

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

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

This div border color is #697646.


Opacity

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

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

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

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

This text has shadow with #697646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697646 on black background.


Color preview on white background

This text has color #697646 on white background.



Black color preview on #697646 background

This text has black color on #697646 background.


White color preview on #697646 background

This text has white color on #697646 background.