COLOR #752437

HEX: #752437
RGB: (117,36,55)

Color info

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

RGB color model

#752437 color RGB value is (117,36,55).

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

RGB channels and saturation

R 117 of 255 = 46%
G 36 of 255 = 14%
B 55 of 255 = 22%

117
36
55

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

Portions of RGB colors in percentages

R + G + B =
117 + 36 + 55 = 208 (100%)
R 117 of 208 ~ 56.25%
G 36 of 208 ~ 17.31%
B 55 of 208 ~ 26.44%

%56.25
%17.31
%26.44

CMYK color model

#752437 color CMYK value is (0,69,53,54).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 52.99%
  • key color value is 54.12%
CMYK:
(0,69,53,54)
C0M69Y53K54 
(0%,69%,53%,54%)
(0.00/0.69/0.53/0.54)	

CMYK percentages

%0
%69.23
%52.99
%54.12

Codes

Color #752437 in popluar color models

752437
RGB1173655
HSL346°52.94%30.00%
HSB/HSV346°69.23%45.88%
CMYK0.00%69.23%52.99%
54.12%

Color #752437 in popluar number systems.

HEX752437
Decimal1173655
Binary1110101100100110111
Octal1654467

Shades and tints

Shades of #752437

#752437
(117,36,55)
#6B2132
(107,33,50)
#611E2D
(97,30,45)
#571B28
(87,27,40)
#4D1823
(77,24,35)
#43151E
(67,21,30)
#391219
(57,18,25)
#2F0F14
(47,15,20)
#250C0F
(37,12,15)
#1B090A
(27,9,10)
#110605
(17,6,5)
#000000
(0,0,0)

Tints of #752437

#752437
(117,36,55)
#813749
(129,55,73)
#8D4A5B
(141,74,91)
#995D6D
(153,93,109)
#A5707F
(165,112,127)
#B18391
(177,131,145)
#BD96A3
(189,150,163)
#C9A9B5
(201,169,181)
#D5BCC7
(213,188,199)
#E1CFD9
(225,207,217)
#EDE2EB
(237,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752437; }

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

This text font color is #752437.


Background Color

.myBgColor { background-color: #752437; }

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

This div background color is #752437.


Border color

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

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

This div border color is #752437.


Opacity

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

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

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

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

This text has shadow with #752437 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752437 on black background.


Color preview on white background

This text has color #752437 on white background.



Black color preview on #752437 background

This text has black color on #752437 background.


White color preview on #752437 background

This text has white color on #752437 background.