COLOR #696949

HEX: #696949
RGB: (105,105,73)

Color info

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

RGB color model

#696949 color RGB value is (105,105,73).

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

RGB channels and saturation

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

105
105
73

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

Portions of RGB colors in percentages

R + G + B =
105 + 105 + 73 = 283 (100%)
R 105 of 283 ~ 37.1%
G 105 of 283 ~ 37.1%
B 73 of 283 ~ 25.8%

%37.1
%37.1
%25.8

CMYK color model

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

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

CMYK percentages

%0
%0
%30.48
%58.82

Codes

Color #696949 in popluar color models

696949
RGB10510573
HSL60°17.98%34.90%
HSB/HSV60°30.48%41.18%
CMYK0.00%0.00%30.48%
58.82%

Color #696949 in popluar number systems.

HEX696949
Decimal10510573
Binary110100111010011001001
Octal151151111

Shades and tints

Shades of #696949

#696949
(105,105,73)
#606043
(96,96,67)
#57573D
(87,87,61)
#4E4E37
(78,78,55)
#454531
(69,69,49)
#3C3C2B
(60,60,43)
#333325
(51,51,37)
#2A2A1F
(42,42,31)
#212119
(33,33,25)
#181813
(24,24,19)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #696949

#696949
(105,105,73)
#767659
(118,118,89)
#838369
(131,131,105)
#909079
(144,144,121)
#9D9D89
(157,157,137)
#AAAA99
(170,170,153)
#B7B7A9
(183,183,169)
#C4C4B9
(196,196,185)
#D1D1C9
(209,209,201)
#DEDED9
(222,222,217)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #696949; }

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

This text font color is #696949.


Background Color

.myBgColor { background-color: #696949; }

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

This div background color is #696949.


Border color

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

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

This div border color is #696949.


Opacity

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

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

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

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

This text has shadow with #696949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #696949 on black background.


Color preview on white background

This text has color #696949 on white background.



Black color preview on #696949 background

This text has black color on #696949 background.


White color preview on #696949 background

This text has white color on #696949 background.