COLOR #696F6D

HEX: #696F6D
RGB: (105,111,109)

Color info

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

RGB color model

#696F6D color RGB value is (105,111,109).

  • red value is 105;
  • green value is 111;
  • blue value is 109.
RGB:
(105,111,109)
(41%,44%,43%)

RGB channels and saturation

R 105 of 255 = 41%
G 111 of 255 = 44%
B 109 of 255 = 43%

105
111
109

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

Portions of RGB colors in percentages

R + G + B =
105 + 111 + 109 = 325 (100%)
R 105 of 325 ~ 32.31%
G 111 of 325 ~ 34.15%
B 109 of 325 ~ 33.54%

%32.31
%34.15
%33.54

CMYK color model

#696F6D color CMYK value is (5,0,2,56).

  • cyan value is 5.41%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 56.47%
CMYK:
(5,0,2,56)
C5M0Y2K56 
(5%,0%,2%,56%)
(0.05/0.00/0.02/0.56)	

CMYK percentages

%5.41
%0
%1.8
%56.47

Codes

Color #696F6D in popluar color models

696F6D
RGB105111109
HSL160°2.78%42.35%
HSB/HSV160°5.41%43.53%
CMYK5.41%0.00%1.80%
56.47%

Color #696F6D in popluar number systems.

HEX696F6D
Decimal105111109
Binary110100111011111101101
Octal151157155

Shades and tints

Shades of #696F6D

#696F6D
(105,111,109)
#606564
(96,101,100)
#575B5B
(87,91,91)
#4E5152
(78,81,82)
#454749
(69,71,73)
#3C3D40
(60,61,64)
#333337
(51,51,55)
#2A292E
(42,41,46)
#211F25
(33,31,37)
#18151C
(24,21,28)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #696F6D

#696F6D
(105,111,109)
#767C7A
(118,124,122)
#838987
(131,137,135)
#909694
(144,150,148)
#9DA3A1
(157,163,161)
#AAB0AE
(170,176,174)
#B7BDBB
(183,189,187)
#C4CAC8
(196,202,200)
#D1D7D5
(209,215,213)
#DEE4E2
(222,228,226)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696F6D; }

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

This text font color is #696F6D.


Background Color

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

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

This div background color is #696F6D.


Border color

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

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

This div border color is #696F6D.


Opacity

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

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

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

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

This text has shadow with #696F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696F6D on black background.


Color preview on white background

This text has color #696F6D on white background.



Black color preview on #696F6D background

This text has black color on #696F6D background.


White color preview on #696F6D background

This text has white color on #696F6D background.