COLOR #696965

HEX: #696965 RGB: (105,105,101)

Color info

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

RGB color model

#696965 color RGB value is (105,105,101).

RGB: (105,105,101) (41%, 41%, 40%)

RGB channels and saturation

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

105
105
101

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

Portions of RGB colors in percentages

R + G + B = 105 + 105 + 101 = 311 (100%)
R 105 of 311 ~ 33.76%
G 105 of 311 ~ 33.76%
B 101 of 311 ~ 32.48'%

%33.76
%33.76
%32.48

CMYK color model

#696965 color CMYK value is (0,0,4,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 58.82%

CMYK: (0,0,4,59)
C0M0Y4K59 (0%, 0%, 4%, 59%)
(0.00 / 0.00 / 0.04 / 0.59)

CMYK percentages

%0
%0
%3.81
%58.82

Codes

Color #696965 in popluar color models

69 69 65
RGB 105 105 101
HSL 60° 1.94% 40.39%
HSB/HSV 60° 3.81% 41.18%
CMYK 0.00% 0.00% 3.81%
58.82%

Color #696965 in popluar number systems.

HEX 69 69 65
Decimal 105 105 101
Binary 1101001 1101001 1100101
Octal 151 151 145

Shades and tints

Shades of #696965

#696965
(105,105,101)
#60605C
(96,96,92)
#575753
(87,87,83)
#4E4E4A
(78,78,74)
#454541
(69,69,65)
#3C3C38
(60,60,56)
#33332F
(51,51,47)
#2A2A26
(42,42,38)
#21211D
(33,33,29)
#181814
(24,24,20)
#0F0F0B
(15,15,11)
#000000
(0,0,0)

Tints of #696965

#696965
(105,105,101)
#767673
(118,118,115)
#838381
(131,131,129)
#90908F
(144,144,143)
#9D9D9D
(157,157,157)
#AAAAAB
(170,170,171)
#B7B7B9
(183,183,185)
#C4C4C7
(196,196,199)
#D1D1D5
(209,209,213)
#DEDEE3
(222,222,227)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696965; }

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

This text font color is #696965.

Background Color

.myBgColor { background-color: #696965; }

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

This div background color is #696965.

Border color

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

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

This div border color is #696965.

Opacity

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

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

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

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

This text has shadow with #696965 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696965.

Preview

Color preview on black background

This text has color #696965 on black background.


Color preview on white background

This text has color #696965 on white background.


Black color preview on #696965 background

This text has black color on #696965 background.


White color preview on #696965 background

This text has white color on #696965 background.


Related colors

Complementary color

Complementary color for #hex is #96969A.


I love getcolorcode.com