COLOR #696763

HEX: #696763
RGB: (105,103,99)

Color info

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

RGB color model

#696763 color RGB value is (105,103,99).

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

RGB channels and saturation

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

105
103
99

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

Portions of RGB colors in percentages

R + G + B =
105 + 103 + 99 = 307 (100%)
R 105 of 307 ~ 34.2%
G 103 of 307 ~ 33.55%
B 99 of 307 ~ 32.25%

%34.2
%33.55
%32.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.90%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK: (0,2,6,59) C0M2Y6K59 (0%,2%,6%,59%) (0.00/0.02/0.06/0.59)

CMYK percentages

%0
%1.9
%5.71
%58.82

Codes

Color #696763 in popluar color models

696763
RGB10510399
HSL40°2.94%40.00%
HSB/HSV40°5.71%41.18%
CMYK0.00%1.90%5.71%
58.82%

Color #696763 in popluar number systems.

HEX696763
Decimal10510399
Binary110100111001111100011
Octal151147143

Shades and tints

Shades of #696763

#696763
(105,103,99)
#605E5A
(96,94,90)
#575551
(87,85,81)
#4E4C48
(78,76,72)
#45433F
(69,67,63)
#3C3A36
(60,58,54)
#33312D
(51,49,45)
#2A2824
(42,40,36)
#211F1B
(33,31,27)
#181612
(24,22,18)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #696763

#696763
(105,103,99)
#767471
(118,116,113)
#83817F
(131,129,127)
#908E8D
(144,142,141)
#9D9B9B
(157,155,155)
#AAA8A9
(170,168,169)
#B7B5B7
(183,181,183)
#C4C2C5
(196,194,197)
#D1CFD3
(209,207,211)
#DEDCE1
(222,220,225)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696763; }

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

This text font color is #696763.


Background Color

.myBgColor { background-color: #696763; }

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

This div background color is #696763.


Border color

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

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

This div border color is #696763.


Opacity

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

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

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

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

This text has shadow with #696763 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #696763 on black background.


Color preview on white background

This text has color #696763 on white background.



Black color preview on #696763 background

This text has black color on #696763 background.


White color preview on #696763 background

This text has white color on #696763 background.