COLOR #697C3C

HEX: #697C3C RGB: (105,124,60)

Color info

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

RGB color model

#697C3C color RGB value is (105,124,60).

RGB: (105,124,60) (41%, 49%, 24%)

RGB channels and saturation

R 105 of 255 = 41%
G 124 of 255 = 49%
B 60 of 255 = 24%

105
124
60

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

Portions of RGB colors in percentages

R + G + B = 105 + 124 + 60 = 289 (100%)
R 105 of 289 ~ 36.33%
G 124 of 289 ~ 42.91%
B 60 of 289 ~ 20.76'%

%36.33
%42.91
%20.76

CMYK color model

#697C3C color CMYK value is (15,0,52,51).

  • cyan value is 15.32%
  • magenta value is 0.00%
  • yellow value is 51.61%
  • key color value is 51.37%

CMYK: (15,0,52,51)
C15M0Y52K51 (15%, 0%, 52%, 51%)
(0.15 / 0.00 / 0.52 / 0.51)

CMYK percentages

%15.32
%0
%51.61
%51.37

Codes

Color #697C3C in popluar color models

69 7C 3C
RGB 105 124 60
HSL 78° 34.78% 36.08%
HSB/HSV 78° 51.61% 48.63%
CMYK 15.32% 0.00% 51.61%
51.37%

Color #697C3C in popluar number systems.

HEX 69 7C 3C
Decimal 105 124 60
Binary 1101001 1111100 111100
Octal 151 174 74

Shades and tints

Shades of #697C3C

#697C3C
(105,124,60)
#607137
(96,113,55)
#576632
(87,102,50)
#4E5B2D
(78,91,45)
#455028
(69,80,40)
#3C4523
(60,69,35)
#333A1E
(51,58,30)
#2A2F19
(42,47,25)
#212414
(33,36,20)
#18190F
(24,25,15)
#0F0E0A
(15,14,10)
#000000
(0,0,0)

Tints of #697C3C

#697C3C
(105,124,60)
#76874D
(118,135,77)
#83925E
(131,146,94)
#909D6F
(144,157,111)
#9DA880
(157,168,128)
#AAB391
(170,179,145)
#B7BEA2
(183,190,162)
#C4C9B3
(196,201,179)
#D1D4C4
(209,212,196)
#DEDFD5
(222,223,213)
#EBEAE6
(235,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #697C3C color. Also use rgb(105,124,60) instead hex code.

Text Font Color

.myTextColor { color: #697C3C; }

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

This text font color is #697C3C.

Background Color

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

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

This div background color is #697C3C.

Border color

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

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

This div border color is #697C3C.

Opacity

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

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

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

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

This text has shadow with #697C3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697C3C.

Preview

Color preview on black background

This text has color #697C3C on black background.


Color preview on white background

This text has color #697C3C on white background.


Black color preview on #697C3C background

This text has black color on #697C3C background.


White color preview on #697C3C background

This text has white color on #697C3C background.


Related colors

Complementary color

Complementary color for #hex is #9683C3.


I love getcolorcode.com

Triadic colors

1 #3C697C and #7C3C69 with #697C3C are triadic colors.

2 #3C7C69 and #7C693C with #697C3C are triadic colors.