COLOR #697D40

HEX: #697D40
RGB: (105,125,64)

Color info

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

RGB color model

#697D40 color RGB value is (105,125,64).

  • red value is 105;
  • green value is 125;
  • blue value is 64.
RGB:
(105,125,64)
(41%,49%,25%)

RGB channels and saturation

R 105 of 255 = 41%
G 125 of 255 = 49%
B 64 of 255 = 25%

105
125
64

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

Portions of RGB colors in percentages

R + G + B =
105 + 125 + 64 = 294 (100%)
R 105 of 294 ~ 35.71%
G 125 of 294 ~ 42.52%
B 64 of 294 ~ 21.77%

%35.71
%42.52
%21.77

CMYK color model

#697D40 color CMYK value is (16,0,49,51).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 50.98%
CMYK:
(16,0,49,51)
C16M0Y49K51 
(16%,0%,49%,51%)
(0.16/0.00/0.49/0.51)	

CMYK percentages

%16
%0
%48.8
%50.98

Codes

Color #697D40 in popluar color models

697D40
RGB10512564
HSL80°32.28%37.06%
HSB/HSV80°48.80%49.02%
CMYK16.00%0.00%48.80%
50.98%

Color #697D40 in popluar number systems.

HEX697D40
Decimal10512564
Binary110100111111011000000
Octal151175100

Shades and tints

Shades of #697D40

#697D40
(105,125,64)
#60723B
(96,114,59)
#576736
(87,103,54)
#4E5C31
(78,92,49)
#45512C
(69,81,44)
#3C4627
(60,70,39)
#333B22
(51,59,34)
#2A301D
(42,48,29)
#212518
(33,37,24)
#181A13
(24,26,19)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #697D40

#697D40
(105,125,64)
#768851
(118,136,81)
#839362
(131,147,98)
#909E73
(144,158,115)
#9DA984
(157,169,132)
#AAB495
(170,180,149)
#B7BFA6
(183,191,166)
#C4CAB7
(196,202,183)
#D1D5C8
(209,213,200)
#DEE0D9
(222,224,217)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697D40 color. Also use rgb(105,125,64) instead hex code.

Text Font Color

.myTextColor { color: #697D40; }

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

This text font color is #697D40.


Background Color

.myBgColor { background-color: #697D40; }

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

This div background color is #697D40.


Border color

.myBorderColor { border: 1px solid #697D40; }

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

This div border color is #697D40.


Opacity

.myOpacity80 { color: #697D40; opacity: 0.8; }

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

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

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

This text has shadow with #697D40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697D40 on black background.


Color preview on white background

This text has color #697D40 on white background.



Black color preview on #697D40 background

This text has black color on #697D40 background.


White color preview on #697D40 background

This text has white color on #697D40 background.