COLOR #793B5D

HEX: #793B5D
RGB: (121,59,93)

Color info

#793B5D contains mainly red and blue colors. Web safe color of #793B5D is #663366 (or #636).

RGB color model

#793B5D color RGB value is (121,59,93).

  • red value is 121;
  • green value is 59;
  • blue value is 93.
RGB:
(121,59,93)
(47%,23%,36%)

RGB channels and saturation

R 121 of 255 = 47%
G 59 of 255 = 23%
B 93 of 255 = 36%

121
59
93

R + G + B ~ 35%. #793B5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 59 + 93 = 273 (100%)
R 121 of 273 ~ 44.32%
G 59 of 273 ~ 21.61%
B 93 of 273 ~ 34.07%

%44.32
%21.61
%34.07

CMYK color model

#793B5D color CMYK value is (0,51,23,53).

  • cyan value is 0.00%
  • magenta value is 51.24%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(0,51,23,53)
C0M51Y23K53 
(0%,51%,23%,53%)
(0.00/0.51/0.23/0.53)	

CMYK percentages

%0
%51.24
%23.14
%52.55

Codes

Color #793B5D in popluar color models

793B5D
RGB1215993
HSL327°34.44%35.29%
HSB/HSV327°51.24%47.45%
CMYK0.00%51.24%23.14%
52.55%

Color #793B5D in popluar number systems.

HEX793B5D
Decimal1215993
Binary11110011110111011101
Octal17173135

Shades and tints

Shades of #793B5D

#793B5D
(121,59,93)
#6E3655
(110,54,85)
#63314D
(99,49,77)
#582C45
(88,44,69)
#4D273D
(77,39,61)
#422235
(66,34,53)
#371D2D
(55,29,45)
#2C1825
(44,24,37)
#21131D
(33,19,29)
#160E15
(22,14,21)
#0B090D
(11,9,13)
#000000
(0,0,0)

Tints of #793B5D

#793B5D
(121,59,93)
#854C6B
(133,76,107)
#915D79
(145,93,121)
#9D6E87
(157,110,135)
#A97F95
(169,127,149)
#B590A3
(181,144,163)
#C1A1B1
(193,161,177)
#CDB2BF
(205,178,191)
#D9C3CD
(217,195,205)
#E5D4DB
(229,212,219)
#F1E5E9
(241,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #793B5D color. Also use rgb(121,59,93) instead hex code.

Text Font Color

.myTextColor { color: #793B5D; }

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

This text font color is #793B5D.


Background Color

.myBgColor { background-color: #793B5D; }

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

This div background color is #793B5D.


Border color

.myBorderColor { border: 1px solid #793B5D; }

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

This div border color is #793B5D.


Opacity

.myOpacity80 { color: #793B5D; opacity: 0.8; }

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

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

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

This text has shadow with #793B5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793B5D on black background.


Color preview on white background

This text has color #793B5D on white background.



Black color preview on #793B5D background

This text has black color on #793B5D background.


White color preview on #793B5D background

This text has white color on #793B5D background.