COLOR #752732

HEX: #752732
RGB: (117,39,50)

Color info

#752732 contains mainly red color. Web safe color of #752732 is #663333 (or #633).

RGB color model

#752732 color RGB value is (117,39,50).

  • red value is 117;
  • green value is 39;
  • blue value is 50.
RGB:
(117,39,50)
(46%,15%,20%)

RGB channels and saturation

R 117 of 255 = 46%
G 39 of 255 = 15%
B 50 of 255 = 20%

117
39
50

R + G + B ~ 27%. #752732 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 39 + 50 = 206 (100%)
R 117 of 206 ~ 56.8%
G 39 of 206 ~ 18.93%
B 50 of 206 ~ 24.27%

%56.8
%18.93
%24.27

CMYK color model

#752732 color CMYK value is (0,67,57,54).

  • cyan value is 0.00%
  • magenta value is 66.67%
  • yellow value is 57.26%
  • key color value is 54.12%
CMYK:
(0,67,57,54)
C0M67Y57K54 
(0%,67%,57%,54%)
(0.00/0.67/0.57/0.54)	

CMYK percentages

%0
%66.67
%57.26
%54.12

Codes

Color #752732 in popluar color models

752732
RGB1173950
HSL352°50.00%30.59%
HSB/HSV352°66.67%45.88%
CMYK0.00%66.67%57.26%
54.12%

Color #752732 in popluar number systems.

HEX752732
Decimal1173950
Binary1110101100111110010
Octal1654762

Shades and tints

Shades of #752732

#752732
(117,39,50)
#6B242E
(107,36,46)
#61212A
(97,33,42)
#571E26
(87,30,38)
#4D1B22
(77,27,34)
#43181E
(67,24,30)
#39151A
(57,21,26)
#2F1216
(47,18,22)
#250F12
(37,15,18)
#1B0C0E
(27,12,14)
#11090A
(17,9,10)
#000000
(0,0,0)

Tints of #752732

#752732
(117,39,50)
#813A44
(129,58,68)
#8D4D56
(141,77,86)
#996068
(153,96,104)
#A5737A
(165,115,122)
#B1868C
(177,134,140)
#BD999E
(189,153,158)
#C9ACB0
(201,172,176)
#D5BFC2
(213,191,194)
#E1D2D4
(225,210,212)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752732 color. Also use rgb(117,39,50) instead hex code.

Text Font Color

.myTextColor { color: #752732; }

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

This text font color is #752732.


Background Color

.myBgColor { background-color: #752732; }

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

This div background color is #752732.


Border color

.myBorderColor { border: 1px solid #752732; }

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

This div border color is #752732.


Opacity

.myOpacity80 { color: #752732; opacity: 0.8; }

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

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

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

This text has shadow with #752732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752732 on black background.


Color preview on white background

This text has color #752732 on white background.



Black color preview on #752732 background

This text has black color on #752732 background.


White color preview on #752732 background

This text has white color on #752732 background.