COLOR #696962

HEX: #696962
RGB: (105,105,98)

Color info

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

RGB color model

#696962 color RGB value is (105,105,98).

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

RGB channels and saturation

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

105
105
98

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

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 98 = 308 (100%)
R 105 of 308 ~ 34.09%
G 105 of 308 ~ 34.09%
B 98 of 308 ~ 31.82%

%34.09
%34.09
%31.82

CMYK color model

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

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

CMYK percentages

%0
%0
%6.67
%58.82

Codes

Color #696962 in popluar color models

696962
RGB10510598
HSL60°3.45%39.80%
HSB/HSV60°6.67%41.18%
CMYK0.00%0.00%6.67%
58.82%

Color #696962 in popluar number systems.

HEX696962
Decimal10510598
Binary110100111010011100010
Octal151151142

Shades and tints

Shades of #696962

#696962
(105,105,98)
#60605A
(96,96,90)
#575752
(87,87,82)
#4E4E4A
(78,78,74)
#454542
(69,69,66)
#3C3C3A
(60,60,58)
#333332
(51,51,50)
#2A2A2A
(42,42,42)
#212122
(33,33,34)
#18181A
(24,24,26)
#0F0F12
(15,15,18)
#000000
(0,0,0)

Tints of #696962

#696962
(105,105,98)
#767670
(118,118,112)
#83837E
(131,131,126)
#90908C
(144,144,140)
#9D9D9A
(157,157,154)
#AAAAA8
(170,170,168)
#B7B7B6
(183,183,182)
#C4C4C4
(196,196,196)
#D1D1D2
(209,209,210)
#DEDEE0
(222,222,224)
#EBEBEE
(235,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696962; }

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

This text font color is #696962.


Background Color

.myBgColor { background-color: #696962; }

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

This div background color is #696962.


Border color

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

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

This div border color is #696962.


Opacity

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

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

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

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

This text has shadow with #696962 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696962 on black background.


Color preview on white background

This text has color #696962 on white background.



Black color preview on #696962 background

This text has black color on #696962 background.


White color preview on #696962 background

This text has white color on #696962 background.