COLOR #796355

HEX: #796355
RGB: (121,99,85)

Color info

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

RGB color model

#796355 color RGB value is (121,99,85).

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

RGB channels and saturation

R 121 of 255 = 47%
G 99 of 255 = 39%
B 85 of 255 = 33%

121
99
85

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

Portions of RGB colors in percentages

R + G + B =
121 + 99 + 85 = 305 (100%)
R 121 of 305 ~ 39.67%
G 99 of 305 ~ 32.46%
B 85 of 305 ~ 27.87%

%39.67
%32.46
%27.87

CMYK color model

#796355 color CMYK value is (0,18,30,53).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 29.75%
  • key color value is 52.55%
CMYK:
(0,18,30,53)
C0M18Y30K53 
(0%,18%,30%,53%)
(0.00/0.18/0.30/0.53)	

CMYK percentages

%0
%18.18
%29.75
%52.55

Codes

Color #796355 in popluar color models

796355
RGB1219985
HSL23°17.48%40.39%
HSB/HSV23°29.75%47.45%
CMYK0.00%18.18%29.75%
52.55%

Color #796355 in popluar number systems.

HEX796355
Decimal1219985
Binary111100111000111010101
Octal171143125

Shades and tints

Shades of #796355

#796355
(121,99,85)
#6E5A4E
(110,90,78)
#635147
(99,81,71)
#584840
(88,72,64)
#4D3F39
(77,63,57)
#423632
(66,54,50)
#372D2B
(55,45,43)
#2C2424
(44,36,36)
#211B1D
(33,27,29)
#161216
(22,18,22)
#0B090F
(11,9,15)
#000000
(0,0,0)

Tints of #796355

#796355
(121,99,85)
#857164
(133,113,100)
#917F73
(145,127,115)
#9D8D82
(157,141,130)
#A99B91
(169,155,145)
#B5A9A0
(181,169,160)
#C1B7AF
(193,183,175)
#CDC5BE
(205,197,190)
#D9D3CD
(217,211,205)
#E5E1DC
(229,225,220)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #796355; }

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

This text font color is #796355.


Background Color

.myBgColor { background-color: #796355; }

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

This div background color is #796355.


Border color

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

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

This div border color is #796355.


Opacity

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

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

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

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

This text has shadow with #796355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796355 on black background.


Color preview on white background

This text has color #796355 on white background.



Black color preview on #796355 background

This text has black color on #796355 background.


White color preview on #796355 background

This text has white color on #796355 background.