COLOR #696D4C

HEX: #696D4C RGB: (105,109,76)

Color info

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

RGB color model

#696D4C color RGB value is (105,109,76).

RGB: (105,109,76) (41%, 43%, 30%)

RGB channels and saturation

R 105 of 255 = 41%
G 109 of 255 = 43%
B 76 of 255 = 30%

105
109
76

R + G + B ~ 38%. #696D4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 105 + 109 + 76 = 290 (100%)
R 105 of 290 ~ 36.21%
G 109 of 290 ~ 37.59%
B 76 of 290 ~ 26.21'%

%36.21
%37.59
%26.21

CMYK color model

#696D4C color CMYK value is (4,0,30,57).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 30.28%
  • key color value is 57.25%

CMYK: (4,0,30,57)
C4M0Y30K57 (4%, 0%, 30%, 57%)
(0.04 / 0.00 / 0.30 / 0.57)

CMYK percentages

%3.67
%0
%30.28
%57.25

Codes

Color #696D4C in popluar color models

69 6D 4C
RGB 105 109 76
HSL 67° 17.84% 36.27%
HSB/HSV 67° 30.28% 42.75%
CMYK 3.67% 0.00% 30.28%
57.25%

Color #696D4C in popluar number systems.

HEX 69 6D 4C
Decimal 105 109 76
Binary 1101001 1101101 1001100
Octal 151 155 114

Shades and tints

Shades of #696D4C

#696D4C
(105,109,76)
#606446
(96,100,70)
#575B40
(87,91,64)
#4E523A
(78,82,58)
#454934
(69,73,52)
#3C402E
(60,64,46)
#333728
(51,55,40)
#2A2E22
(42,46,34)
#21251C
(33,37,28)
#181C16
(24,28,22)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #696D4C

#696D4C
(105,109,76)
#767A5C
(118,122,92)
#83876C
(131,135,108)
#90947C
(144,148,124)
#9DA18C
(157,161,140)
#AAAE9C
(170,174,156)
#B7BBAC
(183,187,172)
#C4C8BC
(196,200,188)
#D1D5CC
(209,213,204)
#DEE2DC
(222,226,220)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696D4C color. Also use rgb(105,109,76) instead hex code.

Text Font Color

.myTextColor { color: #696D4C; }

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

This text font color is #696D4C.

Background Color

.myBgColor { background-color: #696D4C; }

<div style="background-color:#696D4C">Inner text</div>

This div background color is #696D4C.

Border color

.myBorderColor { border: 1px solid #696D4C; }

<div style="border:3px solid #696D4C">Div</div>

This div border color is #696D4C.

Opacity

.myOpacity80 { color: #696D4C; opacity: 0.8; }

<p style="color:#696D4C;opacity:0.8;">80%</p>

Text with #696D4C 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 #696D4C;}

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

This text has shadow with #696D4C color.


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

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

This text has shadow with #696D4C primary color and red secondary color.


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

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

This text has shadow with #696D4C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #696D4C.

Preview

Color preview on black background

This text has color #696D4C on black background.


Color preview on white background

This text has color #696D4C on white background.


Black color preview on #696D4C background

This text has black color on #696D4C background.


White color preview on #696D4C background

This text has white color on #696D4C background.


Related colors

Complementary color

Complementary color for #hex is #9692B3.


I love getcolorcode.com

Triadic colors

1 #4C696D and #6D4C69 with #696D4C are triadic colors.

2 #4C6D69 and #6D694C with #696D4C are triadic colors.