COLOR #794136

HEX: #794136
RGB: (121,65,54)

Color info

#794136 contains mainly red and green colors. Web safe color of #794136 is #663333 (or #633).

RGB color model

#794136 color RGB value is (121,65,54).

  • red value is 121;
  • green value is 65;
  • blue value is 54.
RGB:
(121,65,54)
(47%,25%,21%)

RGB channels and saturation

R 121 of 255 = 47%
G 65 of 255 = 25%
B 54 of 255 = 21%

121
65
54

R + G + B ~ 31%. #794136 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 65 + 54 = 240 (100%)
R 121 of 240 ~ 50.42%
G 65 of 240 ~ 27.08%
B 54 of 240 ~ 22.5%

%50.42
%27.08
%22.5

CMYK color model

#794136 color CMYK value is (0,46,55,53).

  • cyan value is 0.00%
  • magenta value is 46.28%
  • yellow value is 55.37%
  • key color value is 52.55%
CMYK:
(0,46,55,53)
C0M46Y55K53 
(0%,46%,55%,53%)
(0.00/0.46/0.55/0.53)	

CMYK percentages

%0
%46.28
%55.37
%52.55

Codes

Color #794136 in popluar color models

794136
RGB1216554
HSL10°38.29%34.31%
HSB/HSV10°55.37%47.45%
CMYK0.00%46.28%55.37%
52.55%

Color #794136 in popluar number systems.

HEX794136
Decimal1216554
Binary11110011000001110110
Octal17110166

Shades and tints

Shades of #794136

#794136
(121,65,54)
#6E3C32
(110,60,50)
#63372E
(99,55,46)
#58322A
(88,50,42)
#4D2D26
(77,45,38)
#422822
(66,40,34)
#37231E
(55,35,30)
#2C1E1A
(44,30,26)
#211916
(33,25,22)
#161412
(22,20,18)
#0B0F0E
(11,15,14)
#000000
(0,0,0)

Tints of #794136

#794136
(121,65,54)
#855248
(133,82,72)
#91635A
(145,99,90)
#9D746C
(157,116,108)
#A9857E
(169,133,126)
#B59690
(181,150,144)
#C1A7A2
(193,167,162)
#CDB8B4
(205,184,180)
#D9C9C6
(217,201,198)
#E5DAD8
(229,218,216)
#F1EBEA
(241,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794136 color. Also use rgb(121,65,54) instead hex code.

Text Font Color

.myTextColor { color: #794136; }

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

This text font color is #794136.


Background Color

.myBgColor { background-color: #794136; }

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

This div background color is #794136.


Border color

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

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

This div border color is #794136.


Opacity

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

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

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

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

This text has shadow with #794136 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794136 on black background.


Color preview on white background

This text has color #794136 on white background.



Black color preview on #794136 background

This text has black color on #794136 background.


White color preview on #794136 background

This text has white color on #794136 background.