COLOR #697140

HEX: #697140
RGB: (105,113,64)

Color info

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

RGB color model

#697140 color RGB value is (105,113,64).

  • red value is 105;
  • green value is 113;
  • blue value is 64.
RGB:
(105,113,64)
(41%,44%,25%)

RGB channels and saturation

R 105 of 255 = 41%
G 113 of 255 = 44%
B 64 of 255 = 25%

105
113
64

R + G + B ~ 37%. #697140 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 113 + 64 = 282 (100%)
R 105 of 282 ~ 37.23%
G 113 of 282 ~ 40.07%
B 64 of 282 ~ 22.7%

%37.23
%40.07
%22.7

CMYK color model

#697140 color CMYK value is (7,0,43,56).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 43.36%
  • key color value is 55.69%
CMYK:
(7,0,43,56)
C7M0Y43K56 
(7%,0%,43%,56%)
(0.07/0.00/0.43/0.56)	

CMYK percentages

%7.08
%0
%43.36
%55.69

Codes

Color #697140 in popluar color models

697140
RGB10511364
HSL70°27.68%34.71%
HSB/HSV70°43.36%44.31%
CMYK7.08%0.00%43.36%
55.69%

Color #697140 in popluar number systems.

HEX697140
Decimal10511364
Binary110100111100011000000
Octal151161100

Shades and tints

Shades of #697140

#697140
(105,113,64)
#60673B
(96,103,59)
#575D36
(87,93,54)
#4E5331
(78,83,49)
#45492C
(69,73,44)
#3C3F27
(60,63,39)
#333522
(51,53,34)
#2A2B1D
(42,43,29)
#212118
(33,33,24)
#181713
(24,23,19)
#0F0D0E
(15,13,14)
#000000
(0,0,0)

Tints of #697140

#697140
(105,113,64)
#767D51
(118,125,81)
#838962
(131,137,98)
#909573
(144,149,115)
#9DA184
(157,161,132)
#AAAD95
(170,173,149)
#B7B9A6
(183,185,166)
#C4C5B7
(196,197,183)
#D1D1C8
(209,209,200)
#DEDDD9
(222,221,217)
#EBE9EA
(235,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697140 color. Also use rgb(105,113,64) instead hex code.

Text Font Color

.myTextColor { color: #697140; }

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

This text font color is #697140.


Background Color

.myBgColor { background-color: #697140; }

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

This div background color is #697140.


Border color

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

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

This div border color is #697140.


Opacity

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

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

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

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

This text has shadow with #697140 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697140 on black background.


Color preview on white background

This text has color #697140 on white background.



Black color preview on #697140 background

This text has black color on #697140 background.


White color preview on #697140 background

This text has white color on #697140 background.