COLOR #696065

HEX: #696065 RGB: (105,96,101)

Color info

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

RGB color model

#696065 color RGB value is (105,96,101).

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

RGB channels and saturation

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

105
96
101

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

Portions of RGB colors in percentages

R + G + B = 105 + 96 + 101 = 302 (100%)
R 105 of 302 ~ 34.77%
G 96 of 302 ~ 31.79%
B 101 of 302 ~ 33.44'%

%34.77
%31.79
%33.44

CMYK color model

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

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

CMYK: (0,9,4,59)
C0M9Y4K59 (0%, 9%, 4%, 59%)
(0.00 / 0.09 / 0.04 / 0.59)

CMYK percentages

%0
%8.57
%3.81
%58.82

Codes

Color #696065 in popluar color models

69 60 65
RGB 105 96 101
HSL 327° 4.48% 39.41%
HSB/HSV 327° 8.57% 41.18%
CMYK 0.00% 8.57% 3.81%
58.82%

Color #696065 in popluar number systems.

HEX 69 60 65
Decimal 105 96 101
Binary 1101001 1100000 1100101
Octal 151 140 145

Shades and tints

Shades of #696065

#696065
(105,96,101)
#60585C
(96,88,92)
#575053
(87,80,83)
#4E484A
(78,72,74)
#454041
(69,64,65)
#3C3838
(60,56,56)
#33302F
(51,48,47)
#2A2826
(42,40,38)
#21201D
(33,32,29)
#181814
(24,24,20)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #696065

#696065
(105,96,101)
#766E73
(118,110,115)
#837C81
(131,124,129)
#908A8F
(144,138,143)
#9D989D
(157,152,157)
#AAA6AB
(170,166,171)
#B7B4B9
(183,180,185)
#C4C2C7
(196,194,199)
#D1D0D5
(209,208,213)
#DEDEE3
(222,222,227)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696065; }

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

This text font color is #696065.

Background Color

.myBgColor { background-color: #696065; }

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

This div background color is #696065.

Border color

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

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

This div border color is #696065.

Opacity

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

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

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

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

This text has shadow with #696065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696065.

Preview

Color preview on black background

This text has color #696065 on black background.


Color preview on white background

This text has color #696065 on white background.


Black color preview on #696065 background

This text has black color on #696065 background.


White color preview on #696065 background

This text has white color on #696065 background.


Related colors

Complementary color

Complementary color for #hex is #969F9A.


I love getcolorcode.com

Triadic colors

1 #656960 and #606569 with #696065 are triadic colors.

2 #656069 and #606965 with #696065 are triadic colors.