COLOR #793D60

HEX: #793D60
RGB: (121,61,96)

Color info

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

RGB color model

#793D60 color RGB value is (121,61,96).

  • red value is 121;
  • green value is 61;
  • blue value is 96.
RGB:
(121,61,96)
(47%,24%,38%)

RGB channels and saturation

R 121 of 255 = 47%
G 61 of 255 = 24%
B 96 of 255 = 38%

121
61
96

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

Portions of RGB colors in percentages

R + G + B =
121 + 61 + 96 = 278 (100%)
R 121 of 278 ~ 43.53%
G 61 of 278 ~ 21.94%
B 96 of 278 ~ 34.53%

%43.53
%21.94
%34.53

CMYK color model

#793D60 color CMYK value is (0,50,21,53).

  • cyan value is 0.00%
  • magenta value is 49.59%
  • yellow value is 20.66%
  • key color value is 52.55%
CMYK:
(0,50,21,53)
C0M50Y21K53 
(0%,50%,21%,53%)
(0.00/0.50/0.21/0.53)	

CMYK percentages

%0
%49.59
%20.66
%52.55

Codes

Color #793D60 in popluar color models

793D60
RGB1216196
HSL325°32.97%35.69%
HSB/HSV325°49.59%47.45%
CMYK0.00%49.59%20.66%
52.55%

Color #793D60 in popluar number systems.

HEX793D60
Decimal1216196
Binary11110011111011100000
Octal17175140

Shades and tints

Shades of #793D60

#793D60
(121,61,96)
#6E3858
(110,56,88)
#633350
(99,51,80)
#582E48
(88,46,72)
#4D2940
(77,41,64)
#422438
(66,36,56)
#371F30
(55,31,48)
#2C1A28
(44,26,40)
#211520
(33,21,32)
#161018
(22,16,24)
#0B0B10
(11,11,16)
#000000
(0,0,0)

Tints of #793D60

#793D60
(121,61,96)
#854E6E
(133,78,110)
#915F7C
(145,95,124)
#9D708A
(157,112,138)
#A98198
(169,129,152)
#B592A6
(181,146,166)
#C1A3B4
(193,163,180)
#CDB4C2
(205,180,194)
#D9C5D0
(217,197,208)
#E5D6DE
(229,214,222)
#F1E7EC
(241,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #793D60 color. Also use rgb(121,61,96) instead hex code.

Text Font Color

.myTextColor { color: #793D60; }

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

This text font color is #793D60.


Background Color

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

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

This div background color is #793D60.


Border color

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

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

This div border color is #793D60.


Opacity

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

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

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

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

This text has shadow with #793D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793D60 on black background.


Color preview on white background

This text has color #793D60 on white background.



Black color preview on #793D60 background

This text has black color on #793D60 background.


White color preview on #793D60 background

This text has white color on #793D60 background.