COLOR #696863

HEX: #696863
RGB: (105,104,99)

Color info

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

RGB color model

#696863 color RGB value is (105,104,99).

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

RGB channels and saturation

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

105
104
99

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

Portions of RGB colors in percentages

R + G + B =
105 + 104 + 99 = 308 (100%)
R 105 of 308 ~ 34.09%
G 104 of 308 ~ 33.77%
B 99 of 308 ~ 32.14%

%34.09
%33.77
%32.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.95%
  • yellow value is 5.71%
  • key color value is 58.82%
CMYK:
(0,1,6,59)
C0M1Y6K59 
(0%,1%,6%,59%)
(0.00/0.01/0.06/0.59)	

CMYK percentages

%0
%0.95
%5.71
%58.82

Codes

Color #696863 in popluar color models

696863
RGB10510499
HSL50°2.94%40.00%
HSB/HSV50°5.71%41.18%
CMYK0.00%0.95%5.71%
58.82%

Color #696863 in popluar number systems.

HEX696863
Decimal10510499
Binary110100111010001100011
Octal151150143

Shades and tints

Shades of #696863

#696863
(105,104,99)
#605F5A
(96,95,90)
#575651
(87,86,81)
#4E4D48
(78,77,72)
#45443F
(69,68,63)
#3C3B36
(60,59,54)
#33322D
(51,50,45)
#2A2924
(42,41,36)
#21201B
(33,32,27)
#181712
(24,23,18)
#0F0E09
(15,14,9)
#000000
(0,0,0)

Tints of #696863

#696863
(105,104,99)
#767571
(118,117,113)
#83827F
(131,130,127)
#908F8D
(144,143,141)
#9D9C9B
(157,156,155)
#AAA9A9
(170,169,169)
#B7B6B7
(183,182,183)
#C4C3C5
(196,195,197)
#D1D0D3
(209,208,211)
#DEDDE1
(222,221,225)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696863; }

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

This text font color is #696863.


Background Color

.myBgColor { background-color: #696863; }

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

This div background color is #696863.


Border color

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

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

This div border color is #696863.


Opacity

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

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

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

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

This text has shadow with #696863 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696863 on black background.


Color preview on white background

This text has color #696863 on white background.



Black color preview on #696863 background

This text has black color on #696863 background.


White color preview on #696863 background

This text has white color on #696863 background.