COLOR #753B6E

HEX: #753B6E
RGB: (117,59,110)

Color info

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

RGB color model

#753B6E color RGB value is (117,59,110).

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

RGB channels and saturation

R 117 of 255 = 46%
G 59 of 255 = 23%
B 110 of 255 = 43%

117
59
110

R + G + B ~ 37%. #753B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 59 + 110 = 286 (100%)
R 117 of 286 ~ 40.91%
G 59 of 286 ~ 20.63%
B 110 of 286 ~ 38.46%

%40.91
%20.63
%38.46

CMYK color model

#753B6E color CMYK value is (0,50,6,54).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 5.98%
  • key color value is 54.12%
CMYK:
(0,50,6,54)
C0M50Y6K54 
(0%,50%,6%,54%)
(0.00/0.50/0.06/0.54)	

CMYK percentages

%0
%49.57
%5.98
%54.12

Codes

Color #753B6E in popluar color models

753B6E
RGB11759110
HSL307°32.95%34.51%
HSB/HSV307°49.57%45.88%
CMYK0.00%49.57%5.98%
54.12%

Color #753B6E in popluar number systems.

HEX753B6E
Decimal11759110
Binary11101011110111101110
Octal16573156

Shades and tints

Shades of #753B6E

#753B6E
(117,59,110)
#6B3664
(107,54,100)
#61315A
(97,49,90)
#572C50
(87,44,80)
#4D2746
(77,39,70)
#43223C
(67,34,60)
#391D32
(57,29,50)
#2F1828
(47,24,40)
#25131E
(37,19,30)
#1B0E14
(27,14,20)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #753B6E

#753B6E
(117,59,110)
#814C7B
(129,76,123)
#8D5D88
(141,93,136)
#996E95
(153,110,149)
#A57FA2
(165,127,162)
#B190AF
(177,144,175)
#BDA1BC
(189,161,188)
#C9B2C9
(201,178,201)
#D5C3D6
(213,195,214)
#E1D4E3
(225,212,227)
#EDE5F0
(237,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753B6E; }

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

This text font color is #753B6E.


Background Color

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

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

This div background color is #753B6E.


Border color

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

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

This div border color is #753B6E.


Opacity

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

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

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

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

This text has shadow with #753B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753B6E on black background.


Color preview on white background

This text has color #753B6E on white background.



Black color preview on #753B6E background

This text has black color on #753B6E background.


White color preview on #753B6E background

This text has white color on #753B6E background.