COLOR #696249

HEX: #696249
RGB: (105,98,73)

Color info

#696249 contains red, green and blue colors in about the same proportion. Web safe color of #696249 is #666633 (or #663).

RGB color model

#696249 color RGB value is (105,98,73).

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

RGB channels and saturation

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

105
98
73

R + G + B ~ 36%. #696249 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
105 + 98 + 73 = 276 (100%)
R 105 of 276 ~ 38.04%
G 98 of 276 ~ 35.51%
B 73 of 276 ~ 26.45%

%38.04
%35.51
%26.45

CMYK color model

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

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

CMYK percentages

%0
%6.67
%30.48
%58.82

Codes

Color #696249 in popluar color models

696249
RGB1059873
HSL47°17.98%34.90%
HSB/HSV47°30.48%41.18%
CMYK0.00%6.67%30.48%
58.82%

Color #696249 in popluar number systems.

HEX696249
Decimal1059873
Binary110100111000101001001
Octal151142111

Shades and tints

Shades of #696249

#696249
(105,98,73)
#605A43
(96,90,67)
#57523D
(87,82,61)
#4E4A37
(78,74,55)
#454231
(69,66,49)
#3C3A2B
(60,58,43)
#333225
(51,50,37)
#2A2A1F
(42,42,31)
#212219
(33,34,25)
#181A13
(24,26,19)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #696249

#696249
(105,98,73)
#767059
(118,112,89)
#837E69
(131,126,105)
#908C79
(144,140,121)
#9D9A89
(157,154,137)
#AAA899
(170,168,153)
#B7B6A9
(183,182,169)
#C4C4B9
(196,196,185)
#D1D2C9
(209,210,201)
#DEE0D9
(222,224,217)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696249; }

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

This text font color is #696249.


Background Color

.myBgColor { background-color: #696249; }

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

This div background color is #696249.


Border color

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

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

This div border color is #696249.


Opacity

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

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

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

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

This text has shadow with #696249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696249 on black background.


Color preview on white background

This text has color #696249 on white background.



Black color preview on #696249 background

This text has black color on #696249 background.


White color preview on #696249 background

This text has white color on #696249 background.