COLOR #752E49

HEX: #752E49
RGB: (117,46,73)

Color info

#752E49 contains mainly red and blue colors. Web safe color of #752E49 is #663333 (or #633).

RGB color model

#752E49 color RGB value is (117,46,73).

  • red value is 117;
  • green value is 46;
  • blue value is 73.
RGB:
(117,46,73)
(46%,18%,29%)

RGB channels and saturation

R 117 of 255 = 46%
G 46 of 255 = 18%
B 73 of 255 = 29%

117
46
73

R + G + B ~ 31%. #752E49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 46 + 73 = 236 (100%)
R 117 of 236 ~ 49.58%
G 46 of 236 ~ 19.49%
B 73 of 236 ~ 30.93%

%49.58
%19.49
%30.93

CMYK color model

#752E49 color CMYK value is (0,61,38,54).

  • cyan value is 0.00%
  • magenta value is 60.68%
  • yellow value is 37.61%
  • key color value is 54.12%
CMYK:
(0,61,38,54)
C0M61Y38K54 
(0%,61%,38%,54%)
(0.00/0.61/0.38/0.54)	

CMYK percentages

%0
%60.68
%37.61
%54.12

Codes

Color #752E49 in popluar color models

752E49
RGB1174673
HSL337°43.56%31.96%
HSB/HSV337°60.68%45.88%
CMYK0.00%60.68%37.61%
54.12%

Color #752E49 in popluar number systems.

HEX752E49
Decimal1174673
Binary11101011011101001001
Octal16556111

Shades and tints

Shades of #752E49

#752E49
(117,46,73)
#6B2A43
(107,42,67)
#61263D
(97,38,61)
#572237
(87,34,55)
#4D1E31
(77,30,49)
#431A2B
(67,26,43)
#391625
(57,22,37)
#2F121F
(47,18,31)
#250E19
(37,14,25)
#1B0A13
(27,10,19)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #752E49

#752E49
(117,46,73)
#814159
(129,65,89)
#8D5469
(141,84,105)
#996779
(153,103,121)
#A57A89
(165,122,137)
#B18D99
(177,141,153)
#BDA0A9
(189,160,169)
#C9B3B9
(201,179,185)
#D5C6C9
(213,198,201)
#E1D9D9
(225,217,217)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752E49 color. Also use rgb(117,46,73) instead hex code.

Text Font Color

.myTextColor { color: #752E49; }

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

This text font color is #752E49.


Background Color

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

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

This div background color is #752E49.


Border color

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

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

This div border color is #752E49.


Opacity

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

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

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

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

This text has shadow with #752E49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752E49 on black background.


Color preview on white background

This text has color #752E49 on white background.



Black color preview on #752E49 background

This text has black color on #752E49 background.


White color preview on #752E49 background

This text has white color on #752E49 background.