COLOR #696961

HEX: #696961 RGB: (105,105,97)

Color info

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

RGB color model

#696961 color RGB value is (105,105,97).

RGB: (105,105,97) (41%, 41%, 38%)

RGB channels and saturation

R 105 of 255 = 41%
G 105 of 255 = 41%
B 97 of 255 = 38%

105
105
97

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

Portions of RGB colors in percentages

R + G + B = 105 + 105 + 97 = 307 (100%)
R 105 of 307 ~ 34.2%
G 105 of 307 ~ 34.2%
B 97 of 307 ~ 31.6'%

%34.2
%34.2
%31.6

CMYK color model

#696961 color CMYK value is (0,0,8,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 7.62%
  • key color value is 58.82%
CMYK: (0,0,8,59) C0M0Y8K59 (0%,0%,8%,59%) (0.00/0.00/0.08/0.59) 

CMYK percentages

%0
%0
%7.62
%58.82

Codes

Color #696961 in popluar color models

69 69 61
RGB 105 105 97
HSL 60° 3.96% 39.61%
HSB/HSV 60° 7.62% 41.18%
CMYK 0.00% 0.00% 7.62%
58.82%

Color #696961 in popluar number systems.

HEX 69 69 61
Decimal 105 105 97
Binary 1101001 1101001 1100001
Octal 151 151 141

Shades and tints

Shades of #696961

#696961
(105,105,97)
#606059
(96,96,89)
#575751
(87,87,81)
#4E4E49
(78,78,73)
#454541
(69,69,65)
#3C3C39
(60,60,57)
#333331
(51,51,49)
#2A2A29
(42,42,41)
#212121
(33,33,33)
#181819
(24,24,25)
#0F0F11
(15,15,17)
#000000
(0,0,0)

Tints of #696961

#696961
(105,105,97)
#76766F
(118,118,111)
#83837D
(131,131,125)
#90908B
(144,144,139)
#9D9D99
(157,157,153)
#AAAAA7
(170,170,167)
#B7B7B5
(183,183,181)
#C4C4C3
(196,196,195)
#D1D1D1
(209,209,209)
#DEDEDF
(222,222,223)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696961; }

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

This text font color is #696961.

Background Color

.myBgColor { background-color: #696961; }

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

This div background color is #696961.

Border color

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

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

This div border color is #696961.

Opacity

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

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

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

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

This text has shadow with #696961 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #696961.

Preview

Color preview on black background

This text has color #696961 on black background.


Color preview on white background

This text has color #696961 on white background.


Black color preview on #696961 background

This text has black color on #696961 background.


White color preview on #696961 background

This text has white color on #696961 background.


Related colors

Complementary color

Complementary color for #hex is #96969E.


I love getcolorcode.com