COLOR #696E6E

HEX: #696E6E RGB: (105,110,110)

Color info

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

RGB color model

#696E6E color RGB value is (105,110,110).

RGB: (105,110,110) (41%, 43%, 43%)

RGB channels and saturation

R 105 of 255 = 41%
G 110 of 255 = 43%
B 110 of 255 = 43%

105
110
110

R + G + B ~ 42%. #696E6E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 105 + 110 + 110 = 325 (100%)
R 105 of 325 ~ 32.31%
G 110 of 325 ~ 33.85%
B 110 of 325 ~ 33.85'%

%32.31
%33.85
%33.85

CMYK color model

#696E6E color CMYK value is (5,0,0,57).

  • cyan value is 4.55%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (5,0,0,57)
C5M0Y0K57 (5%, 0%, 0%, 57%)
(0.05 / 0.00 / 0.00 / 0.57)

CMYK percentages

%4.55
%0
%0
%56.86

Codes

Color #696E6E in popluar color models

69 6E 6E
RGB 105 110 110
HSL 180° 2.33% 42.16%
HSB/HSV 180° 4.55% 43.14%
CMYK 4.55% 0.00% 0.00%
56.86%

Color #696E6E in popluar number systems.

HEX 69 6E 6E
Decimal 105 110 110
Binary 1101001 1101110 1101110
Octal 151 156 156

Shades and tints

Shades of #696E6E

#696E6E
(105,110,110)
#606464
(96,100,100)
#575A5A
(87,90,90)
#4E5050
(78,80,80)
#454646
(69,70,70)
#3C3C3C
(60,60,60)
#333232
(51,50,50)
#2A2828
(42,40,40)
#211E1E
(33,30,30)
#181414
(24,20,20)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #696E6E

#696E6E
(105,110,110)
#767B7B
(118,123,123)
#838888
(131,136,136)
#909595
(144,149,149)
#9DA2A2
(157,162,162)
#AAAFAF
(170,175,175)
#B7BCBC
(183,188,188)
#C4C9C9
(196,201,201)
#D1D6D6
(209,214,214)
#DEE3E3
(222,227,227)
#EBF0F0
(235,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696E6E; }

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

This text font color is #696E6E.

Background Color

.myBgColor { background-color: #696E6E; }

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

This div background color is #696E6E.

Border color

.myBorderColor { border: 1px solid #696E6E; }

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

This div border color is #696E6E.

Opacity

.myOpacity80 { color: #696E6E; opacity: 0.8; }

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

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

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

This text has shadow with #696E6E color.


.textShadow {text-shadow: 3px 3px 1px #696E6E', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #696E6E; -webkit-box-shadow: 1px 1px 3px 2px #696E6E; box-shadow:1px 1px 3px 2px #696E6E;">
Div content here
</div>

This div box has shadow with color #696E6E.

Preview

Color preview on black background

This text has color #696E6E on black background.


Color preview on white background

This text has color #696E6E on white background.


Black color preview on #696E6E background

This text has black color on #696E6E background.


White color preview on #696E6E background

This text has white color on #696E6E background.


Related colors

Complementary color

Complementary color for #hex is #969191.


I love getcolorcode.com