COLOR #696B4C

HEX: #696B4C RGB: (105,107,76)

Color info

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

RGB color model

#696B4C color RGB value is (105,107,76).

RGB: (105,107,76) (41%, 42%, 30%)

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 76 of 255 = 30%

105
107
76

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

Portions of RGB colors in percentages

R + G + B = 105 + 107 + 76 = 288 (100%)
R 105 of 288 ~ 36.46%
G 107 of 288 ~ 37.15%
B 76 of 288 ~ 26.39'%

%36.46
%37.15
%26.39

CMYK color model

#696B4C color CMYK value is (2,0,29,58).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 28.97%
  • key color value is 58.04%
CMYK: (2,0,29,58) C2M0Y29K58 (2%,0%,29%,58%) (0.02/0.00/0.29/0.58) 

CMYK percentages

%1.87
%0
%28.97
%58.04

Codes

Color #696B4C in popluar color models

69 6B 4C
RGB 105 107 76
HSL 64° 16.94% 35.88%
HSB/HSV 64° 28.97% 41.96%
CMYK 1.87% 0.00% 28.97%
58.04%

Color #696B4C in popluar number systems.

HEX 69 6B 4C
Decimal 105 107 76
Binary 1101001 1101011 1001100
Octal 151 153 114

Shades and tints

Shades of #696B4C

#696B4C
(105,107,76)
#606246
(96,98,70)
#575940
(87,89,64)
#4E503A
(78,80,58)
#454734
(69,71,52)
#3C3E2E
(60,62,46)
#333528
(51,53,40)
#2A2C22
(42,44,34)
#21231C
(33,35,28)
#181A16
(24,26,22)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #696B4C

#696B4C
(105,107,76)
#76785C
(118,120,92)
#83856C
(131,133,108)
#90927C
(144,146,124)
#9D9F8C
(157,159,140)
#AAAC9C
(170,172,156)
#B7B9AC
(183,185,172)
#C4C6BC
(196,198,188)
#D1D3CC
(209,211,204)
#DEE0DC
(222,224,220)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696B4C; }

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

This text font color is #696B4C.

Background Color

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

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

This div background color is #696B4C.

Border color

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

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

This div border color is #696B4C.

Opacity

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

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

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

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

This text has shadow with #696B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696B4C.

Preview

Color preview on black background

This text has color #696B4C on black background.


Color preview on white background

This text has color #696B4C on white background.


Black color preview on #696B4C background

This text has black color on #696B4C background.


White color preview on #696B4C background

This text has white color on #696B4C background.


Related colors

Complementary color

Complementary color for #hex is #9694B3.


I love getcolorcode.com

Triadic colors

1 #4C696B and #6B4C69 with #696B4C are triadic colors.

2 #4C6B69 and #6B694C with #696B4C are triadic colors.