COLOR #794400

HEX: #794400
RGB: (121,68,0)

Color info

#794400 contains only red and green colors. Web safe color of #794400 is #663300 (or #630).

RGB color model

#794400 color RGB value is (121,68,0).

  • red value is 121;
  • green value is 68;
  • blue value is 0.
RGB:
(121,68,0)
(47%,27%,0%)

RGB channels and saturation

R 121 of 255 = 47%
G 68 of 255 = 27%
B 0 of 255 = 0%

121
68
0

R + G + B ~ 25%. #794400 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 68 + 0 = 189 (100%)
R 121 of 189 ~ 64.02%
G 68 of 189 ~ 35.98%
B 0 of 189 ~ 0%

%64.02
%35.98

CMYK color model

#794400 color CMYK value is (0,44,100,53).

  • cyan value is 0.00%
  • magenta value is 43.80%
  • yellow value is 100.00%
  • key color value is 52.55%
CMYK:
(0,44,100,53)
C0M44Y100K53 
(0%,44%,100%,53%)
(0.00/0.44/1.00/0.53)	

CMYK percentages

%0
%43.8
%100
%52.55

Codes

Color #794400 in popluar color models

794400
RGB121680
HSL34°100.00%23.73%
HSB/HSV34°100.00%47.45%
CMYK0.00%43.80%100.00%
52.55%

Color #794400 in popluar number systems.

HEX794400
Decimal121680
Binary111100110001000
Octal1711040

Shades and tints

Shades of #794400

#794400
(121,68,0)
#6E3E00
(110,62,0)
#633800
(99,56,0)
#583200
(88,50,0)
#4D2C00
(77,44,0)
#422600
(66,38,0)
#372000
(55,32,0)
#2C1A00
(44,26,0)
#211400
(33,20,0)
#160E00
(22,14,0)
#0B0800
(11,8,0)
#000000
(0,0,0)

Tints of #794400

#794400
(121,68,0)
#855517
(133,85,23)
#91662E
(145,102,46)
#9D7745
(157,119,69)
#A9885C
(169,136,92)
#B59973
(181,153,115)
#C1AA8A
(193,170,138)
#CDBBA1
(205,187,161)
#D9CCB8
(217,204,184)
#E5DDCF
(229,221,207)
#F1EEE6
(241,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794400 color. Also use rgb(121,68,0) instead hex code.

Text Font Color

.myTextColor { color: #794400; }

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

This text font color is #794400.


Background Color

.myBgColor { background-color: #794400; }

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

This div background color is #794400.


Border color

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

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

This div border color is #794400.


Opacity

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

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

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

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

This text has shadow with #794400 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794400 on black background.


Color preview on white background

This text has color #794400 on white background.



Black color preview on #794400 background

This text has black color on #794400 background.


White color preview on #794400 background

This text has white color on #794400 background.