COLOR #753B57

HEX: #753B57
RGB: (117,59,87)

Color info

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

RGB color model

#753B57 color RGB value is (117,59,87).

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

RGB channels and saturation

R 117 of 255 = 46%
G 59 of 255 = 23%
B 87 of 255 = 34%

117
59
87

R + G + B ~ 34%. #753B57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 59 + 87 = 263 (100%)
R 117 of 263 ~ 44.49%
G 59 of 263 ~ 22.43%
B 87 of 263 ~ 33.08%

%44.49
%22.43
%33.08

CMYK color model

#753B57 color CMYK value is (0,50,26,54).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(0,50,26,54)
C0M50Y26K54 
(0%,50%,26%,54%)
(0.00/0.50/0.26/0.54)	

CMYK percentages

%0
%49.57
%25.64
%54.12

Codes

Color #753B57 in popluar color models

753B57
RGB1175987
HSL331°32.95%34.51%
HSB/HSV331°49.57%45.88%
CMYK0.00%49.57%25.64%
54.12%

Color #753B57 in popluar number systems.

HEX753B57
Decimal1175987
Binary11101011110111010111
Octal16573127

Shades and tints

Shades of #753B57

#753B57
(117,59,87)
#6B3650
(107,54,80)
#613149
(97,49,73)
#572C42
(87,44,66)
#4D273B
(77,39,59)
#432234
(67,34,52)
#391D2D
(57,29,45)
#2F1826
(47,24,38)
#25131F
(37,19,31)
#1B0E18
(27,14,24)
#110911
(17,9,17)
#000000
(0,0,0)

Tints of #753B57

#753B57
(117,59,87)
#814C66
(129,76,102)
#8D5D75
(141,93,117)
#996E84
(153,110,132)
#A57F93
(165,127,147)
#B190A2
(177,144,162)
#BDA1B1
(189,161,177)
#C9B2C0
(201,178,192)
#D5C3CF
(213,195,207)
#E1D4DE
(225,212,222)
#EDE5ED
(237,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753B57; }

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

This text font color is #753B57.


Background Color

.myBgColor { background-color: #753B57; }

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

This div background color is #753B57.


Border color

.myBorderColor { border: 1px solid #753B57; }

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

This div border color is #753B57.


Opacity

.myOpacity80 { color: #753B57; opacity: 0.8; }

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

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

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

This text has shadow with #753B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753B57 on black background.


Color preview on white background

This text has color #753B57 on white background.



Black color preview on #753B57 background

This text has black color on #753B57 background.


White color preview on #753B57 background

This text has white color on #753B57 background.