COLOR #753B59

HEX: #753B59 RGB: (117,59,89)

Color info

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

RGB color model

#753B59 color RGB value is (117,59,89).

RGB: (117,59,89) (46%, 23%, 35%)

RGB channels and saturation

R 117 of 255 = 46%
G 59 of 255 = 23%
B 89 of 255 = 35%

117
59
89

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

Portions of RGB colors in percentages

R + G + B = 117 + 59 + 89 = 265 (100%)
R 117 of 265 ~ 44.15%
G 59 of 265 ~ 22.26%
B 89 of 265 ~ 33.58'%

%44.15
%22.26
%33.58

CMYK color model

#753B59 color CMYK value is (0,50,24,54).

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

CMYK: (0,50,24,54)
C0M50Y24K54 (0%, 50%, 24%, 54%)
(0.00 / 0.50 / 0.24 / 0.54)

CMYK percentages

%0
%49.57
%23.93
%54.12

Codes

Color #753B59 in popluar color models

75 3B 59
RGB 117 59 89
HSL 329° 32.95% 34.51%
HSB/HSV 329° 49.57% 45.88%
CMYK 0.00% 49.57% 23.93%
54.12%

Color #753B59 in popluar number systems.

HEX 75 3B 59
Decimal 117 59 89
Binary 1110101 111011 1011001
Octal 165 73 131

Shades and tints

Shades of #753B59

#753B59
(117,59,89)
#6B3651
(107,54,81)
#613149
(97,49,73)
#572C41
(87,44,65)
#4D2739
(77,39,57)
#432231
(67,34,49)
#391D29
(57,29,41)
#2F1821
(47,24,33)
#251319
(37,19,25)
#1B0E11
(27,14,17)
#110909
(17,9,9)
#000000
(0,0,0)

Tints of #753B59

#753B59
(117,59,89)
#814C68
(129,76,104)
#8D5D77
(141,93,119)
#996E86
(153,110,134)
#A57F95
(165,127,149)
#B190A4
(177,144,164)
#BDA1B3
(189,161,179)
#C9B2C2
(201,178,194)
#D5C3D1
(213,195,209)
#E1D4E0
(225,212,224)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753B59; }

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

This text font color is #753B59.

Background Color

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

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

This div background color is #753B59.

Border color

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

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

This div border color is #753B59.

Opacity

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

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

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

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

This text has shadow with #753B59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #753B59.

Preview

Color preview on black background

This text has color #753B59 on black background.


Color preview on white background

This text has color #753B59 on white background.


Black color preview on #753B59 background

This text has black color on #753B59 background.


White color preview on #753B59 background

This text has white color on #753B59 background.


Related colors

Complementary color

Complementary color for #hex is #8AC4A6.


I love getcolorcode.com

Triadic colors

1 #59753B and #3B5975 with #753B59 are triadic colors.

2 #593B75 and #3B7559 with #753B59 are triadic colors.