COLOR #793F5D

HEX: #793F5D
RGB: (121,63,93)

Color info

#793F5D contains red, green and blue colors in about the same proportion. Web safe color of #793F5D is #663366 (or #636).

RGB color model

#793F5D color RGB value is (121,63,93).

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

RGB channels and saturation

R 121 of 255 = 47%
G 63 of 255 = 25%
B 93 of 255 = 36%

121
63
93

R + G + B ~ 36%. #793F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
121 + 63 + 93 = 277 (100%)
R 121 of 277 ~ 43.68%
G 63 of 277 ~ 22.74%
B 93 of 277 ~ 33.57%

%43.68
%22.74
%33.57

CMYK color model

#793F5D color CMYK value is (0,48,23,53).

  • cyan value is 0.00%
  • magenta value is 47.93%
  • yellow value is 23.14%
  • key color value is 52.55%
CMYK:
(0,48,23,53)
C0M48Y23K53 
(0%,48%,23%,53%)
(0.00/0.48/0.23/0.53)	

CMYK percentages

%0
%47.93
%23.14
%52.55

Codes

Color #793F5D in popluar color models

793F5D
RGB1216393
HSL329°31.52%36.08%
HSB/HSV329°47.93%47.45%
CMYK0.00%47.93%23.14%
52.55%

Color #793F5D in popluar number systems.

HEX793F5D
Decimal1216393
Binary11110011111111011101
Octal17177135

Shades and tints

Shades of #793F5D

#793F5D
(121,63,93)
#6E3A55
(110,58,85)
#63354D
(99,53,77)
#583045
(88,48,69)
#4D2B3D
(77,43,61)
#422635
(66,38,53)
#37212D
(55,33,45)
#2C1C25
(44,28,37)
#21171D
(33,23,29)
#161215
(22,18,21)
#0B0D0D
(11,13,13)
#000000
(0,0,0)

Tints of #793F5D

#793F5D
(121,63,93)
#85506B
(133,80,107)
#916179
(145,97,121)
#9D7287
(157,114,135)
#A98395
(169,131,149)
#B594A3
(181,148,163)
#C1A5B1
(193,165,177)
#CDB6BF
(205,182,191)
#D9C7CD
(217,199,205)
#E5D8DB
(229,216,219)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #793F5D; }

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

This text font color is #793F5D.


Background Color

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

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

This div background color is #793F5D.


Border color

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

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

This div border color is #793F5D.


Opacity

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

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

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

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

This text has shadow with #793F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793F5D on black background.


Color preview on white background

This text has color #793F5D on white background.



Black color preview on #793F5D background

This text has black color on #793F5D background.


White color preview on #793F5D background

This text has white color on #793F5D background.