COLOR #696764

HEX: #696764
RGB: (105,103,100)

Color info

#696764 contains red, green and blue colors in about the same proportion. Web safe color of #696764 is #666666 (or #666).

RGB color model

#696764 color RGB value is (105,103,100).

  • red value is 105;
  • green value is 103;
  • blue value is 100.
RGB:
(105,103,100)
(41%,40%,39%)

RGB channels and saturation

R 105 of 255 = 41%
G 103 of 255 = 40%
B 100 of 255 = 39%

105
103
100

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

Portions of RGB colors in percentages

R + G + B =
105 + 103 + 100 = 308 (100%)
R 105 of 308 ~ 34.09%
G 103 of 308 ~ 33.44%
B 100 of 308 ~ 32.47%

%34.09
%33.44
%32.47

CMYK color model

#696764 color CMYK value is (0,2,5,59).

  • cyan value is 0.00%
  • magenta value is 1.90%
  • yellow value is 4.76%
  • key color value is 58.82%
CMYK:
(0,2,5,59)
C0M2Y5K59 
(0%,2%,5%,59%)
(0.00/0.02/0.05/0.59)	

CMYK percentages

%0
%1.9
%4.76
%58.82

Codes

Color #696764 in popluar color models

696764
RGB105103100
HSL36°2.44%40.20%
HSB/HSV36°4.76%41.18%
CMYK0.00%1.90%4.76%
58.82%

Color #696764 in popluar number systems.

HEX696764
Decimal105103100
Binary110100111001111100100
Octal151147144

Shades and tints

Shades of #696764

#696764
(105,103,100)
#605E5B
(96,94,91)
#575552
(87,85,82)
#4E4C49
(78,76,73)
#454340
(69,67,64)
#3C3A37
(60,58,55)
#33312E
(51,49,46)
#2A2825
(42,40,37)
#211F1C
(33,31,28)
#181613
(24,22,19)
#0F0D0A
(15,13,10)
#000000
(0,0,0)

Tints of #696764

#696764
(105,103,100)
#767472
(118,116,114)
#838180
(131,129,128)
#908E8E
(144,142,142)
#9D9B9C
(157,155,156)
#AAA8AA
(170,168,170)
#B7B5B8
(183,181,184)
#C4C2C6
(196,194,198)
#D1CFD4
(209,207,212)
#DEDCE2
(222,220,226)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #696764 color. Also use rgb(105,103,100) instead hex code.

Text Font Color

.myTextColor { color: #696764; }

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

This text font color is #696764.


Background Color

.myBgColor { background-color: #696764; }

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

This div background color is #696764.


Border color

.myBorderColor { border: 1px solid #696764; }

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

This div border color is #696764.


Opacity

.myOpacity80 { color: #696764; opacity: 0.8; }

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

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

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

This text has shadow with #696764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696764 on black background.


Color preview on white background

This text has color #696764 on white background.



Black color preview on #696764 background

This text has black color on #696764 background.


White color preview on #696764 background

This text has white color on #696764 background.