COLOR #752C46

HEX: #752C46
RGB: (117,44,70)

Color info

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

RGB color model

#752C46 color RGB value is (117,44,70).

  • red value is 117;
  • green value is 44;
  • blue value is 70.
RGB:
(117,44,70)
(46%,17%,27%)

RGB channels and saturation

R 117 of 255 = 46%
G 44 of 255 = 17%
B 70 of 255 = 27%

117
44
70

R + G + B ~ 30%. #752C46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 44 + 70 = 231 (100%)
R 117 of 231 ~ 50.65%
G 44 of 231 ~ 19.05%
B 70 of 231 ~ 30.3%

%50.65
%19.05
%30.3

CMYK color model

#752C46 color CMYK value is (0,62,40,54).

  • cyan value is 0.00%
  • magenta value is 62.39%
  • yellow value is 40.17%
  • key color value is 54.12%
CMYK:
(0,62,40,54)
C0M62Y40K54 
(0%,62%,40%,54%)
(0.00/0.62/0.40/0.54)	

CMYK percentages

%0
%62.39
%40.17
%54.12

Codes

Color #752C46 in popluar color models

752C46
RGB1174470
HSL339°45.34%31.57%
HSB/HSV339°62.39%45.88%
CMYK0.00%62.39%40.17%
54.12%

Color #752C46 in popluar number systems.

HEX752C46
Decimal1174470
Binary11101011011001000110
Octal16554106

Shades and tints

Shades of #752C46

#752C46
(117,44,70)
#6B2840
(107,40,64)
#61243A
(97,36,58)
#572034
(87,32,52)
#4D1C2E
(77,28,46)
#431828
(67,24,40)
#391422
(57,20,34)
#2F101C
(47,16,28)
#250C16
(37,12,22)
#1B0810
(27,8,16)
#11040A
(17,4,10)
#000000
(0,0,0)

Tints of #752C46

#752C46
(117,44,70)
#813F56
(129,63,86)
#8D5266
(141,82,102)
#996576
(153,101,118)
#A57886
(165,120,134)
#B18B96
(177,139,150)
#BD9EA6
(189,158,166)
#C9B1B6
(201,177,182)
#D5C4C6
(213,196,198)
#E1D7D6
(225,215,214)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752C46 color. Also use rgb(117,44,70) instead hex code.

Text Font Color

.myTextColor { color: #752C46; }

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

This text font color is #752C46.


Background Color

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

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

This div background color is #752C46.


Border color

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

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

This div border color is #752C46.


Opacity

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

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

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

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

This text has shadow with #752C46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752C46 on black background.


Color preview on white background

This text has color #752C46 on white background.



Black color preview on #752C46 background

This text has black color on #752C46 background.


White color preview on #752C46 background

This text has white color on #752C46 background.