COLOR #752441

HEX: #752441
RGB: (117,36,65)

Color info

#752441 contains mainly red and blue colors. Web safe color of #752441 is #663333 (or #633).

RGB color model

#752441 color RGB value is (117,36,65).

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

RGB channels and saturation

R 117 of 255 = 46%
G 36 of 255 = 14%
B 65 of 255 = 25%

117
36
65

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

Portions of RGB colors in percentages

R + G + B =
117 + 36 + 65 = 218 (100%)
R 117 of 218 ~ 53.67%
G 36 of 218 ~ 16.51%
B 65 of 218 ~ 29.82%

%53.67
%16.51
%29.82

CMYK color model

#752441 color CMYK value is (0,69,44,54).

  • cyan value is 0.00%
  • magenta value is 69.23%
  • yellow value is 44.44%
  • key color value is 54.12%
CMYK:
(0,69,44,54)
C0M69Y44K54 
(0%,69%,44%,54%)
(0.00/0.69/0.44/0.54)	

CMYK percentages

%0
%69.23
%44.44
%54.12

Codes

Color #752441 in popluar color models

752441
RGB1173665
HSL339°52.94%30.00%
HSB/HSV339°69.23%45.88%
CMYK0.00%69.23%44.44%
54.12%

Color #752441 in popluar number systems.

HEX752441
Decimal1173665
Binary11101011001001000001
Octal16544101

Shades and tints

Shades of #752441

#752441
(117,36,65)
#6B213C
(107,33,60)
#611E37
(97,30,55)
#571B32
(87,27,50)
#4D182D
(77,24,45)
#431528
(67,21,40)
#391223
(57,18,35)
#2F0F1E
(47,15,30)
#250C19
(37,12,25)
#1B0914
(27,9,20)
#11060F
(17,6,15)
#000000
(0,0,0)

Tints of #752441

#752441
(117,36,65)
#813752
(129,55,82)
#8D4A63
(141,74,99)
#995D74
(153,93,116)
#A57085
(165,112,133)
#B18396
(177,131,150)
#BD96A7
(189,150,167)
#C9A9B8
(201,169,184)
#D5BCC9
(213,188,201)
#E1CFDA
(225,207,218)
#EDE2EB
(237,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752441; }

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

This text font color is #752441.


Background Color

.myBgColor { background-color: #752441; }

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

This div background color is #752441.


Border color

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

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

This div border color is #752441.


Opacity

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

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

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

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

This text has shadow with #752441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752441 on black background.


Color preview on white background

This text has color #752441 on white background.



Black color preview on #752441 background

This text has black color on #752441 background.


White color preview on #752441 background

This text has white color on #752441 background.