COLOR #752F57

HEX: #752F57
RGB: (117,47,87)

Color info

#752F57 contains mainly red and blue colors. Web safe color of #752F57 is #663366 (or #636).

RGB color model

#752F57 color RGB value is (117,47,87).

  • red value is 117;
  • green value is 47;
  • blue value is 87.
RGB:
(117,47,87)
(46%,18%,34%)

RGB channels and saturation

R 117 of 255 = 46%
G 47 of 255 = 18%
B 87 of 255 = 34%

117
47
87

R + G + B ~ 33%. #752F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 47 + 87 = 251 (100%)
R 117 of 251 ~ 46.61%
G 47 of 251 ~ 18.73%
B 87 of 251 ~ 34.66%

%46.61
%18.73
%34.66

CMYK color model

#752F57 color CMYK value is (0,60,26,54).

  • cyan value is 0.00%
  • magenta value is 59.83%
  • yellow value is 25.64%
  • key color value is 54.12%
CMYK:
(0,60,26,54)
C0M60Y26K54 
(0%,60%,26%,54%)
(0.00/0.60/0.26/0.54)	

CMYK percentages

%0
%59.83
%25.64
%54.12

Codes

Color #752F57 in popluar color models

752F57
RGB1174787
HSL326°42.68%32.16%
HSB/HSV326°59.83%45.88%
CMYK0.00%59.83%25.64%
54.12%

Color #752F57 in popluar number systems.

HEX752F57
Decimal1174787
Binary11101011011111010111
Octal16557127

Shades and tints

Shades of #752F57

#752F57
(117,47,87)
#6B2B50
(107,43,80)
#612749
(97,39,73)
#572342
(87,35,66)
#4D1F3B
(77,31,59)
#431B34
(67,27,52)
#39172D
(57,23,45)
#2F1326
(47,19,38)
#250F1F
(37,15,31)
#1B0B18
(27,11,24)
#110711
(17,7,17)
#000000
(0,0,0)

Tints of #752F57

#752F57
(117,47,87)
#814166
(129,65,102)
#8D5375
(141,83,117)
#996584
(153,101,132)
#A57793
(165,119,147)
#B189A2
(177,137,162)
#BD9BB1
(189,155,177)
#C9ADC0
(201,173,192)
#D5BFCF
(213,191,207)
#E1D1DE
(225,209,222)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752F57 color. Also use rgb(117,47,87) instead hex code.

Text Font Color

.myTextColor { color: #752F57; }

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

This text font color is #752F57.


Background Color

.myBgColor { background-color: #752F57; }

<div style="background-color:#752F57">Inner text</div>

This div background color is #752F57.


Border color

.myBorderColor { border: 1px solid #752F57; }

<div style="border:3px solid #752F57">Div</div>

This div border color is #752F57.


Opacity

.myOpacity80 { color: #752F57; opacity: 0.8; }

<p style="color:#752F57;opacity:0.8;">80%</p>

Text with #752F57 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 #752F57;}

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

This text has shadow with #752F57 color.

.textShadow {text-shadow: 3px 3px 1px #752F57, 3px 3px 1px red;}

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

This text has shadow with #752F57 primary color and red secondary color.


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

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

This text has shadow with #752F57 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752F57 on black background.


Color preview on white background

This text has color #752F57 on white background.



Black color preview on #752F57 background

This text has black color on #752F57 background.


White color preview on #752F57 background

This text has white color on #752F57 background.