COLOR #697631

HEX: #697631
RGB: (105,118,49)

Color info

#697631 contains mainly red and green colors. Web safe color of #697631 is #666633 (or #663).

RGB color model

#697631 color RGB value is (105,118,49).

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

RGB channels and saturation

R 105 of 255 = 41%
G 118 of 255 = 46%
B 49 of 255 = 19%

105
118
49

R + G + B ~ 35%. #697631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 118 + 49 = 272 (100%)
R 105 of 272 ~ 38.6%
G 118 of 272 ~ 43.38%
B 49 of 272 ~ 18.01%

%38.6
%43.38
%18.01

CMYK color model

#697631 color CMYK value is (11,0,58,54).

  • cyan value is 11.02%
  • magenta value is 0.00%
  • yellow value is 58.47%
  • key color value is 53.73%
CMYK:
(11,0,58,54)
C11M0Y58K54 
(11%,0%,58%,54%)
(0.11/0.00/0.58/0.54)	

CMYK percentages

%11.02
%0
%58.47
%53.73

Codes

Color #697631 in popluar color models

697631
RGB10511849
HSL71°41.32%32.75%
HSB/HSV71°58.47%46.27%
CMYK11.02%0.00%58.47%
53.73%

Color #697631 in popluar number systems.

HEX697631
Decimal10511849
Binary11010011110110110001
Octal15116661

Shades and tints

Shades of #697631

#697631
(105,118,49)
#606C2D
(96,108,45)
#576229
(87,98,41)
#4E5825
(78,88,37)
#454E21
(69,78,33)
#3C441D
(60,68,29)
#333A19
(51,58,25)
#2A3015
(42,48,21)
#212611
(33,38,17)
#181C0D
(24,28,13)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #697631

#697631
(105,118,49)
#768243
(118,130,67)
#838E55
(131,142,85)
#909A67
(144,154,103)
#9DA679
(157,166,121)
#AAB28B
(170,178,139)
#B7BE9D
(183,190,157)
#C4CAAF
(196,202,175)
#D1D6C1
(209,214,193)
#DEE2D3
(222,226,211)
#EBEEE5
(235,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697631; }

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

This text font color is #697631.


Background Color

.myBgColor { background-color: #697631; }

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

This div background color is #697631.


Border color

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

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

This div border color is #697631.


Opacity

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

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

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

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

This text has shadow with #697631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697631 on black background.


Color preview on white background

This text has color #697631 on white background.



Black color preview on #697631 background

This text has black color on #697631 background.


White color preview on #697631 background

This text has white color on #697631 background.