COLOR #696261

HEX: #696261
RGB: (105,98,97)

Color info

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

RGB color model

#696261 color RGB value is (105,98,97).

  • red value is 105;
  • green value is 98;
  • blue value is 97.
RGB:
(105,98,97)
(41%,38%,38%)

RGB channels and saturation

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

105
98
97

R + G + B ~ 39%. #696261 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 98 + 97 = 300 (100%)
R 105 of 300 ~ 35%
G 98 of 300 ~ 32.67%
B 97 of 300 ~ 32.33%

%35
%32.67
%32.33

CMYK color model

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

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

CMYK percentages

%0
%6.67
%7.62
%58.82

Codes

Color #696261 in popluar color models

696261
RGB1059897
HSL3.96%39.61%
HSB/HSV7.62%41.18%
CMYK0.00%6.67%7.62%
58.82%

Color #696261 in popluar number systems.

HEX696261
Decimal1059897
Binary110100111000101100001
Octal151142141

Shades and tints

Shades of #696261

#696261
(105,98,97)
#605A59
(96,90,89)
#575251
(87,82,81)
#4E4A49
(78,74,73)
#454241
(69,66,65)
#3C3A39
(60,58,57)
#333231
(51,50,49)
#2A2A29
(42,42,41)
#212221
(33,34,33)
#181A19
(24,26,25)
#0F1211
(15,18,17)
#000000
(0,0,0)

Tints of #696261

#696261
(105,98,97)
#76706F
(118,112,111)
#837E7D
(131,126,125)
#908C8B
(144,140,139)
#9D9A99
(157,154,153)
#AAA8A7
(170,168,167)
#B7B6B5
(183,182,181)
#C4C4C3
(196,196,195)
#D1D2D1
(209,210,209)
#DEE0DF
(222,224,223)
#EBEEED
(235,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696261; }

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

This text font color is #696261.


Background Color

.myBgColor { background-color: #696261; }

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

This div background color is #696261.


Border color

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

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

This div border color is #696261.


Opacity

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

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

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

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

This text has shadow with #696261 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696261 on black background.


Color preview on white background

This text has color #696261 on white background.



Black color preview on #696261 background

This text has black color on #696261 background.


White color preview on #696261 background

This text has white color on #696261 background.