COLOR #696963

HEX: #696963 RGB: (105,105,99)

Color info

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

RGB color model

#696963 color RGB value is (105,105,99).

RGB: (105,105,99) (41%, 41%, 39%)

RGB channels and saturation

R 105 of 255 = 41%
G 105 of 255 = 41%
B 99 of 255 = 39%

105
105
99

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

Portions of RGB colors in percentages

R + G + B = 105 + 105 + 99 = 309 (100%)
R 105 of 309 ~ 33.98%
G 105 of 309 ~ 33.98%
B 99 of 309 ~ 32.04'%

%33.98
%33.98
%32.04

CMYK color model

#696963 color CMYK value is (0,0,6,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 58.82%

CMYK: (0,0,6,59)
C0M0Y6K59 (0%, 0%, 6%, 59%)
(0.00 / 0.00 / 0.06 / 0.59)

CMYK percentages

%0
%0
%5.71
%58.82

Codes

Color #696963 in popluar color models

69 69 63
RGB 105 105 99
HSL 60° 2.94% 40.00%
HSB/HSV 60° 5.71% 41.18%
CMYK 0.00% 0.00% 5.71%
58.82%

Color #696963 in popluar number systems.

HEX 69 69 63
Decimal 105 105 99
Binary 1101001 1101001 1100011
Octal 151 151 143

Shades and tints

Shades of #696963

#696963
(105,105,99)
#60605A
(96,96,90)
#575751
(87,87,81)
#4E4E48
(78,78,72)
#45453F
(69,69,63)
#3C3C36
(60,60,54)
#33332D
(51,51,45)
#2A2A24
(42,42,36)
#21211B
(33,33,27)
#181812
(24,24,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #696963

#696963
(105,105,99)
#767671
(118,118,113)
#83837F
(131,131,127)
#90908D
(144,144,141)
#9D9D9B
(157,157,155)
#AAAAA9
(170,170,169)
#B7B7B7
(183,183,183)
#C4C4C5
(196,196,197)
#D1D1D3
(209,209,211)
#DEDEE1
(222,222,225)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696963; }

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

This text font color is #696963.

Background Color

.myBgColor { background-color: #696963; }

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

This div background color is #696963.

Border color

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

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

This div border color is #696963.

Opacity

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

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

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

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

This text has shadow with #696963 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696963.

Preview

Color preview on black background

This text has color #696963 on black background.


Color preview on white background

This text has color #696963 on white background.


Black color preview on #696963 background

This text has black color on #696963 background.


White color preview on #696963 background

This text has white color on #696963 background.


Related colors

Complementary color

Complementary color for #hex is #96969C.


I love getcolorcode.com