COLOR #796648

HEX: #796648
RGB: (121,102,72)

Color info

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

RGB color model

#796648 color RGB value is (121,102,72).

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

RGB channels and saturation

R 121 of 255 = 47%
G 102 of 255 = 40%
B 72 of 255 = 28%

121
102
72

R + G + B ~ 38%. #796648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 102 + 72 = 295 (100%)
R 121 of 295 ~ 41.02%
G 102 of 295 ~ 34.58%
B 72 of 295 ~ 24.41%

%41.02
%34.58
%24.41

CMYK color model

#796648 color CMYK value is (0,16,40,53).

  • cyan value is 0.00%
  • magenta value is 15.70%
  • yellow value is 40.50%
  • key color value is 52.55%
CMYK:
(0,16,40,53)
C0M16Y40K53 
(0%,16%,40%,53%)
(0.00/0.16/0.40/0.53)	

CMYK percentages

%0
%15.7
%40.5
%52.55

Codes

Color #796648 in popluar color models

796648
RGB12110272
HSL37°25.39%37.84%
HSB/HSV37°40.50%47.45%
CMYK0.00%15.70%40.50%
52.55%

Color #796648 in popluar number systems.

HEX796648
Decimal12110272
Binary111100111001101001000
Octal171146110

Shades and tints

Shades of #796648

#796648
(121,102,72)
#6E5D42
(110,93,66)
#63543C
(99,84,60)
#584B36
(88,75,54)
#4D4230
(77,66,48)
#42392A
(66,57,42)
#373024
(55,48,36)
#2C271E
(44,39,30)
#211E18
(33,30,24)
#161512
(22,21,18)
#0B0C0C
(11,12,12)
#000000
(0,0,0)

Tints of #796648

#796648
(121,102,72)
#857358
(133,115,88)
#918068
(145,128,104)
#9D8D78
(157,141,120)
#A99A88
(169,154,136)
#B5A798
(181,167,152)
#C1B4A8
(193,180,168)
#CDC1B8
(205,193,184)
#D9CEC8
(217,206,200)
#E5DBD8
(229,219,216)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796648; }

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

This text font color is #796648.


Background Color

.myBgColor { background-color: #796648; }

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

This div background color is #796648.


Border color

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

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

This div border color is #796648.


Opacity

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

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

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

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

This text has shadow with #796648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796648 on black background.


Color preview on white background

This text has color #796648 on white background.



Black color preview on #796648 background

This text has black color on #796648 background.


White color preview on #796648 background

This text has white color on #796648 background.