COLOR #696264

HEX: #696264
RGB: (105,98,100)

Color info

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

RGB color model

#696264 color RGB value is (105,98,100).

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

RGB channels and saturation

R 105 of 255 = 41%
G 98 of 255 = 38%
B 100 of 255 = 39%

105
98
100

R + G + B ~ 39%. #696264 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 98 + 100 = 303 (100%)
R 105 of 303 ~ 34.65%
G 98 of 303 ~ 32.34%
B 100 of 303 ~ 33%

%34.65
%32.34
%33

CMYK color model

#696264 color CMYK value is (0,7,5,59).

  • cyan value is 0.00%
  • magenta value is 6.67%
  • yellow value is 4.76%
  • key color value is 58.82%
CMYK:
(0,7,5,59)
C0M7Y5K59 
(0%,7%,5%,59%)
(0.00/0.07/0.05/0.59)	

CMYK percentages

%0
%6.67
%4.76
%58.82

Codes

Color #696264 in popluar color models

696264
RGB10598100
HSL343°3.45%39.80%
HSB/HSV343°6.67%41.18%
CMYK0.00%6.67%4.76%
58.82%

Color #696264 in popluar number systems.

HEX696264
Decimal10598100
Binary110100111000101100100
Octal151142144

Shades and tints

Shades of #696264

#696264
(105,98,100)
#605A5B
(96,90,91)
#575252
(87,82,82)
#4E4A49
(78,74,73)
#454240
(69,66,64)
#3C3A37
(60,58,55)
#33322E
(51,50,46)
#2A2A25
(42,42,37)
#21221C
(33,34,28)
#181A13
(24,26,19)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #696264

#696264
(105,98,100)
#767072
(118,112,114)
#837E80
(131,126,128)
#908C8E
(144,140,142)
#9D9A9C
(157,154,156)
#AAA8AA
(170,168,170)
#B7B6B8
(183,182,184)
#C4C4C6
(196,196,198)
#D1D2D4
(209,210,212)
#DEE0E2
(222,224,226)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696264; }

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

This text font color is #696264.


Background Color

.myBgColor { background-color: #696264; }

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

This div background color is #696264.


Border color

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

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

This div border color is #696264.


Opacity

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

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

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

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

This text has shadow with #696264 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696264 on black background.


Color preview on white background

This text has color #696264 on white background.



Black color preview on #696264 background

This text has black color on #696264 background.


White color preview on #696264 background

This text has white color on #696264 background.