COLOR #793F57

HEX: #793F57
RGB: (121,63,87)

Color info

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

RGB color model

#793F57 color RGB value is (121,63,87).

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

RGB channels and saturation

R 121 of 255 = 47%
G 63 of 255 = 25%
B 87 of 255 = 34%

121
63
87

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

Portions of RGB colors in percentages

R + G + B =
121 + 63 + 87 = 271 (100%)
R 121 of 271 ~ 44.65%
G 63 of 271 ~ 23.25%
B 87 of 271 ~ 32.1%

%44.65
%23.25
%32.1

CMYK color model

#793F57 color CMYK value is (0,48,28,53).

  • cyan value is 0.00%
  • magenta value is 47.93%
  • yellow value is 28.10%
  • key color value is 52.55%
CMYK:
(0,48,28,53)
C0M48Y28K53 
(0%,48%,28%,53%)
(0.00/0.48/0.28/0.53)	

CMYK percentages

%0
%47.93
%28.1
%52.55

Codes

Color #793F57 in popluar color models

793F57
RGB1216387
HSL335°31.52%36.08%
HSB/HSV335°47.93%47.45%
CMYK0.00%47.93%28.10%
52.55%

Color #793F57 in popluar number systems.

HEX793F57
Decimal1216387
Binary11110011111111010111
Octal17177127

Shades and tints

Shades of #793F57

#793F57
(121,63,87)
#6E3A50
(110,58,80)
#633549
(99,53,73)
#583042
(88,48,66)
#4D2B3B
(77,43,59)
#422634
(66,38,52)
#37212D
(55,33,45)
#2C1C26
(44,28,38)
#21171F
(33,23,31)
#161218
(22,18,24)
#0B0D11
(11,13,17)
#000000
(0,0,0)

Tints of #793F57

#793F57
(121,63,87)
#855066
(133,80,102)
#916175
(145,97,117)
#9D7284
(157,114,132)
#A98393
(169,131,147)
#B594A2
(181,148,162)
#C1A5B1
(193,165,177)
#CDB6C0
(205,182,192)
#D9C7CF
(217,199,207)
#E5D8DE
(229,216,222)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #793F57; }

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

This text font color is #793F57.


Background Color

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

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

This div background color is #793F57.


Border color

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

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

This div border color is #793F57.


Opacity

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

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

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

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

This text has shadow with #793F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #793F57 on black background.


Color preview on white background

This text has color #793F57 on white background.



Black color preview on #793F57 background

This text has black color on #793F57 background.


White color preview on #793F57 background

This text has white color on #793F57 background.