COLOR #696C60

HEX: #696C60
RGB: (105,108,96)

Color info

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

RGB color model

#696C60 color RGB value is (105,108,96).

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

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 96 of 255 = 38%

105
108
96

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

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 96 = 309 (100%)
R 105 of 309 ~ 33.98%
G 108 of 309 ~ 34.95%
B 96 of 309 ~ 31.07%

%33.98
%34.95
%31.07

CMYK color model

#696C60 color CMYK value is (3,0,11,58).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 11.11%
  • key color value is 57.65%
CMYK:
(3,0,11,58)
C3M0Y11K58 
(3%,0%,11%,58%)
(0.03/0.00/0.11/0.58)	

CMYK percentages

%2.78
%0
%11.11
%57.65

Codes

Color #696C60 in popluar color models

696C60
RGB10510896
HSL75°5.88%40.00%
HSB/HSV75°11.11%42.35%
CMYK2.78%0.00%11.11%
57.65%

Color #696C60 in popluar number systems.

HEX696C60
Decimal10510896
Binary110100111011001100000
Octal151154140

Shades and tints

Shades of #696C60

#696C60
(105,108,96)
#606358
(96,99,88)
#575A50
(87,90,80)
#4E5148
(78,81,72)
#454840
(69,72,64)
#3C3F38
(60,63,56)
#333630
(51,54,48)
#2A2D28
(42,45,40)
#212420
(33,36,32)
#181B18
(24,27,24)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #696C60

#696C60
(105,108,96)
#76796E
(118,121,110)
#83867C
(131,134,124)
#90938A
(144,147,138)
#9DA098
(157,160,152)
#AAADA6
(170,173,166)
#B7BAB4
(183,186,180)
#C4C7C2
(196,199,194)
#D1D4D0
(209,212,208)
#DEE1DE
(222,225,222)
#EBEEEC
(235,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696C60; }

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

This text font color is #696C60.


Background Color

.myBgColor { background-color: #696C60; }

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

This div background color is #696C60.


Border color

.myBorderColor { border: 1px solid #696C60; }

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

This div border color is #696C60.


Opacity

.myOpacity80 { color: #696C60; opacity: 0.8; }

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

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

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

This text has shadow with #696C60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696C60 on black background.


Color preview on white background

This text has color #696C60 on white background.



Black color preview on #696C60 background

This text has black color on #696C60 background.


White color preview on #696C60 background

This text has white color on #696C60 background.