COLOR #697942

HEX: #697942
RGB: (105,121,66)

Color info

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

RGB color model

#697942 color RGB value is (105,121,66).

  • red value is 105;
  • green value is 121;
  • blue value is 66.
RGB:
(105,121,66)
(41%,47%,26%)

RGB channels and saturation

R 105 of 255 = 41%
G 121 of 255 = 47%
B 66 of 255 = 26%

105
121
66

R + G + B ~ 38%. #697942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 121 + 66 = 292 (100%)
R 105 of 292 ~ 35.96%
G 121 of 292 ~ 41.44%
B 66 of 292 ~ 22.6%

%35.96
%41.44
%22.6

CMYK color model

#697942 color CMYK value is (13,0,45,53).

  • cyan value is 13.22%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 52.55%
CMYK:
(13,0,45,53)
C13M0Y45K53 
(13%,0%,45%,53%)
(0.13/0.00/0.45/0.53)	

CMYK percentages

%13.22
%0
%45.45
%52.55

Codes

Color #697942 in popluar color models

697942
RGB10512166
HSL77°29.41%36.67%
HSB/HSV77°45.45%47.45%
CMYK13.22%0.00%45.45%
52.55%

Color #697942 in popluar number systems.

HEX697942
Decimal10512166
Binary110100111110011000010
Octal151171102

Shades and tints

Shades of #697942

#697942
(105,121,66)
#606E3C
(96,110,60)
#576336
(87,99,54)
#4E5830
(78,88,48)
#454D2A
(69,77,42)
#3C4224
(60,66,36)
#33371E
(51,55,30)
#2A2C18
(42,44,24)
#212112
(33,33,18)
#18160C
(24,22,12)
#0F0B06
(15,11,6)
#000000
(0,0,0)

Tints of #697942

#697942
(105,121,66)
#768553
(118,133,83)
#839164
(131,145,100)
#909D75
(144,157,117)
#9DA986
(157,169,134)
#AAB597
(170,181,151)
#B7C1A8
(183,193,168)
#C4CDB9
(196,205,185)
#D1D9CA
(209,217,202)
#DEE5DB
(222,229,219)
#EBF1EC
(235,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697942 color. Also use rgb(105,121,66) instead hex code.

Text Font Color

.myTextColor { color: #697942; }

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

This text font color is #697942.


Background Color

.myBgColor { background-color: #697942; }

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

This div background color is #697942.


Border color

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

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

This div border color is #697942.


Opacity

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

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

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

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

This text has shadow with #697942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697942 on black background.


Color preview on white background

This text has color #697942 on white background.



Black color preview on #697942 background

This text has black color on #697942 background.


White color preview on #697942 background

This text has white color on #697942 background.