COLOR #697B4D

HEX: #697B4D RGB: (105,123,77)

Color info

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

RGB color model

#697B4D color RGB value is (105,123,77).

RGB: (105,123,77) (41%, 48%, 30%)

RGB channels and saturation

R 105 of 255 = 41%
G 123 of 255 = 48%
B 77 of 255 = 30%

105
123
77

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

Portions of RGB colors in percentages

R + G + B = 105 + 123 + 77 = 305 (100%)
R 105 of 305 ~ 34.43%
G 123 of 305 ~ 40.33%
B 77 of 305 ~ 25.25'%

%34.43
%40.33
%25.25

CMYK color model

#697B4D color CMYK value is (15,0,37,52).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 37.40%
  • key color value is 51.76%

CMYK: (15,0,37,52)
C15M0Y37K52 (15%, 0%, 37%, 52%)
(0.15 / 0.00 / 0.37 / 0.52)

CMYK percentages

%14.63
%0
%37.4
%51.76

Codes

Color #697B4D in popluar color models

69 7B 4D
RGB 105 123 77
HSL 83° 23.00% 39.22%
HSB/HSV 83° 37.40% 48.24%
CMYK 14.63% 0.00% 37.40%
51.76%

Color #697B4D in popluar number systems.

HEX 69 7B 4D
Decimal 105 123 77
Binary 1101001 1111011 1001101
Octal 151 173 115

Shades and tints

Shades of #697B4D

#697B4D
(105,123,77)
#607046
(96,112,70)
#57653F
(87,101,63)
#4E5A38
(78,90,56)
#454F31
(69,79,49)
#3C442A
(60,68,42)
#333923
(51,57,35)
#2A2E1C
(42,46,28)
#212315
(33,35,21)
#18180E
(24,24,14)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #697B4D

#697B4D
(105,123,77)
#76875D
(118,135,93)
#83936D
(131,147,109)
#909F7D
(144,159,125)
#9DAB8D
(157,171,141)
#AAB79D
(170,183,157)
#B7C3AD
(183,195,173)
#C4CFBD
(196,207,189)
#D1DBCD
(209,219,205)
#DEE7DD
(222,231,221)
#EBF3ED
(235,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #697B4D; }

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

This text font color is #697B4D.

Background Color

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

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

This div background color is #697B4D.

Border color

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

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

This div border color is #697B4D.

Opacity

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

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

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

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

This text has shadow with #697B4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #697B4D.

Preview

Color preview on black background

This text has color #697B4D on black background.


Color preview on white background

This text has color #697B4D on white background.


Black color preview on #697B4D background

This text has black color on #697B4D background.


White color preview on #697B4D background

This text has white color on #697B4D background.


Related colors

Complementary color

Complementary color for #hex is #9684B2.


I love getcolorcode.com

Triadic colors

1 #4D697B and #7B4D69 with #697B4D are triadic colors.

2 #4D7B69 and #7B694D with #697B4D are triadic colors.