COLOR #696650

HEX: #696650
RGB: (105,102,80)

Color info

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

RGB color model

#696650 color RGB value is (105,102,80).

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

RGB channels and saturation

R 105 of 255 = 41%
G 102 of 255 = 40%
B 80 of 255 = 31%

105
102
80

R + G + B ~ 37%. #696650 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 102 + 80 = 287 (100%)
R 105 of 287 ~ 36.59%
G 102 of 287 ~ 35.54%
B 80 of 287 ~ 27.87%

%36.59
%35.54
%27.87

CMYK color model

#696650 color CMYK value is (0,3,24,59).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 23.81%
  • key color value is 58.82%
CMYK:
(0,3,24,59)
C0M3Y24K59 
(0%,3%,24%,59%)
(0.00/0.03/0.24/0.59)	

CMYK percentages

%0
%2.86
%23.81
%58.82

Codes

Color #696650 in popluar color models

696650
RGB10510280
HSL53°13.51%36.27%
HSB/HSV53°23.81%41.18%
CMYK0.00%2.86%23.81%
58.82%

Color #696650 in popluar number systems.

HEX696650
Decimal10510280
Binary110100111001101010000
Octal151146120

Shades and tints

Shades of #696650

#696650
(105,102,80)
#605D49
(96,93,73)
#575442
(87,84,66)
#4E4B3B
(78,75,59)
#454234
(69,66,52)
#3C392D
(60,57,45)
#333026
(51,48,38)
#2A271F
(42,39,31)
#211E18
(33,30,24)
#181511
(24,21,17)
#0F0C0A
(15,12,10)
#000000
(0,0,0)

Tints of #696650

#696650
(105,102,80)
#76735F
(118,115,95)
#83806E
(131,128,110)
#908D7D
(144,141,125)
#9D9A8C
(157,154,140)
#AAA79B
(170,167,155)
#B7B4AA
(183,180,170)
#C4C1B9
(196,193,185)
#D1CEC8
(209,206,200)
#DEDBD7
(222,219,215)
#EBE8E6
(235,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696650; }

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

This text font color is #696650.


Background Color

.myBgColor { background-color: #696650; }

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

This div background color is #696650.


Border color

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

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

This div border color is #696650.


Opacity

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

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

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

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

This text has shadow with #696650 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696650 on black background.


Color preview on white background

This text has color #696650 on white background.



Black color preview on #696650 background

This text has black color on #696650 background.


White color preview on #696650 background

This text has white color on #696650 background.