COLOR #696360

HEX: #696360
RGB: (105,99,96)

Color info

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

RGB color model

#696360 color RGB value is (105,99,96).

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

RGB channels and saturation

R 105 of 255 = 41%
G 99 of 255 = 39%
B 96 of 255 = 38%

105
99
96

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

Portions of RGB colors in percentages

R + G + B =
105 + 99 + 96 = 300 (100%)
R 105 of 300 ~ 35%
G 99 of 300 ~ 33%
B 96 of 300 ~ 32%

%35
%33
%32

CMYK color model

#696360 color CMYK value is (0,6,9,59).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 8.57%
  • key color value is 58.82%
CMYK:
(0,6,9,59)
C0M6Y9K59 
(0%,6%,9%,59%)
(0.00/0.06/0.09/0.59)	

CMYK percentages

%0
%5.71
%8.57
%58.82

Codes

Color #696360 in popluar color models

696360
RGB1059996
HSL20°4.48%39.41%
HSB/HSV20°8.57%41.18%
CMYK0.00%5.71%8.57%
58.82%

Color #696360 in popluar number systems.

HEX696360
Decimal1059996
Binary110100111000111100000
Octal151143140

Shades and tints

Shades of #696360

#696360
(105,99,96)
#605A58
(96,90,88)
#575150
(87,81,80)
#4E4848
(78,72,72)
#453F40
(69,63,64)
#3C3638
(60,54,56)
#332D30
(51,45,48)
#2A2428
(42,36,40)
#211B20
(33,27,32)
#181218
(24,18,24)
#0F0910
(15,9,16)
#000000
(0,0,0)

Tints of #696360

#696360
(105,99,96)
#76716E
(118,113,110)
#837F7C
(131,127,124)
#908D8A
(144,141,138)
#9D9B98
(157,155,152)
#AAA9A6
(170,169,166)
#B7B7B4
(183,183,180)
#C4C5C2
(196,197,194)
#D1D3D0
(209,211,208)
#DEE1DE
(222,225,222)
#EBEFEC
(235,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696360; }

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

This text font color is #696360.


Background Color

.myBgColor { background-color: #696360; }

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

This div background color is #696360.


Border color

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

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

This div border color is #696360.


Opacity

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

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

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

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

This text has shadow with #696360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696360 on black background.


Color preview on white background

This text has color #696360 on white background.



Black color preview on #696360 background

This text has black color on #696360 background.


White color preview on #696360 background

This text has white color on #696360 background.