COLOR #696049

HEX: #696049
RGB: (105,96,73)

Color info

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

RGB color model

#696049 color RGB value is (105,96,73).

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

RGB channels and saturation

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

105
96
73

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

Portions of RGB colors in percentages

R + G + B =
105 + 96 + 73 = 274 (100%)
R 105 of 274 ~ 38.32%
G 96 of 274 ~ 35.04%
B 73 of 274 ~ 26.64%

%38.32
%35.04
%26.64

CMYK color model

#696049 color CMYK value is (0,9,30,59).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 30.48%
  • key color value is 58.82%
CMYK:
(0,9,30,59)
C0M9Y30K59 
(0%,9%,30%,59%)
(0.00/0.09/0.30/0.59)	

CMYK percentages

%0
%8.57
%30.48
%58.82

Codes

Color #696049 in popluar color models

696049
RGB1059673
HSL43°17.98%34.90%
HSB/HSV43°30.48%41.18%
CMYK0.00%8.57%30.48%
58.82%

Color #696049 in popluar number systems.

HEX696049
Decimal1059673
Binary110100111000001001001
Octal151140111

Shades and tints

Shades of #696049

#696049
(105,96,73)
#605843
(96,88,67)
#57503D
(87,80,61)
#4E4837
(78,72,55)
#454031
(69,64,49)
#3C382B
(60,56,43)
#333025
(51,48,37)
#2A281F
(42,40,31)
#212019
(33,32,25)
#181813
(24,24,19)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #696049

#696049
(105,96,73)
#766E59
(118,110,89)
#837C69
(131,124,105)
#908A79
(144,138,121)
#9D9889
(157,152,137)
#AAA699
(170,166,153)
#B7B4A9
(183,180,169)
#C4C2B9
(196,194,185)
#D1D0C9
(209,208,201)
#DEDED9
(222,222,217)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696049; }

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

This text font color is #696049.


Background Color

.myBgColor { background-color: #696049; }

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

This div background color is #696049.


Border color

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

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

This div border color is #696049.


Opacity

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

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

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

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

This text has shadow with #696049 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696049 on black background.


Color preview on white background

This text has color #696049 on white background.



Black color preview on #696049 background

This text has black color on #696049 background.


White color preview on #696049 background

This text has white color on #696049 background.