COLOR #794647

HEX: #794647
RGB: (121,70,71)

Color info

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

RGB color model

#794647 color RGB value is (121,70,71).

  • red value is 121;
  • green value is 70;
  • blue value is 71.
RGB:
(121,70,71)
(47%,27%,28%)

RGB channels and saturation

R 121 of 255 = 47%
G 70 of 255 = 27%
B 71 of 255 = 28%

121
70
71

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

Portions of RGB colors in percentages

R + G + B =
121 + 70 + 71 = 262 (100%)
R 121 of 262 ~ 46.18%
G 70 of 262 ~ 26.72%
B 71 of 262 ~ 27.1%

%46.18
%26.72
%27.1

CMYK color model

#794647 color CMYK value is (0,42,41,53).

  • cyan value is 0.00%
  • magenta value is 42.15%
  • yellow value is 41.32%
  • key color value is 52.55%
CMYK:
(0,42,41,53)
C0M42Y41K53 
(0%,42%,41%,53%)
(0.00/0.42/0.41/0.53)	

CMYK percentages

%0
%42.15
%41.32
%52.55

Codes

Color #794647 in popluar color models

794647
RGB1217071
HSL359°26.70%37.45%
HSB/HSV359°42.15%47.45%
CMYK0.00%42.15%41.32%
52.55%

Color #794647 in popluar number systems.

HEX794647
Decimal1217071
Binary111100110001101000111
Octal171106107

Shades and tints

Shades of #794647

#794647
(121,70,71)
#6E4041
(110,64,65)
#633A3B
(99,58,59)
#583435
(88,52,53)
#4D2E2F
(77,46,47)
#422829
(66,40,41)
#372223
(55,34,35)
#2C1C1D
(44,28,29)
#211617
(33,22,23)
#161011
(22,16,17)
#0B0A0B
(11,10,11)
#000000
(0,0,0)

Tints of #794647

#794647
(121,70,71)
#855657
(133,86,87)
#916667
(145,102,103)
#9D7677
(157,118,119)
#A98687
(169,134,135)
#B59697
(181,150,151)
#C1A6A7
(193,166,167)
#CDB6B7
(205,182,183)
#D9C6C7
(217,198,199)
#E5D6D7
(229,214,215)
#F1E6E7
(241,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #794647 color. Also use rgb(121,70,71) instead hex code.

Text Font Color

.myTextColor { color: #794647; }

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

This text font color is #794647.


Background Color

.myBgColor { background-color: #794647; }

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

This div background color is #794647.


Border color

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

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

This div border color is #794647.


Opacity

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

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

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

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

This text has shadow with #794647 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794647 on black background.


Color preview on white background

This text has color #794647 on white background.



Black color preview on #794647 background

This text has black color on #794647 background.


White color preview on #794647 background

This text has white color on #794647 background.