COLOR #697C4D

HEX: #697C4D RGB: (105,124,77)

Color info

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

RGB color model

#697C4D color RGB value is (105,124,77).

RGB: (105,124,77) (41%, 49%, 30%)

RGB channels and saturation

R 105 of 255 = 41%
G 124 of 255 = 49%
B 77 of 255 = 30%

105
124
77

R + G + B ~ 40%. #697C4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 124 + 77 = 306 (100%)
R 105 of 306 ~ 34.31%
G 124 of 306 ~ 40.52%
B 77 of 306 ~ 25.16'%

%34.31
%40.52
%25.16

CMYK color model

#697C4D color CMYK value is (15,0,38,51).

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

CMYK: (15,0,38,51)
C15M0Y38K51 (15%, 0%, 38%, 51%)
(0.15 / 0.00 / 0.38 / 0.51)

CMYK percentages

%15.32
%0
%37.9
%51.37

Codes

Color #697C4D in popluar color models

69 7C 4D
RGB 105 124 77
HSL 84° 23.38% 39.41%
HSB/HSV 84° 37.90% 48.63%
CMYK 15.32% 0.00% 37.90%
51.37%

Color #697C4D in popluar number systems.

HEX 69 7C 4D
Decimal 105 124 77
Binary 1101001 1111100 1001101
Octal 151 174 115

Shades and tints

Shades of #697C4D

#697C4D
(105,124,77)
#607146
(96,113,70)
#57663F
(87,102,63)
#4E5B38
(78,91,56)
#455031
(69,80,49)
#3C452A
(60,69,42)
#333A23
(51,58,35)
#2A2F1C
(42,47,28)
#212415
(33,36,21)
#18190E
(24,25,14)
#0F0E07
(15,14,7)
#000000
(0,0,0)

Tints of #697C4D

#697C4D
(105,124,77)
#76875D
(118,135,93)
#83926D
(131,146,109)
#909D7D
(144,157,125)
#9DA88D
(157,168,141)
#AAB39D
(170,179,157)
#B7BEAD
(183,190,173)
#C4C9BD
(196,201,189)
#D1D4CD
(209,212,205)
#DEDFDD
(222,223,221)
#EBEAED
(235,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697C4D; }

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

This text font color is #697C4D.

Background Color

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

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

This div background color is #697C4D.

Border color

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

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

This div border color is #697C4D.

Opacity

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

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

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

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

This text has shadow with #697C4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697C4D.

Preview

Color preview on black background

This text has color #697C4D on black background.


Color preview on white background

This text has color #697C4D on white background.


Black color preview on #697C4D background

This text has black color on #697C4D background.


White color preview on #697C4D background

This text has white color on #697C4D background.


Related colors

Complementary color

Complementary color for #hex is #9683B2.


I love getcolorcode.com

Triadic colors

1 #4D697C and #7C4D69 with #697C4D are triadic colors.

2 #4D7C69 and #7C694D with #697C4D are triadic colors.