COLOR #793940

HEX: #793940
RGB: (121,57,64)

Color info

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

RGB color model

#793940 color RGB value is (121,57,64).

  • red value is 121;
  • green value is 57;
  • blue value is 64.
RGB:
(121,57,64)
(47%,22%,25%)

RGB channels and saturation

R 121 of 255 = 47%
G 57 of 255 = 22%
B 64 of 255 = 25%

121
57
64

R + G + B ~ 31%. #793940 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 57 + 64 = 242 (100%)
R 121 of 242 ~ 50%
G 57 of 242 ~ 23.55%
B 64 of 242 ~ 26.45%

%50
%23.55
%26.45

CMYK color model

#793940 color CMYK value is (0,53,47,53).

  • cyan value is 0.00%
  • magenta value is 52.89%
  • yellow value is 47.11%
  • key color value is 52.55%
CMYK:
(0,53,47,53)
C0M53Y47K53 
(0%,53%,47%,53%)
(0.00/0.53/0.47/0.53)	

CMYK percentages

%0
%52.89
%47.11
%52.55

Codes

Color #793940 in popluar color models

793940
RGB1215764
HSL353°35.96%34.90%
HSB/HSV353°52.89%47.45%
CMYK0.00%52.89%47.11%
52.55%

Color #793940 in popluar number systems.

HEX793940
Decimal1215764
Binary11110011110011000000
Octal17171100

Shades and tints

Shades of #793940

#793940
(121,57,64)
#6E343B
(110,52,59)
#632F36
(99,47,54)
#582A31
(88,42,49)
#4D252C
(77,37,44)
#422027
(66,32,39)
#371B22
(55,27,34)
#2C161D
(44,22,29)
#211118
(33,17,24)
#160C13
(22,12,19)
#0B070E
(11,7,14)
#000000
(0,0,0)

Tints of #793940

#793940
(121,57,64)
#854B51
(133,75,81)
#915D62
(145,93,98)
#9D6F73
(157,111,115)
#A98184
(169,129,132)
#B59395
(181,147,149)
#C1A5A6
(193,165,166)
#CDB7B7
(205,183,183)
#D9C9C8
(217,201,200)
#E5DBD9
(229,219,217)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #793940 color. Also use rgb(121,57,64) instead hex code.

Text Font Color

.myTextColor { color: #793940; }

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

This text font color is #793940.


Background Color

.myBgColor { background-color: #793940; }

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

This div background color is #793940.


Border color

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

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

This div border color is #793940.


Opacity

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

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

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

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

This text has shadow with #793940 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793940 on black background.


Color preview on white background

This text has color #793940 on white background.



Black color preview on #793940 background

This text has black color on #793940 background.


White color preview on #793940 background

This text has white color on #793940 background.