COLOR #696D73

HEX: #696D73
RGB: (105,109,115)

Color info

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

RGB color model

#696D73 color RGB value is (105,109,115).

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

RGB channels and saturation

R 105 of 255 = 41%
G 109 of 255 = 43%
B 115 of 255 = 45%

105
109
115

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

Portions of RGB colors in percentages

R + G + B =
105 + 109 + 115 = 329 (100%)
R 105 of 329 ~ 31.91%
G 109 of 329 ~ 33.13%
B 115 of 329 ~ 34.95%

%31.91
%33.13
%34.95

CMYK color model

#696D73 color CMYK value is (9,5,0,55).

  • cyan value is 8.70%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(9,5,0,55)
C9M5Y0K55 
(9%,5%,0%,55%)
(0.09/0.05/0.00/0.55)	

CMYK percentages

%8.7
%5.22
%0
%54.9

Codes

Color #696D73 in popluar color models

696D73
RGB105109115
HSL216°4.55%43.14%
HSB/HSV216°8.70%45.10%
CMYK8.70%5.22%0.00%
54.90%

Color #696D73 in popluar number systems.

HEX696D73
Decimal105109115
Binary110100111011011110011
Octal151155163

Shades and tints

Shades of #696D73

#696D73
(105,109,115)
#606469
(96,100,105)
#575B5F
(87,91,95)
#4E5255
(78,82,85)
#45494B
(69,73,75)
#3C4041
(60,64,65)
#333737
(51,55,55)
#2A2E2D
(42,46,45)
#212523
(33,37,35)
#181C19
(24,28,25)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #696D73

#696D73
(105,109,115)
#767A7F
(118,122,127)
#83878B
(131,135,139)
#909497
(144,148,151)
#9DA1A3
(157,161,163)
#AAAEAF
(170,174,175)
#B7BBBB
(183,187,187)
#C4C8C7
(196,200,199)
#D1D5D3
(209,213,211)
#DEE2DF
(222,226,223)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696D73; }

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

This text font color is #696D73.


Background Color

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

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

This div background color is #696D73.


Border color

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

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

This div border color is #696D73.


Opacity

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

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

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

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

This text has shadow with #696D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696D73 on black background.


Color preview on white background

This text has color #696D73 on white background.



Black color preview on #696D73 background

This text has black color on #696D73 background.


White color preview on #696D73 background

This text has white color on #696D73 background.