COLOR #696956

HEX: #696956
RGB: (105,105,86)

Color info

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

RGB color model

#696956 color RGB value is (105,105,86).

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

RGB channels and saturation

R 105 of 255 = 41%
G 105 of 255 = 41%
B 86 of 255 = 34%

105
105
86

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

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 86 = 296 (100%)
R 105 of 296 ~ 35.47%
G 105 of 296 ~ 35.47%
B 86 of 296 ~ 29.05%

%35.47
%35.47
%29.05

CMYK color model

#696956 color CMYK value is (0,0,18,59).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 58.82%
CMYK:
(0,0,18,59)
C0M0Y18K59 
(0%,0%,18%,59%)
(0.00/0.00/0.18/0.59)	

CMYK percentages

%0
%0
%18.1
%58.82

Codes

Color #696956 in popluar color models

696956
RGB10510586
HSL60°9.95%37.45%
HSB/HSV60°18.10%41.18%
CMYK0.00%0.00%18.10%
58.82%

Color #696956 in popluar number systems.

HEX696956
Decimal10510586
Binary110100111010011010110
Octal151151126

Shades and tints

Shades of #696956

#696956
(105,105,86)
#60604F
(96,96,79)
#575748
(87,87,72)
#4E4E41
(78,78,65)
#45453A
(69,69,58)
#3C3C33
(60,60,51)
#33332C
(51,51,44)
#2A2A25
(42,42,37)
#21211E
(33,33,30)
#181817
(24,24,23)
#0F0F10
(15,15,16)
#000000
(0,0,0)

Tints of #696956

#696956
(105,105,86)
#767665
(118,118,101)
#838374
(131,131,116)
#909083
(144,144,131)
#9D9D92
(157,157,146)
#AAAAA1
(170,170,161)
#B7B7B0
(183,183,176)
#C4C4BF
(196,196,191)
#D1D1CE
(209,209,206)
#DEDEDD
(222,222,221)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696956; }

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

This text font color is #696956.


Background Color

.myBgColor { background-color: #696956; }

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

This div background color is #696956.


Border color

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

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

This div border color is #696956.


Opacity

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

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

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

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

This text has shadow with #696956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696956 on black background.


Color preview on white background

This text has color #696956 on white background.



Black color preview on #696956 background

This text has black color on #696956 background.


White color preview on #696956 background

This text has white color on #696956 background.