COLOR #752431

HEX: #752431
RGB: (117,36,49)

Color info

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

RGB color model

#752431 color RGB value is (117,36,49).

  • red value is 117;
  • green value is 36;
  • blue value is 49.
RGB:
(117,36,49)
(46%,14%,19%)

RGB channels and saturation

R 117 of 255 = 46%
G 36 of 255 = 14%
B 49 of 255 = 19%

117
36
49

R + G + B ~ 26%. #752431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 36 + 49 = 202 (100%)
R 117 of 202 ~ 57.92%
G 36 of 202 ~ 17.82%
B 49 of 202 ~ 24.26%

%57.92
%17.82
%24.26

CMYK color model

#752431 color CMYK value is (0,69,58,54).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 58.12%
  • key color value is 54.12%
CMYK:
(0,69,58,54)
C0M69Y58K54 
(0%,69%,58%,54%)
(0.00/0.69/0.58/0.54)	

CMYK percentages

%0
%69.23
%58.12
%54.12

Codes

Color #752431 in popluar color models

752431
RGB1173649
HSL350°52.94%30.00%
HSB/HSV350°69.23%45.88%
CMYK0.00%69.23%58.12%
54.12%

Color #752431 in popluar number systems.

HEX752431
Decimal1173649
Binary1110101100100110001
Octal1654461

Shades and tints

Shades of #752431

#752431
(117,36,49)
#6B212D
(107,33,45)
#611E29
(97,30,41)
#571B25
(87,27,37)
#4D1821
(77,24,33)
#43151D
(67,21,29)
#391219
(57,18,25)
#2F0F15
(47,15,21)
#250C11
(37,12,17)
#1B090D
(27,9,13)
#110609
(17,6,9)
#000000
(0,0,0)

Tints of #752431

#752431
(117,36,49)
#813743
(129,55,67)
#8D4A55
(141,74,85)
#995D67
(153,93,103)
#A57079
(165,112,121)
#B1838B
(177,131,139)
#BD969D
(189,150,157)
#C9A9AF
(201,169,175)
#D5BCC1
(213,188,193)
#E1CFD3
(225,207,211)
#EDE2E5
(237,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752431 color. Also use rgb(117,36,49) instead hex code.

Text Font Color

.myTextColor { color: #752431; }

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

This text font color is #752431.


Background Color

.myBgColor { background-color: #752431; }

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

This div background color is #752431.


Border color

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

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

This div border color is #752431.


Opacity

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

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

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

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

This text has shadow with #752431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752431 on black background.


Color preview on white background

This text has color #752431 on white background.



Black color preview on #752431 background

This text has black color on #752431 background.


White color preview on #752431 background

This text has white color on #752431 background.