COLOR #696769

HEX: #696769
RGB: (105,103,105)

Color info

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

RGB color model

#696769 color RGB value is (105,103,105).

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

RGB channels and saturation

R 105 of 255 = 41%
G 103 of 255 = 40%
B 105 of 255 = 41%

105
103
105

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

Portions of RGB colors in percentages

R + G + B =
105 + 103 + 105 = 313 (100%)
R 105 of 313 ~ 33.55%
G 103 of 313 ~ 32.91%
B 105 of 313 ~ 33.55%

%33.55
%32.91
%33.55

CMYK color model

#696769 color CMYK value is (0,2,0,59).

  • cyan value is 0.00%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(0,2,0,59)
C0M2Y0K59 
(0%,2%,0%,59%)
(0.00/0.02/0.00/0.59)	

CMYK percentages

%0
%1.9
%0
%58.82

Codes

Color #696769 in popluar color models

696769
RGB105103105
HSL300°0.96%40.78%
HSB/HSV300°1.90%41.18%
CMYK0.00%1.90%0.00%
58.82%

Color #696769 in popluar number systems.

HEX696769
Decimal105103105
Binary110100111001111101001
Octal151147151

Shades and tints

Shades of #696769

#696769
(105,103,105)
#605E60
(96,94,96)
#575557
(87,85,87)
#4E4C4E
(78,76,78)
#454345
(69,67,69)
#3C3A3C
(60,58,60)
#333133
(51,49,51)
#2A282A
(42,40,42)
#211F21
(33,31,33)
#181618
(24,22,24)
#0F0D0F
(15,13,15)
#000000
(0,0,0)

Tints of #696769

#696769
(105,103,105)
#767476
(118,116,118)
#838183
(131,129,131)
#908E90
(144,142,144)
#9D9B9D
(157,155,157)
#AAA8AA
(170,168,170)
#B7B5B7
(183,181,183)
#C4C2C4
(196,194,196)
#D1CFD1
(209,207,209)
#DEDCDE
(222,220,222)
#EBE9EB
(235,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696769; }

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

This text font color is #696769.


Background Color

.myBgColor { background-color: #696769; }

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

This div background color is #696769.


Border color

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

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

This div border color is #696769.


Opacity

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

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

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

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

This text has shadow with #696769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696769 on black background.


Color preview on white background

This text has color #696769 on white background.



Black color preview on #696769 background

This text has black color on #696769 background.


White color preview on #696769 background

This text has white color on #696769 background.