COLOR #796631

HEX: #796631
RGB: (121,102,49)

Color info

#796631 contains mainly red and green colors. Web safe color of #796631 is #666633 (or #663).

RGB color model

#796631 color RGB value is (121,102,49).

  • red value is 121;
  • green value is 102;
  • blue value is 49.
RGB:
(121,102,49)
(47%,40%,19%)

RGB channels and saturation

R 121 of 255 = 47%
G 102 of 255 = 40%
B 49 of 255 = 19%

121
102
49

R + G + B ~ 35%. #796631 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 102 + 49 = 272 (100%)
R 121 of 272 ~ 44.49%
G 102 of 272 ~ 37.5%
B 49 of 272 ~ 18.01%

%44.49
%37.5
%18.01

CMYK color model

#796631 color CMYK value is (0,16,60,53).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 59.50%
  • key color value is 52.55%
CMYK:
(0,16,60,53)
C0M16Y60K53 
(0%,16%,60%,53%)
(0.00/0.16/0.60/0.53)	

CMYK percentages

%0
%15.7
%59.5
%52.55

Codes

Color #796631 in popluar color models

796631
RGB12110249
HSL44°42.35%33.33%
HSB/HSV44°59.50%47.45%
CMYK0.00%15.70%59.50%
52.55%

Color #796631 in popluar number systems.

HEX796631
Decimal12110249
Binary11110011100110110001
Octal17114661

Shades and tints

Shades of #796631

#796631
(121,102,49)
#6E5D2D
(110,93,45)
#635429
(99,84,41)
#584B25
(88,75,37)
#4D4221
(77,66,33)
#42391D
(66,57,29)
#373019
(55,48,25)
#2C2715
(44,39,21)
#211E11
(33,30,17)
#16150D
(22,21,13)
#0B0C09
(11,12,9)
#000000
(0,0,0)

Tints of #796631

#796631
(121,102,49)
#857343
(133,115,67)
#918055
(145,128,85)
#9D8D67
(157,141,103)
#A99A79
(169,154,121)
#B5A78B
(181,167,139)
#C1B49D
(193,180,157)
#CDC1AF
(205,193,175)
#D9CEC1
(217,206,193)
#E5DBD3
(229,219,211)
#F1E8E5
(241,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796631 color. Also use rgb(121,102,49) instead hex code.

Text Font Color

.myTextColor { color: #796631; }

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

This text font color is #796631.


Background Color

.myBgColor { background-color: #796631; }

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

This div background color is #796631.


Border color

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

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

This div border color is #796631.


Opacity

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

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

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

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

This text has shadow with #796631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796631 on black background.


Color preview on white background

This text has color #796631 on white background.



Black color preview on #796631 background

This text has black color on #796631 background.


White color preview on #796631 background

This text has white color on #796631 background.