COLOR #697E41

HEX: #697E41
RGB: (105,126,65)

Color info

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

RGB color model

#697E41 color RGB value is (105,126,65).

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

RGB channels and saturation

R 105 of 255 = 41%
G 126 of 255 = 49%
B 65 of 255 = 25%

105
126
65

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

Portions of RGB colors in percentages

R + G + B =
105 + 126 + 65 = 296 (100%)
R 105 of 296 ~ 35.47%
G 126 of 296 ~ 42.57%
B 65 of 296 ~ 21.96%

%35.47
%42.57
%21.96

CMYK color model

#697E41 color CMYK value is (17,0,48,51).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 48.41%
  • key color value is 50.59%
CMYK:
(17,0,48,51)
C17M0Y48K51 
(17%,0%,48%,51%)
(0.17/0.00/0.48/0.51)	

CMYK percentages

%16.67
%0
%48.41
%50.59

Codes

Color #697E41 in popluar color models

697E41
RGB10512665
HSL81°31.94%37.45%
HSB/HSV81°48.41%49.41%
CMYK16.67%0.00%48.41%
50.59%

Color #697E41 in popluar number systems.

HEX697E41
Decimal10512665
Binary110100111111101000001
Octal151176101

Shades and tints

Shades of #697E41

#697E41
(105,126,65)
#60733C
(96,115,60)
#576837
(87,104,55)
#4E5D32
(78,93,50)
#45522D
(69,82,45)
#3C4728
(60,71,40)
#333C23
(51,60,35)
#2A311E
(42,49,30)
#212619
(33,38,25)
#181B14
(24,27,20)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #697E41

#697E41
(105,126,65)
#768952
(118,137,82)
#839463
(131,148,99)
#909F74
(144,159,116)
#9DAA85
(157,170,133)
#AAB596
(170,181,150)
#B7C0A7
(183,192,167)
#C4CBB8
(196,203,184)
#D1D6C9
(209,214,201)
#DEE1DA
(222,225,218)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697E41 color. Also use rgb(105,126,65) instead hex code.

Text Font Color

.myTextColor { color: #697E41; }

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

This text font color is #697E41.


Background Color

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

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

This div background color is #697E41.


Border color

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

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

This div border color is #697E41.


Opacity

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

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

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

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

This text has shadow with #697E41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697E41 on black background.


Color preview on white background

This text has color #697E41 on white background.



Black color preview on #697E41 background

This text has black color on #697E41 background.


White color preview on #697E41 background

This text has white color on #697E41 background.