COLOR #753B5E

HEX: #753B5E RGB: (117,59,94)

Color info

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

RGB color model

#753B5E color RGB value is (117,59,94).

RGB: (117,59,94) (46%, 23%, 37%)

RGB channels and saturation

R 117 of 255 = 46%
G 59 of 255 = 23%
B 94 of 255 = 37%

117
59
94

R + G + B ~ 35%. #753B5E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 59 + 94 = 270 (100%)
R 117 of 270 ~ 43.33%
G 59 of 270 ~ 21.85%
B 94 of 270 ~ 34.81'%

%43.33
%21.85
%34.81

CMYK color model

#753B5E color CMYK value is (0,50,20,54).

  • cyan value is 0.00%
  • magenta value is 49.57%
  • yellow value is 19.66%
  • key color value is 54.12%

CMYK: (0,50,20,54)
C0M50Y20K54 (0%, 50%, 20%, 54%)
(0.00 / 0.50 / 0.20 / 0.54)

CMYK percentages

%0
%49.57
%19.66
%54.12

Codes

Color #753B5E in popluar color models

75 3B 5E
RGB 117 59 94
HSL 324° 32.95% 34.51%
HSB/HSV 324° 49.57% 45.88%
CMYK 0.00% 49.57% 19.66%
54.12%

Color #753B5E in popluar number systems.

HEX 75 3B 5E
Decimal 117 59 94
Binary 1110101 111011 1011110
Octal 165 73 136

Shades and tints

Shades of #753B5E

#753B5E
(117,59,94)
#6B3656
(107,54,86)
#61314E
(97,49,78)
#572C46
(87,44,70)
#4D273E
(77,39,62)
#432236
(67,34,54)
#391D2E
(57,29,46)
#2F1826
(47,24,38)
#25131E
(37,19,30)
#1B0E16
(27,14,22)
#11090E
(17,9,14)
#000000
(0,0,0)

Tints of #753B5E

#753B5E
(117,59,94)
#814C6C
(129,76,108)
#8D5D7A
(141,93,122)
#996E88
(153,110,136)
#A57F96
(165,127,150)
#B190A4
(177,144,164)
#BDA1B2
(189,161,178)
#C9B2C0
(201,178,192)
#D5C3CE
(213,195,206)
#E1D4DC
(225,212,220)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753B5E; }

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

This text font color is #753B5E.

Background Color

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

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

This div background color is #753B5E.

Border color

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

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

This div border color is #753B5E.

Opacity

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

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

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

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

This text has shadow with #753B5E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #753B5E.

Preview

Color preview on black background

This text has color #753B5E on black background.


Color preview on white background

This text has color #753B5E on white background.


Black color preview on #753B5E background

This text has black color on #753B5E background.


White color preview on #753B5E background

This text has white color on #753B5E background.


Related colors

Complementary color

Complementary color for #hex is #8AC4A1.


I love getcolorcode.com

Triadic colors

1 #5E753B and #3B5E75 with #753B5E are triadic colors.

2 #5E3B75 and #3B755E with #753B5E are triadic colors.