COLOR #794D3F

HEX: #794D3F
RGB: (121,77,63)

Color info

#794D3F contains red, green and blue colors in about the same proportion. Web safe color of #794D3F is #663333 (or #633).

RGB color model

#794D3F color RGB value is (121,77,63).

  • red value is 121;
  • green value is 77;
  • blue value is 63.
RGB:
(121,77,63)
(47%,30%,25%)

RGB channels and saturation

R 121 of 255 = 47%
G 77 of 255 = 30%
B 63 of 255 = 25%

121
77
63

R + G + B ~ 34%. #794D3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 77 + 63 = 261 (100%)
R 121 of 261 ~ 46.36%
G 77 of 261 ~ 29.5%
B 63 of 261 ~ 24.14%

%46.36
%29.5
%24.14

CMYK color model

#794D3F color CMYK value is (0,36,48,53).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 47.93%
  • key color value is 52.55%
CMYK:
(0,36,48,53)
C0M36Y48K53 
(0%,36%,48%,53%)
(0.00/0.36/0.48/0.53)	

CMYK percentages

%0
%36.36
%47.93
%52.55

Codes

Color #794D3F in popluar color models

794D3F
RGB1217763
HSL14°31.52%36.08%
HSB/HSV14°47.93%47.45%
CMYK0.00%36.36%47.93%
52.55%

Color #794D3F in popluar number systems.

HEX794D3F
Decimal1217763
Binary11110011001101111111
Octal17111577

Shades and tints

Shades of #794D3F

#794D3F
(121,77,63)
#6E463A
(110,70,58)
#633F35
(99,63,53)
#583830
(88,56,48)
#4D312B
(77,49,43)
#422A26
(66,42,38)
#372321
(55,35,33)
#2C1C1C
(44,28,28)
#211517
(33,21,23)
#160E12
(22,14,18)
#0B070D
(11,7,13)
#000000
(0,0,0)

Tints of #794D3F

#794D3F
(121,77,63)
#855D50
(133,93,80)
#916D61
(145,109,97)
#9D7D72
(157,125,114)
#A98D83
(169,141,131)
#B59D94
(181,157,148)
#C1ADA5
(193,173,165)
#CDBDB6
(205,189,182)
#D9CDC7
(217,205,199)
#E5DDD8
(229,221,216)
#F1EDE9
(241,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794D3F color. Also use rgb(121,77,63) instead hex code.

Text Font Color

.myTextColor { color: #794D3F; }

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

This text font color is #794D3F.


Background Color

.myBgColor { background-color: #794D3F; }

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

This div background color is #794D3F.


Border color

.myBorderColor { border: 1px solid #794D3F; }

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

This div border color is #794D3F.


Opacity

.myOpacity80 { color: #794D3F; opacity: 0.8; }

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

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

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

This text has shadow with #794D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794D3F on black background.


Color preview on white background

This text has color #794D3F on white background.



Black color preview on #794D3F background

This text has black color on #794D3F background.


White color preview on #794D3F background

This text has white color on #794D3F background.