COLOR #696160

HEX: #696160
RGB: (105,97,96)

Color info

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

RGB color model

#696160 color RGB value is (105,97,96).

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

RGB channels and saturation

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

105
97
96

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

Portions of RGB colors in percentages

R + G + B =
105 + 97 + 96 = 298 (100%)
R 105 of 298 ~ 35.23%
G 97 of 298 ~ 32.55%
B 96 of 298 ~ 32.21%

%35.23
%32.55
%32.21

CMYK color model

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

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

CMYK percentages

%0
%7.62
%8.57
%58.82

Codes

Color #696160 in popluar color models

696160
RGB1059796
HSL4.48%39.41%
HSB/HSV8.57%41.18%
CMYK0.00%7.62%8.57%
58.82%

Color #696160 in popluar number systems.

HEX696160
Decimal1059796
Binary110100111000011100000
Octal151141140

Shades and tints

Shades of #696160

#696160
(105,97,96)
#605958
(96,89,88)
#575150
(87,81,80)
#4E4948
(78,73,72)
#454140
(69,65,64)
#3C3938
(60,57,56)
#333130
(51,49,48)
#2A2928
(42,41,40)
#212120
(33,33,32)
#181918
(24,25,24)
#0F1110
(15,17,16)
#000000
(0,0,0)

Tints of #696160

#696160
(105,97,96)
#766F6E
(118,111,110)
#837D7C
(131,125,124)
#908B8A
(144,139,138)
#9D9998
(157,153,152)
#AAA7A6
(170,167,166)
#B7B5B4
(183,181,180)
#C4C3C2
(196,195,194)
#D1D1D0
(209,209,208)
#DEDFDE
(222,223,222)
#EBEDEC
(235,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696160; }

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

This text font color is #696160.


Background Color

.myBgColor { background-color: #696160; }

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

This div background color is #696160.


Border color

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

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

This div border color is #696160.


Opacity

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

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

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

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

This text has shadow with #696160 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696160 on black background.


Color preview on white background

This text has color #696160 on white background.



Black color preview on #696160 background

This text has black color on #696160 background.


White color preview on #696160 background

This text has white color on #696160 background.