COLOR #796361

HEX: #796361
RGB: (121,99,97)

Color info

#796361 contains red, green and blue colors in about the same proportion. Web safe color of #796361 is #666666 (or #666).

RGB color model

#796361 color RGB value is (121,99,97).

  • red value is 121;
  • green value is 99;
  • blue value is 97.
RGB:
(121,99,97)
(47%,39%,38%)

RGB channels and saturation

R 121 of 255 = 47%
G 99 of 255 = 39%
B 97 of 255 = 38%

121
99
97

R + G + B ~ 41%. #796361 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 99 + 97 = 317 (100%)
R 121 of 317 ~ 38.17%
G 99 of 317 ~ 31.23%
B 97 of 317 ~ 30.6%

%38.17
%31.23
%30.6

CMYK color model

#796361 color CMYK value is (0,18,20,53).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 19.83%
  • key color value is 52.55%
CMYK:
(0,18,20,53)
C0M18Y20K53 
(0%,18%,20%,53%)
(0.00/0.18/0.20/0.53)	

CMYK percentages

%0
%18.18
%19.83
%52.55

Codes

Color #796361 in popluar color models

796361
RGB1219997
HSL11.01%42.75%
HSB/HSV19.83%47.45%
CMYK0.00%18.18%19.83%
52.55%

Color #796361 in popluar number systems.

HEX796361
Decimal1219997
Binary111100111000111100001
Octal171143141

Shades and tints

Shades of #796361

#796361
(121,99,97)
#6E5A59
(110,90,89)
#635151
(99,81,81)
#584849
(88,72,73)
#4D3F41
(77,63,65)
#423639
(66,54,57)
#372D31
(55,45,49)
#2C2429
(44,36,41)
#211B21
(33,27,33)
#161219
(22,18,25)
#0B0911
(11,9,17)
#000000
(0,0,0)

Tints of #796361

#796361
(121,99,97)
#85716F
(133,113,111)
#917F7D
(145,127,125)
#9D8D8B
(157,141,139)
#A99B99
(169,155,153)
#B5A9A7
(181,169,167)
#C1B7B5
(193,183,181)
#CDC5C3
(205,197,195)
#D9D3D1
(217,211,209)
#E5E1DF
(229,225,223)
#F1EFED
(241,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796361 color. Also use rgb(121,99,97) instead hex code.

Text Font Color

.myTextColor { color: #796361; }

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

This text font color is #796361.


Background Color

.myBgColor { background-color: #796361; }

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

This div background color is #796361.


Border color

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

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

This div border color is #796361.


Opacity

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

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

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

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

This text has shadow with #796361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796361 on black background.


Color preview on white background

This text has color #796361 on white background.



Black color preview on #796361 background

This text has black color on #796361 background.


White color preview on #796361 background

This text has white color on #796361 background.