COLOR #794348

HEX: #794348
RGB: (121,67,72)

Color info

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

RGB color model

#794348 color RGB value is (121,67,72).

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

RGB channels and saturation

R 121 of 255 = 47%
G 67 of 255 = 26%
B 72 of 255 = 28%

121
67
72

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

Portions of RGB colors in percentages

R + G + B =
121 + 67 + 72 = 260 (100%)
R 121 of 260 ~ 46.54%
G 67 of 260 ~ 25.77%
B 72 of 260 ~ 27.69%

%46.54
%25.77
%27.69

CMYK color model

#794348 color CMYK value is (0,45,40,53).

  • cyan value is 0.00%
  • magenta value is 44.63%
  • yellow value is 40.50%
  • key color value is 52.55%
CMYK:
(0,45,40,53)
C0M45Y40K53 
(0%,45%,40%,53%)
(0.00/0.45/0.40/0.53)	

CMYK percentages

%0
%44.63
%40.5
%52.55

Codes

Color #794348 in popluar color models

794348
RGB1216772
HSL354°28.72%36.86%
HSB/HSV354°44.63%47.45%
CMYK0.00%44.63%40.50%
52.55%

Color #794348 in popluar number systems.

HEX794348
Decimal1216772
Binary111100110000111001000
Octal171103110

Shades and tints

Shades of #794348

#794348
(121,67,72)
#6E3D42
(110,61,66)
#63373C
(99,55,60)
#583136
(88,49,54)
#4D2B30
(77,43,48)
#42252A
(66,37,42)
#371F24
(55,31,36)
#2C191E
(44,25,30)
#211318
(33,19,24)
#160D12
(22,13,18)
#0B070C
(11,7,12)
#000000
(0,0,0)

Tints of #794348

#794348
(121,67,72)
#855458
(133,84,88)
#916568
(145,101,104)
#9D7678
(157,118,120)
#A98788
(169,135,136)
#B59898
(181,152,152)
#C1A9A8
(193,169,168)
#CDBAB8
(205,186,184)
#D9CBC8
(217,203,200)
#E5DCD8
(229,220,216)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #794348; }

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

This text font color is #794348.


Background Color

.myBgColor { background-color: #794348; }

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

This div background color is #794348.


Border color

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

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

This div border color is #794348.


Opacity

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

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

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

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

This text has shadow with #794348 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #794348 on black background.


Color preview on white background

This text has color #794348 on white background.



Black color preview on #794348 background

This text has black color on #794348 background.


White color preview on #794348 background

This text has white color on #794348 background.