COLOR #696C59

HEX: #696C59
RGB: (105,108,89)

Color info

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

RGB color model

#696C59 color RGB value is (105,108,89).

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

RGB channels and saturation

R 105 of 255 = 41%
G 108 of 255 = 42%
B 89 of 255 = 35%

105
108
89

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

Portions of RGB colors in percentages

R + G + B =
105 + 108 + 89 = 302 (100%)
R 105 of 302 ~ 34.77%
G 108 of 302 ~ 35.76%
B 89 of 302 ~ 29.47%

%34.77
%35.76
%29.47

CMYK color model

#696C59 color CMYK value is (3,0,18,58).

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 17.59%
  • key color value is 57.65%
CMYK:
(3,0,18,58)
C3M0Y18K58 
(3%,0%,18%,58%)
(0.03/0.00/0.18/0.58)	

CMYK percentages

%2.78
%0
%17.59
%57.65

Codes

Color #696C59 in popluar color models

696C59
RGB10510889
HSL69°9.64%38.63%
HSB/HSV69°17.59%42.35%
CMYK2.78%0.00%17.59%
57.65%

Color #696C59 in popluar number systems.

HEX696C59
Decimal10510889
Binary110100111011001011001
Octal151154131

Shades and tints

Shades of #696C59

#696C59
(105,108,89)
#606351
(96,99,81)
#575A49
(87,90,73)
#4E5141
(78,81,65)
#454839
(69,72,57)
#3C3F31
(60,63,49)
#333629
(51,54,41)
#2A2D21
(42,45,33)
#212419
(33,36,25)
#181B11
(24,27,17)
#0F1209
(15,18,9)
#000000
(0,0,0)

Tints of #696C59

#696C59
(105,108,89)
#767968
(118,121,104)
#838677
(131,134,119)
#909386
(144,147,134)
#9DA095
(157,160,149)
#AAADA4
(170,173,164)
#B7BAB3
(183,186,179)
#C4C7C2
(196,199,194)
#D1D4D1
(209,212,209)
#DEE1E0
(222,225,224)
#EBEEEF
(235,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696C59; }

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

This text font color is #696C59.


Background Color

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

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

This div background color is #696C59.


Border color

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

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

This div border color is #696C59.


Opacity

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

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

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

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

This text has shadow with #696C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696C59 on black background.


Color preview on white background

This text has color #696C59 on white background.



Black color preview on #696C59 background

This text has black color on #696C59 background.


White color preview on #696C59 background

This text has white color on #696C59 background.