COLOR #753B54

HEX: #753B54
RGB: (117,59,84)

Color info

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

RGB color model

#753B54 color RGB value is (117,59,84).

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

RGB channels and saturation

R 117 of 255 = 46%
G 59 of 255 = 23%
B 84 of 255 = 33%

117
59
84

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

Portions of RGB colors in percentages

R + G + B =
117 + 59 + 84 = 260 (100%)
R 117 of 260 ~ 45%
G 59 of 260 ~ 22.69%
B 84 of 260 ~ 32.31%

%45
%22.69
%32.31

CMYK color model

#753B54 color CMYK value is (0,50,28,54).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 28.21%
  • key color value is 54.12%
CMYK:
(0,50,28,54)
C0M50Y28K54 
(0%,50%,28%,54%)
(0.00/0.50/0.28/0.54)	

CMYK percentages

%0
%49.57
%28.21
%54.12

Codes

Color #753B54 in popluar color models

753B54
RGB1175984
HSL334°32.95%34.51%
HSB/HSV334°49.57%45.88%
CMYK0.00%49.57%28.21%
54.12%

Color #753B54 in popluar number systems.

HEX753B54
Decimal1175984
Binary11101011110111010100
Octal16573124

Shades and tints

Shades of #753B54

#753B54
(117,59,84)
#6B364D
(107,54,77)
#613146
(97,49,70)
#572C3F
(87,44,63)
#4D2738
(77,39,56)
#432231
(67,34,49)
#391D2A
(57,29,42)
#2F1823
(47,24,35)
#25131C
(37,19,28)
#1B0E15
(27,14,21)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #753B54

#753B54
(117,59,84)
#814C63
(129,76,99)
#8D5D72
(141,93,114)
#996E81
(153,110,129)
#A57F90
(165,127,144)
#B1909F
(177,144,159)
#BDA1AE
(189,161,174)
#C9B2BD
(201,178,189)
#D5C3CC
(213,195,204)
#E1D4DB
(225,212,219)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753B54; }

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

This text font color is #753B54.


Background Color

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

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

This div background color is #753B54.


Border color

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

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

This div border color is #753B54.


Opacity

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

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

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

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

This text has shadow with #753B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753B54 on black background.


Color preview on white background

This text has color #753B54 on white background.



Black color preview on #753B54 background

This text has black color on #753B54 background.


White color preview on #753B54 background

This text has white color on #753B54 background.