COLOR #696063

HEX: #696063
RGB: (105,96,99)

Color info

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

RGB color model

#696063 color RGB value is (105,96,99).

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

RGB channels and saturation

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

105
96
99

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

Portions of RGB colors in percentages

R + G + B =
105 + 96 + 99 = 300 (100%)
R 105 of 300 ~ 35%
G 96 of 300 ~ 32%
B 99 of 300 ~ 33%

%35
%32
%33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(0,9,6,59)
C0M9Y6K59 
(0%,9%,6%,59%)
(0.00/0.09/0.06/0.59)	

CMYK percentages

%0
%8.57
%5.71
%58.82

Codes

Color #696063 in popluar color models

696063
RGB1059699
HSL340°4.48%39.41%
HSB/HSV340°8.57%41.18%
CMYK0.00%8.57%5.71%
58.82%

Color #696063 in popluar number systems.

HEX696063
Decimal1059699
Binary110100111000001100011
Octal151140143

Shades and tints

Shades of #696063

#696063
(105,96,99)
#60585A
(96,88,90)
#575051
(87,80,81)
#4E4848
(78,72,72)
#45403F
(69,64,63)
#3C3836
(60,56,54)
#33302D
(51,48,45)
#2A2824
(42,40,36)
#21201B
(33,32,27)
#181812
(24,24,18)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #696063

#696063
(105,96,99)
#766E71
(118,110,113)
#837C7F
(131,124,127)
#908A8D
(144,138,141)
#9D989B
(157,152,155)
#AAA6A9
(170,166,169)
#B7B4B7
(183,180,183)
#C4C2C5
(196,194,197)
#D1D0D3
(209,208,211)
#DEDEE1
(222,222,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696063; }

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

This text font color is #696063.


Background Color

.myBgColor { background-color: #696063; }

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

This div background color is #696063.


Border color

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

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

This div border color is #696063.


Opacity

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

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

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

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

This text has shadow with #696063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696063 on black background.


Color preview on white background

This text has color #696063 on white background.



Black color preview on #696063 background

This text has black color on #696063 background.


White color preview on #696063 background

This text has white color on #696063 background.