COLOR #753124

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

117
49
36

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

Portions of RGB colors in percentages

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

%57.92
%24.26
%17.82

CMYK color model

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

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

CMYK percentages

%0
%58.12
%69.23
%54.12

Codes

Color #753124 in popluar color models

753124
RGB1174936
HSL10°52.94%30.00%
HSB/HSV10°69.23%45.88%
CMYK0.00%58.12%69.23%
54.12%

Color #753124 in popluar number systems.

HEX753124
Decimal1174936
Binary1110101110001100100
Octal1656144

Shades and tints

Shades of #753124

#753124
(117,49,36)
#6B2D21
(107,45,33)
#61291E
(97,41,30)
#57251B
(87,37,27)
#4D2118
(77,33,24)
#431D15
(67,29,21)
#391912
(57,25,18)
#2F150F
(47,21,15)
#25110C
(37,17,12)
#1B0D09
(27,13,9)
#110906
(17,9,6)
#000000
(0,0,0)

Tints of #753124

#753124
(117,49,36)
#814337
(129,67,55)
#8D554A
(141,85,74)
#99675D
(153,103,93)
#A57970
(165,121,112)
#B18B83
(177,139,131)
#BD9D96
(189,157,150)
#C9AFA9
(201,175,169)
#D5C1BC
(213,193,188)
#E1D3CF
(225,211,207)
#EDE5E2
(237,229,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753124; }

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

This text font color is #753124.


Background Color

.myBgColor { background-color: #753124; }

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

This div background color is #753124.


Border color

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

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

This div border color is #753124.


Opacity

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

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

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

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

This text has shadow with #753124 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753124 on black background.


Color preview on white background

This text has color #753124 on white background.



Black color preview on #753124 background

This text has black color on #753124 background.


White color preview on #753124 background

This text has white color on #753124 background.