COLOR #696361

HEX: #696361
RGB: (105,99,97)

Color info

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

RGB color model

#696361 color RGB value is (105,99,97).

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

RGB channels and saturation

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

105
99
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 99 + 97 = 301 (100%)
R 105 of 301 ~ 34.88%
G 99 of 301 ~ 32.89%
B 97 of 301 ~ 32.23%

%34.88
%32.89
%32.23

CMYK color model

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

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

CMYK percentages

%0
%5.71
%7.62
%58.82

Codes

Color #696361 in popluar color models

696361
RGB1059997
HSL15°3.96%39.61%
HSB/HSV15°7.62%41.18%
CMYK0.00%5.71%7.62%
58.82%

Color #696361 in popluar number systems.

HEX696361
Decimal1059997
Binary110100111000111100001
Octal151143141

Shades and tints

Shades of #696361

#696361
(105,99,97)
#605A59
(96,90,89)
#575151
(87,81,81)
#4E4849
(78,72,73)
#453F41
(69,63,65)
#3C3639
(60,54,57)
#332D31
(51,45,49)
#2A2429
(42,36,41)
#211B21
(33,27,33)
#181219
(24,18,25)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #696361

#696361
(105,99,97)
#76716F
(118,113,111)
#837F7D
(131,127,125)
#908D8B
(144,141,139)
#9D9B99
(157,155,153)
#AAA9A7
(170,169,167)
#B7B7B5
(183,183,181)
#C4C5C3
(196,197,195)
#D1D3D1
(209,211,209)
#DEE1DF
(222,225,223)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696361; }

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

This text font color is #696361.


Background Color

.myBgColor { background-color: #696361; }

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

This div background color is #696361.


Border color

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

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

This div border color is #696361.


Opacity

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

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

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

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

This text has shadow with #696361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696361 on black background.


Color preview on white background

This text has color #696361 on white background.



Black color preview on #696361 background

This text has black color on #696361 background.


White color preview on #696361 background

This text has white color on #696361 background.