COLOR #794829

HEX: #794829
RGB: (121,72,41)

Color info

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

RGB color model

#794829 color RGB value is (121,72,41).

  • red value is 121;
  • green value is 72;
  • blue value is 41.
RGB: (121,72,41) (47%,28%,16%)

RGB channels and saturation

R 121 of 255 = 47%
G 72 of 255 = 28%
B 41 of 255 = 16%

121
72
41

R + G + B ~ 30%. #794829 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 72 + 41 = 234 (100%)
R 121 of 234 ~ 51.71%
G 72 of 234 ~ 30.77%
B 41 of 234 ~ 17.52%

%51.71
%30.77
%17.52

CMYK color model

#794829 color CMYK value is (0,40,66,53).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 66.12%
  • key color value is 52.55%
CMYK: (0,40,66,53) C0M40Y66K53 (0%,40%,66%,53%) (0.00/0.40/0.66/0.53)

CMYK percentages

%0
%40.5
%66.12
%52.55

Codes

Color #794829 in popluar color models

794829
RGB1217241
HSL23°49.38%31.76%
HSB/HSV23°66.12%47.45%
CMYK0.00%40.50%66.12%
52.55%

Color #794829 in popluar number systems.

HEX794829
Decimal1217241
Binary11110011001000101001
Octal17111051

Shades and tints

Shades of #794829

#794829
(121,72,41)
#6E4226
(110,66,38)
#633C23
(99,60,35)
#583620
(88,54,32)
#4D301D
(77,48,29)
#422A1A
(66,42,26)
#372417
(55,36,23)
#2C1E14
(44,30,20)
#211811
(33,24,17)
#16120E
(22,18,14)
#0B0C0B
(11,12,11)
#000000
(0,0,0)

Tints of #794829

#794829
(121,72,41)
#85583C
(133,88,60)
#91684F
(145,104,79)
#9D7862
(157,120,98)
#A98875
(169,136,117)
#B59888
(181,152,136)
#C1A89B
(193,168,155)
#CDB8AE
(205,184,174)
#D9C8C1
(217,200,193)
#E5D8D4
(229,216,212)
#F1E8E7
(241,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794829 color. Also use rgb(121,72,41) instead hex code.

Text Font Color

.myTextColor { color: #794829; }

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

This text font color is #794829.


Background Color

.myBgColor { background-color: #794829; }

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

This div background color is #794829.


Border color

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

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

This div border color is #794829.


Opacity

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

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

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

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

This text has shadow with #794829 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #794829 on black background.


Color preview on white background

This text has color #794829 on white background.



Black color preview on #794829 background

This text has black color on #794829 background.


White color preview on #794829 background

This text has white color on #794829 background.