COLOR #696B65

HEX: #696B65
RGB: (105,107,101)

Color info

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

RGB color model

#696B65 color RGB value is (105,107,101).

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

RGB channels and saturation

R 105 of 255 = 41%
G 107 of 255 = 42%
B 101 of 255 = 40%

105
107
101

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

Portions of RGB colors in percentages

R + G + B =
105 + 107 + 101 = 313 (100%)
R 105 of 313 ~ 33.55%
G 107 of 313 ~ 34.19%
B 101 of 313 ~ 32.27%

%33.55
%34.19
%32.27

CMYK color model

#696B65 color CMYK value is (2,0,6,58).

  • cyan value is 1.87%
  • magenta value is 0.00%
  • yellow value is 5.61%
  • key color value is 58.04%
CMYK:
(2,0,6,58)
C2M0Y6K58 
(2%,0%,6%,58%)
(0.02/0.00/0.06/0.58)	

CMYK percentages

%1.87
%0
%5.61
%58.04

Codes

Color #696B65 in popluar color models

696B65
RGB105107101
HSL80°2.88%40.78%
HSB/HSV80°5.61%41.96%
CMYK1.87%0.00%5.61%
58.04%

Color #696B65 in popluar number systems.

HEX696B65
Decimal105107101
Binary110100111010111100101
Octal151153145

Shades and tints

Shades of #696B65

#696B65
(105,107,101)
#60625C
(96,98,92)
#575953
(87,89,83)
#4E504A
(78,80,74)
#454741
(69,71,65)
#3C3E38
(60,62,56)
#33352F
(51,53,47)
#2A2C26
(42,44,38)
#21231D
(33,35,29)
#181A14
(24,26,20)
#0F110B
(15,17,11)
#000000
(0,0,0)

Tints of #696B65

#696B65
(105,107,101)
#767873
(118,120,115)
#838581
(131,133,129)
#90928F
(144,146,143)
#9D9F9D
(157,159,157)
#AAACAB
(170,172,171)
#B7B9B9
(183,185,185)
#C4C6C7
(196,198,199)
#D1D3D5
(209,211,213)
#DEE0E3
(222,224,227)
#EBEDF1
(235,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696B65; }

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

This text font color is #696B65.


Background Color

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

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

This div background color is #696B65.


Border color

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

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

This div border color is #696B65.


Opacity

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

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

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

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

This text has shadow with #696B65 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696B65 on black background.


Color preview on white background

This text has color #696B65 on white background.



Black color preview on #696B65 background

This text has black color on #696B65 background.


White color preview on #696B65 background

This text has white color on #696B65 background.