COLOR #697215

HEX: #697215 RGB: (105,114,21)

Color info

#697215 contains mainly red and green colors. Web safe color of #697215 is #666600 (or #660).

RGB color model

#697215 color RGB value is (105,114,21).

RGB: (105,114,21) (41%, 45%, 8%)

RGB channels and saturation

R 105 of 255 = 41%
G 114 of 255 = 45%
B 21 of 255 = 8%

105
114
21

R + G + B ~ 31%. #697215 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 114 + 21 = 240 (100%)
R 105 of 240 ~ 43.75%
G 114 of 240 ~ 47.5%
B 21 of 240 ~ 8.75'%

%43.75
%47.5

CMYK color model

#697215 color CMYK value is (8,0,82,55).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 81.58%
  • key color value is 55.29%

CMYK: (8,0,82,55)
C8M0Y82K55 (8%, 0%, 82%, 55%)
(0.08 / 0.00 / 0.82 / 0.55)

CMYK percentages

%7.89
%0
%81.58
%55.29

Codes

Color #697215 in popluar color models

69 72 15
RGB 105 114 21
HSL 66° 68.89% 26.47%
HSB/HSV 66° 81.58% 44.71%
CMYK 7.89% 0.00% 81.58%
55.29%

Color #697215 in popluar number systems.

HEX 69 72 15
Decimal 105 114 21
Binary 1101001 1110010 10101
Octal 151 162 25

Shades and tints

Shades of #697215

#697215
(105,114,21)
#606814
(96,104,20)
#575E13
(87,94,19)
#4E5412
(78,84,18)
#454A11
(69,74,17)
#3C4010
(60,64,16)
#33360F
(51,54,15)
#2A2C0E
(42,44,14)
#21220D
(33,34,13)
#18180C
(24,24,12)
#0F0E0B
(15,14,11)
#000000
(0,0,0)

Tints of #697215

#697215
(105,114,21)
#767E2A
(118,126,42)
#838A3F
(131,138,63)
#909654
(144,150,84)
#9DA269
(157,162,105)
#AAAE7E
(170,174,126)
#B7BA93
(183,186,147)
#C4C6A8
(196,198,168)
#D1D2BD
(209,210,189)
#DEDED2
(222,222,210)
#EBEAE7
(235,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697215; }

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

This text font color is #697215.

Background Color

.myBgColor { background-color: #697215; }

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

This div background color is #697215.

Border color

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

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

This div border color is #697215.

Opacity

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

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

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

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

This text has shadow with #697215 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697215.

Preview

Color preview on black background

This text has color #697215 on black background.


Color preview on white background

This text has color #697215 on white background.


Black color preview on #697215 background

This text has black color on #697215 background.


White color preview on #697215 background

This text has white color on #697215 background.


Related colors

Complementary color

Complementary color for #hex is #968DEA.


I love getcolorcode.com

Triadic colors

1 #156972 and #721569 with #697215 are triadic colors.

2 #157269 and #726915 with #697215 are triadic colors.