COLOR #697831

HEX: #697831
RGB: (105,120,49)

Color info

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

RGB color model

#697831 color RGB value is (105,120,49).

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

RGB channels and saturation

R 105 of 255 = 41%
G 120 of 255 = 47%
B 49 of 255 = 19%

105
120
49

R + G + B ~ 36%. #697831 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 120 + 49 = 274 (100%)
R 105 of 274 ~ 38.32%
G 120 of 274 ~ 43.8%
B 49 of 274 ~ 17.88%

%38.32
%43.8
%17.88

CMYK color model

#697831 color CMYK value is (13,0,59,53).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 59.17%
  • key color value is 52.94%
CMYK:
(13,0,59,53)
C13M0Y59K53 
(13%,0%,59%,53%)
(0.13/0.00/0.59/0.53)	

CMYK percentages

%12.5
%0
%59.17
%52.94

Codes

Color #697831 in popluar color models

697831
RGB10512049
HSL73°42.01%33.14%
HSB/HSV73°59.17%47.06%
CMYK12.50%0.00%59.17%
52.94%

Color #697831 in popluar number systems.

HEX697831
Decimal10512049
Binary11010011111000110001
Octal15117061

Shades and tints

Shades of #697831

#697831
(105,120,49)
#606E2D
(96,110,45)
#576429
(87,100,41)
#4E5A25
(78,90,37)
#455021
(69,80,33)
#3C461D
(60,70,29)
#333C19
(51,60,25)
#2A3215
(42,50,21)
#212811
(33,40,17)
#181E0D
(24,30,13)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #697831

#697831
(105,120,49)
#768443
(118,132,67)
#839055
(131,144,85)
#909C67
(144,156,103)
#9DA879
(157,168,121)
#AAB48B
(170,180,139)
#B7C09D
(183,192,157)
#C4CCAF
(196,204,175)
#D1D8C1
(209,216,193)
#DEE4D3
(222,228,211)
#EBF0E5
(235,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697831; }

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

This text font color is #697831.


Background Color

.myBgColor { background-color: #697831; }

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

This div background color is #697831.


Border color

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

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

This div border color is #697831.


Opacity

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

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

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

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

This text has shadow with #697831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697831 on black background.


Color preview on white background

This text has color #697831 on white background.



Black color preview on #697831 background

This text has black color on #697831 background.


White color preview on #697831 background

This text has white color on #697831 background.