COLOR #696868

HEX: #696868
RGB: (105,104,104)

Color info

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

RGB color model

#696868 color RGB value is (105,104,104).

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

RGB channels and saturation

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

105
104
104

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

Portions of RGB colors in percentages

R + G + B =
105 + 104 + 104 = 313 (100%)
R 105 of 313 ~ 33.55%
G 104 of 313 ~ 33.23%
B 104 of 313 ~ 33.23%

%33.55
%33.23
%33.23

CMYK color model

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

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

CMYK percentages

%0
%0.95
%0.95
%58.82

Codes

Color #696868 in popluar color models

696868
RGB105104104
HSL0.48%40.98%
HSB/HSV0.95%41.18%
CMYK0.00%0.95%0.95%
58.82%

Color #696868 in popluar number systems.

HEX696868
Decimal105104104
Binary110100111010001101000
Octal151150150

Shades and tints

Shades of #696868

#696868
(105,104,104)
#605F5F
(96,95,95)
#575656
(87,86,86)
#4E4D4D
(78,77,77)
#454444
(69,68,68)
#3C3B3B
(60,59,59)
#333232
(51,50,50)
#2A2929
(42,41,41)
#212020
(33,32,32)
#181717
(24,23,23)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #696868

#696868
(105,104,104)
#767575
(118,117,117)
#838282
(131,130,130)
#908F8F
(144,143,143)
#9D9C9C
(157,156,156)
#AAA9A9
(170,169,169)
#B7B6B6
(183,182,182)
#C4C3C3
(196,195,195)
#D1D0D0
(209,208,208)
#DEDDDD
(222,221,221)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696868; }

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

This text font color is #696868.


Background Color

.myBgColor { background-color: #696868; }

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

This div background color is #696868.


Border color

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

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

This div border color is #696868.


Opacity

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

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

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

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

This text has shadow with #696868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696868 on black background.


Color preview on white background

This text has color #696868 on white background.



Black color preview on #696868 background

This text has black color on #696868 background.


White color preview on #696868 background

This text has white color on #696868 background.