COLOR #753431

HEX: #753431
RGB: (117,52,49)

Color info

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

RGB color model

#753431 color RGB value is (117,52,49).

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

RGB channels and saturation

R 117 of 255 = 46%
G 52 of 255 = 20%
B 49 of 255 = 19%

117
52
49

R + G + B ~ 28%. #753431 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 52 + 49 = 218 (100%)
R 117 of 218 ~ 53.67%
G 52 of 218 ~ 23.85%
B 49 of 218 ~ 22.48%

%53.67
%23.85
%22.48

CMYK color model

#753431 color CMYK value is (0,56,58,54).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 58.12%
  • key color value is 54.12%
CMYK:
(0,56,58,54)
C0M56Y58K54 
(0%,56%,58%,54%)
(0.00/0.56/0.58/0.54)	

CMYK percentages

%0
%55.56
%58.12
%54.12

Codes

Color #753431 in popluar color models

753431
RGB1175249
HSL40.96%32.55%
HSB/HSV58.12%45.88%
CMYK0.00%55.56%58.12%
54.12%

Color #753431 in popluar number systems.

HEX753431
Decimal1175249
Binary1110101110100110001
Octal1656461

Shades and tints

Shades of #753431

#753431
(117,52,49)
#6B302D
(107,48,45)
#612C29
(97,44,41)
#572825
(87,40,37)
#4D2421
(77,36,33)
#43201D
(67,32,29)
#391C19
(57,28,25)
#2F1815
(47,24,21)
#251411
(37,20,17)
#1B100D
(27,16,13)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #753431

#753431
(117,52,49)
#814643
(129,70,67)
#8D5855
(141,88,85)
#996A67
(153,106,103)
#A57C79
(165,124,121)
#B18E8B
(177,142,139)
#BDA09D
(189,160,157)
#C9B2AF
(201,178,175)
#D5C4C1
(213,196,193)
#E1D6D3
(225,214,211)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753431; }

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

This text font color is #753431.


Background Color

.myBgColor { background-color: #753431; }

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

This div background color is #753431.


Border color

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

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

This div border color is #753431.


Opacity

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

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

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

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

This text has shadow with #753431 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753431 on black background.


Color preview on white background

This text has color #753431 on white background.



Black color preview on #753431 background

This text has black color on #753431 background.


White color preview on #753431 background

This text has white color on #753431 background.