COLOR #697227

HEX: #697227
RGB: (105,114,39)

Color info

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

RGB color model

#697227 color RGB value is (105,114,39).

  • red value is 105;
  • green value is 114;
  • blue value is 39.
RGB:
(105,114,39)
(41%,45%,15%)

RGB channels and saturation

R 105 of 255 = 41%
G 114 of 255 = 45%
B 39 of 255 = 15%

105
114
39

R + G + B ~ 34%. #697227 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 114 + 39 = 258 (100%)
R 105 of 258 ~ 40.7%
G 114 of 258 ~ 44.19%
B 39 of 258 ~ 15.12%

%40.7
%44.19
%15.12

CMYK color model

#697227 color CMYK value is (8,0,66,55).

  • cyan value is 7.89%
  • magenta value is 0.00%
  • yellow value is 65.79%
  • key color value is 55.29%
CMYK:
(8,0,66,55)
C8M0Y66K55 
(8%,0%,66%,55%)
(0.08/0.00/0.66/0.55)	

CMYK percentages

%7.89
%0
%65.79
%55.29

Codes

Color #697227 in popluar color models

697227
RGB10511439
HSL67°49.02%30.00%
HSB/HSV67°65.79%44.71%
CMYK7.89%0.00%65.79%
55.29%

Color #697227 in popluar number systems.

HEX697227
Decimal10511439
Binary11010011110010100111
Octal15116247

Shades and tints

Shades of #697227

#697227
(105,114,39)
#606824
(96,104,36)
#575E21
(87,94,33)
#4E541E
(78,84,30)
#454A1B
(69,74,27)
#3C4018
(60,64,24)
#333615
(51,54,21)
#2A2C12
(42,44,18)
#21220F
(33,34,15)
#18180C
(24,24,12)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #697227

#697227
(105,114,39)
#767E3A
(118,126,58)
#838A4D
(131,138,77)
#909660
(144,150,96)
#9DA273
(157,162,115)
#AAAE86
(170,174,134)
#B7BA99
(183,186,153)
#C4C6AC
(196,198,172)
#D1D2BF
(209,210,191)
#DEDED2
(222,222,210)
#EBEAE5
(235,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697227; }

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

This text font color is #697227.


Background Color

.myBgColor { background-color: #697227; }

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

This div background color is #697227.


Border color

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

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

This div border color is #697227.


Opacity

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

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

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

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

This text has shadow with #697227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697227 on black background.


Color preview on white background

This text has color #697227 on white background.



Black color preview on #697227 background

This text has black color on #697227 background.


White color preview on #697227 background

This text has white color on #697227 background.