COLOR #696D6B

HEX: #696D6B
RGB: (105,109,107)

Color info

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

RGB color model

#696D6B color RGB value is (105,109,107).

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

RGB channels and saturation

R 105 of 255 = 41%
G 109 of 255 = 43%
B 107 of 255 = 42%

105
109
107

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

Portions of RGB colors in percentages

R + G + B =
105 + 109 + 107 = 321 (100%)
R 105 of 321 ~ 32.71%
G 109 of 321 ~ 33.96%
B 107 of 321 ~ 33.33%

%32.71
%33.96
%33.33

CMYK color model

#696D6B color CMYK value is (4,0,2,57).

  • cyan value is 3.67%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 57.25%
CMYK:
(4,0,2,57)
C4M0Y2K57 
(4%,0%,2%,57%)
(0.04/0.00/0.02/0.57)	

CMYK percentages

%3.67
%0
%1.83
%57.25

Codes

Color #696D6B in popluar color models

696D6B
RGB105109107
HSL150°1.87%41.96%
HSB/HSV150°3.67%42.75%
CMYK3.67%0.00%1.83%
57.25%

Color #696D6B in popluar number systems.

HEX696D6B
Decimal105109107
Binary110100111011011101011
Octal151155153

Shades and tints

Shades of #696D6B

#696D6B
(105,109,107)
#606462
(96,100,98)
#575B59
(87,91,89)
#4E5250
(78,82,80)
#454947
(69,73,71)
#3C403E
(60,64,62)
#333735
(51,55,53)
#2A2E2C
(42,46,44)
#212523
(33,37,35)
#181C1A
(24,28,26)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #696D6B

#696D6B
(105,109,107)
#767A78
(118,122,120)
#838785
(131,135,133)
#909492
(144,148,146)
#9DA19F
(157,161,159)
#AAAEAC
(170,174,172)
#B7BBB9
(183,187,185)
#C4C8C6
(196,200,198)
#D1D5D3
(209,213,211)
#DEE2E0
(222,226,224)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696D6B; }

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

This text font color is #696D6B.


Background Color

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

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

This div background color is #696D6B.


Border color

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

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

This div border color is #696D6B.


Opacity

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

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

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

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

This text has shadow with #696D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696D6B on black background.


Color preview on white background

This text has color #696D6B on white background.



Black color preview on #696D6B background

This text has black color on #696D6B background.


White color preview on #696D6B background

This text has white color on #696D6B background.