COLOR #696661

HEX: #696661
RGB: (105,102,97)

Color info

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

RGB color model

#696661 color RGB value is (105,102,97).

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

RGB channels and saturation

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

105
102
97

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

Portions of RGB colors in percentages

R + G + B =
105 + 102 + 97 = 304 (100%)
R 105 of 304 ~ 34.54%
G 102 of 304 ~ 33.55%
B 97 of 304 ~ 31.91%

%34.54
%33.55
%31.91

CMYK color model

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

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

CMYK percentages

%0
%2.86
%7.62
%58.82

Codes

Color #696661 in popluar color models

696661
RGB10510297
HSL38°3.96%39.61%
HSB/HSV38°7.62%41.18%
CMYK0.00%2.86%7.62%
58.82%

Color #696661 in popluar number systems.

HEX696661
Decimal10510297
Binary110100111001101100001
Octal151146141

Shades and tints

Shades of #696661

#696661
(105,102,97)
#605D59
(96,93,89)
#575451
(87,84,81)
#4E4B49
(78,75,73)
#454241
(69,66,65)
#3C3939
(60,57,57)
#333031
(51,48,49)
#2A2729
(42,39,41)
#211E21
(33,30,33)
#181519
(24,21,25)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #696661

#696661
(105,102,97)
#76736F
(118,115,111)
#83807D
(131,128,125)
#908D8B
(144,141,139)
#9D9A99
(157,154,153)
#AAA7A7
(170,167,167)
#B7B4B5
(183,180,181)
#C4C1C3
(196,193,195)
#D1CED1
(209,206,209)
#DEDBDF
(222,219,223)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696661; }

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

This text font color is #696661.


Background Color

.myBgColor { background-color: #696661; }

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

This div background color is #696661.


Border color

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

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

This div border color is #696661.


Opacity

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

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

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

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

This text has shadow with #696661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696661 on black background.


Color preview on white background

This text has color #696661 on white background.



Black color preview on #696661 background

This text has black color on #696661 background.


White color preview on #696661 background

This text has white color on #696661 background.