COLOR #753157

HEX: #753157
RGB: (117,49,87)

Color info

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

RGB color model

#753157 color RGB value is (117,49,87).

  • red value is 117;
  • green value is 49;
  • blue value is 87.
RGB:
(117,49,87)
(46%,19%,34%)

RGB channels and saturation

R 117 of 255 = 46%
G 49 of 255 = 19%
B 87 of 255 = 34%

117
49
87

R + G + B ~ 33%. #753157 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 49 + 87 = 253 (100%)
R 117 of 253 ~ 46.25%
G 49 of 253 ~ 19.37%
B 87 of 253 ~ 34.39%

%46.25
%19.37
%34.39

CMYK color model

#753157 color CMYK value is (0,58,26,54).

  • cyan value is 0.00%
  • magenta value is 58.12%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(0,58,26,54)
C0M58Y26K54 
(0%,58%,26%,54%)
(0.00/0.58/0.26/0.54)	

CMYK percentages

%0
%58.12
%25.64
%54.12

Codes

Color #753157 in popluar color models

753157
RGB1174987
HSL326°40.96%32.55%
HSB/HSV326°58.12%45.88%
CMYK0.00%58.12%25.64%
54.12%

Color #753157 in popluar number systems.

HEX753157
Decimal1174987
Binary11101011100011010111
Octal16561127

Shades and tints

Shades of #753157

#753157
(117,49,87)
#6B2D50
(107,45,80)
#612949
(97,41,73)
#572542
(87,37,66)
#4D213B
(77,33,59)
#431D34
(67,29,52)
#39192D
(57,25,45)
#2F1526
(47,21,38)
#25111F
(37,17,31)
#1B0D18
(27,13,24)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #753157

#753157
(117,49,87)
#814366
(129,67,102)
#8D5575
(141,85,117)
#996784
(153,103,132)
#A57993
(165,121,147)
#B18BA2
(177,139,162)
#BD9DB1
(189,157,177)
#C9AFC0
(201,175,192)
#D5C1CF
(213,193,207)
#E1D3DE
(225,211,222)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753157 color. Also use rgb(117,49,87) instead hex code.

Text Font Color

.myTextColor { color: #753157; }

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

This text font color is #753157.


Background Color

.myBgColor { background-color: #753157; }

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

This div background color is #753157.


Border color

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

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

This div border color is #753157.


Opacity

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

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

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

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

This text has shadow with #753157 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753157 on black background.


Color preview on white background

This text has color #753157 on white background.



Black color preview on #753157 background

This text has black color on #753157 background.


White color preview on #753157 background

This text has white color on #753157 background.