COLOR #793428

HEX: #793428
RGB: (121,52,40)

Color info

#793428 contains mainly red color. Web safe color of #793428 is #663333 (or #633).

RGB color model

#793428 color RGB value is (121,52,40).

  • red value is 121;
  • green value is 52;
  • blue value is 40.
RGB:
(121,52,40)
(47%,20%,16%)

RGB channels and saturation

R 121 of 255 = 47%
G 52 of 255 = 20%
B 40 of 255 = 16%

121
52
40

R + G + B ~ 28%. #793428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 52 + 40 = 213 (100%)
R 121 of 213 ~ 56.81%
G 52 of 213 ~ 24.41%
B 40 of 213 ~ 18.78%

%56.81
%24.41
%18.78

CMYK color model

#793428 color CMYK value is (0,57,67,53).

  • cyan value is 0.00%
  • magenta value is 57.02%
  • yellow value is 66.94%
  • key color value is 52.55%
CMYK:
(0,57,67,53)
C0M57Y67K53 
(0%,57%,67%,53%)
(0.00/0.57/0.67/0.53)	

CMYK percentages

%0
%57.02
%66.94
%52.55

Codes

Color #793428 in popluar color models

793428
RGB1215240
HSL50.31%31.57%
HSB/HSV66.94%47.45%
CMYK0.00%57.02%66.94%
52.55%

Color #793428 in popluar number systems.

HEX793428
Decimal1215240
Binary1111001110100101000
Octal1716450

Shades and tints

Shades of #793428

#793428
(121,52,40)
#6E3025
(110,48,37)
#632C22
(99,44,34)
#58281F
(88,40,31)
#4D241C
(77,36,28)
#422019
(66,32,25)
#371C16
(55,28,22)
#2C1813
(44,24,19)
#211410
(33,20,16)
#16100D
(22,16,13)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #793428

#793428
(121,52,40)
#85463B
(133,70,59)
#91584E
(145,88,78)
#9D6A61
(157,106,97)
#A97C74
(169,124,116)
#B58E87
(181,142,135)
#C1A09A
(193,160,154)
#CDB2AD
(205,178,173)
#D9C4C0
(217,196,192)
#E5D6D3
(229,214,211)
#F1E8E6
(241,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #793428 color. Also use rgb(121,52,40) instead hex code.

Text Font Color

.myTextColor { color: #793428; }

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

This text font color is #793428.


Background Color

.myBgColor { background-color: #793428; }

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

This div background color is #793428.


Border color

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

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

This div border color is #793428.


Opacity

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

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

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

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

This text has shadow with #793428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793428 on black background.


Color preview on white background

This text has color #793428 on white background.



Black color preview on #793428 background

This text has black color on #793428 background.


White color preview on #793428 background

This text has white color on #793428 background.