COLOR #696A4C

HEX: #696A4C
RGB: (105,106,76)

Color info

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

RGB color model

#696A4C color RGB value is (105,106,76).

  • red value is 105;
  • green value is 106;
  • blue value is 76.
RGB:
(105,106,76)
(41%,42%,30%)

RGB channels and saturation

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

105
106
76

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

Portions of RGB colors in percentages

R + G + B =
105 + 106 + 76 = 287 (100%)
R 105 of 287 ~ 36.59%
G 106 of 287 ~ 36.93%
B 76 of 287 ~ 26.48%

%36.59
%36.93
%26.48

CMYK color model

#696A4C color CMYK value is (1,0,28,58).

  • cyan value is 0.94%
  • magenta value is 0.00%
  • yellow value is 28.30%
  • key color value is 58.43%
CMYK:
(1,0,28,58)
C1M0Y28K58 
(1%,0%,28%,58%)
(0.01/0.00/0.28/0.58)	

CMYK percentages

%0.94
%0
%28.3
%58.43

Codes

Color #696A4C in popluar color models

696A4C
RGB10510676
HSL62°16.48%35.69%
HSB/HSV62°28.30%41.57%
CMYK0.94%0.00%28.30%
58.43%

Color #696A4C in popluar number systems.

HEX696A4C
Decimal10510676
Binary110100111010101001100
Octal151152114

Shades and tints

Shades of #696A4C

#696A4C
(105,106,76)
#606146
(96,97,70)
#575840
(87,88,64)
#4E4F3A
(78,79,58)
#454634
(69,70,52)
#3C3D2E
(60,61,46)
#333428
(51,52,40)
#2A2B22
(42,43,34)
#21221C
(33,34,28)
#181916
(24,25,22)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #696A4C

#696A4C
(105,106,76)
#76775C
(118,119,92)
#83846C
(131,132,108)
#90917C
(144,145,124)
#9D9E8C
(157,158,140)
#AAAB9C
(170,171,156)
#B7B8AC
(183,184,172)
#C4C5BC
(196,197,188)
#D1D2CC
(209,210,204)
#DEDFDC
(222,223,220)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696A4C; }

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

This text font color is #696A4C.


Background Color

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

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

This div background color is #696A4C.


Border color

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

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

This div border color is #696A4C.


Opacity

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

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

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

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

This text has shadow with #696A4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696A4C on black background.


Color preview on white background

This text has color #696A4C on white background.



Black color preview on #696A4C background

This text has black color on #696A4C background.


White color preview on #696A4C background

This text has white color on #696A4C background.