COLOR #696066

HEX: #696066
RGB: (105,96,102)

Color info

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

RGB color model

#696066 color RGB value is (105,96,102).

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

RGB channels and saturation

R 105 of 255 = 41%
G 96 of 255 = 38%
B 102 of 255 = 40%

105
96
102

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

Portions of RGB colors in percentages

R + G + B =
105 + 96 + 102 = 303 (100%)
R 105 of 303 ~ 34.65%
G 96 of 303 ~ 31.68%
B 102 of 303 ~ 33.66%

%34.65
%31.68
%33.66

CMYK color model

#696066 color CMYK value is (0,9,3,59).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 2.86%
  • key color value is 58.82%
CMYK:
(0,9,3,59)
C0M9Y3K59 
(0%,9%,3%,59%)
(0.00/0.09/0.03/0.59)	

CMYK percentages

%0
%8.57
%2.86
%58.82

Codes

Color #696066 in popluar color models

696066
RGB10596102
HSL320°4.48%39.41%
HSB/HSV320°8.57%41.18%
CMYK0.00%8.57%2.86%
58.82%

Color #696066 in popluar number systems.

HEX696066
Decimal10596102
Binary110100111000001100110
Octal151140146

Shades and tints

Shades of #696066

#696066
(105,96,102)
#60585D
(96,88,93)
#575054
(87,80,84)
#4E484B
(78,72,75)
#454042
(69,64,66)
#3C3839
(60,56,57)
#333030
(51,48,48)
#2A2827
(42,40,39)
#21201E
(33,32,30)
#181815
(24,24,21)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #696066

#696066
(105,96,102)
#766E73
(118,110,115)
#837C80
(131,124,128)
#908A8D
(144,138,141)
#9D989A
(157,152,154)
#AAA6A7
(170,166,167)
#B7B4B4
(183,180,180)
#C4C2C1
(196,194,193)
#D1D0CE
(209,208,206)
#DEDEDB
(222,222,219)
#EBECE8
(235,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696066; }

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

This text font color is #696066.


Background Color

.myBgColor { background-color: #696066; }

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

This div background color is #696066.


Border color

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

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

This div border color is #696066.


Opacity

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

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

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

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

This text has shadow with #696066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696066 on black background.


Color preview on white background

This text has color #696066 on white background.



Black color preview on #696066 background

This text has black color on #696066 background.


White color preview on #696066 background

This text has white color on #696066 background.