COLOR #697D45

HEX: #697D45
RGB: (105,125,69)

Color info

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

RGB color model

#697D45 color RGB value is (105,125,69).

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

RGB channels and saturation

R 105 of 255 = 41%
G 125 of 255 = 49%
B 69 of 255 = 27%

105
125
69

R + G + B ~ 39%. #697D45 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 125 + 69 = 299 (100%)
R 105 of 299 ~ 35.12%
G 125 of 299 ~ 41.81%
B 69 of 299 ~ 23.08%

%35.12
%41.81
%23.08

CMYK color model

#697D45 color CMYK value is (16,0,45,51).

  • cyan value is 16.00%
  • magenta value is 0.00%
  • yellow value is 44.80%
  • key color value is 50.98%
CMYK:
(16,0,45,51)
C16M0Y45K51 
(16%,0%,45%,51%)
(0.16/0.00/0.45/0.51)	

CMYK percentages

%16
%0
%44.8
%50.98

Codes

Color #697D45 in popluar color models

697D45
RGB10512569
HSL81°28.87%38.04%
HSB/HSV81°44.80%49.02%
CMYK16.00%0.00%44.80%
50.98%

Color #697D45 in popluar number systems.

HEX697D45
Decimal10512569
Binary110100111111011000101
Octal151175105

Shades and tints

Shades of #697D45

#697D45
(105,125,69)
#60723F
(96,114,63)
#576739
(87,103,57)
#4E5C33
(78,92,51)
#45512D
(69,81,45)
#3C4627
(60,70,39)
#333B21
(51,59,33)
#2A301B
(42,48,27)
#212515
(33,37,21)
#181A0F
(24,26,15)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #697D45

#697D45
(105,125,69)
#768855
(118,136,85)
#839365
(131,147,101)
#909E75
(144,158,117)
#9DA985
(157,169,133)
#AAB495
(170,180,149)
#B7BFA5
(183,191,165)
#C4CAB5
(196,202,181)
#D1D5C5
(209,213,197)
#DEE0D5
(222,224,213)
#EBEBE5
(235,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697D45; }

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

This text font color is #697D45.


Background Color

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

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

This div background color is #697D45.


Border color

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

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

This div border color is #697D45.


Opacity

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

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

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

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

This text has shadow with #697D45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #697D45 on black background.


Color preview on white background

This text has color #697D45 on white background.



Black color preview on #697D45 background

This text has black color on #697D45 background.


White color preview on #697D45 background

This text has white color on #697D45 background.