COLOR #753A4F

HEX: #753A4F
RGB: (117,58,79)

Color info

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

RGB color model

#753A4F color RGB value is (117,58,79).

  • red value is 117;
  • green value is 58;
  • blue value is 79.
RGB:
(117,58,79)
(46%,23%,31%)

RGB channels and saturation

R 117 of 255 = 46%
G 58 of 255 = 23%
B 79 of 255 = 31%

117
58
79

R + G + B ~ 33%. #753A4F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 58 + 79 = 254 (100%)
R 117 of 254 ~ 46.06%
G 58 of 254 ~ 22.83%
B 79 of 254 ~ 31.1%

%46.06
%22.83
%31.1

CMYK color model

#753A4F color CMYK value is (0,50,32,54).

  • cyan value is 0.00%
  • magenta value is 50.43%
  • yellow value is 32.48%
  • key color value is 54.12%
CMYK:
(0,50,32,54)
C0M50Y32K54 
(0%,50%,32%,54%)
(0.00/0.50/0.32/0.54)	

CMYK percentages

%0
%50.43
%32.48
%54.12

Codes

Color #753A4F in popluar color models

753A4F
RGB1175879
HSL339°33.71%34.31%
HSB/HSV339°50.43%45.88%
CMYK0.00%50.43%32.48%
54.12%

Color #753A4F in popluar number systems.

HEX753A4F
Decimal1175879
Binary11101011110101001111
Octal16572117

Shades and tints

Shades of #753A4F

#753A4F
(117,58,79)
#6B3548
(107,53,72)
#613041
(97,48,65)
#572B3A
(87,43,58)
#4D2633
(77,38,51)
#43212C
(67,33,44)
#391C25
(57,28,37)
#2F171E
(47,23,30)
#251217
(37,18,23)
#1B0D10
(27,13,16)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #753A4F

#753A4F
(117,58,79)
#814B5F
(129,75,95)
#8D5C6F
(141,92,111)
#996D7F
(153,109,127)
#A57E8F
(165,126,143)
#B18F9F
(177,143,159)
#BDA0AF
(189,160,175)
#C9B1BF
(201,177,191)
#D5C2CF
(213,194,207)
#E1D3DF
(225,211,223)
#EDE4EF
(237,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753A4F color. Also use rgb(117,58,79) instead hex code.

Text Font Color

.myTextColor { color: #753A4F; }

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

This text font color is #753A4F.


Background Color

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

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

This div background color is #753A4F.


Border color

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

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

This div border color is #753A4F.


Opacity

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

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

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

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

This text has shadow with #753A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753A4F on black background.


Color preview on white background

This text has color #753A4F on white background.



Black color preview on #753A4F background

This text has black color on #753A4F background.


White color preview on #753A4F background

This text has white color on #753A4F background.