COLOR #753251

HEX: #753251
RGB: (117,50,81)

Color info

#753251 contains mainly red and blue colors. Web safe color of #753251 is #663366 (or #636).

RGB color model

#753251 color RGB value is (117,50,81).

  • red value is 117;
  • green value is 50;
  • blue value is 81.
RGB:
(117,50,81)
(46%,20%,32%)

RGB channels and saturation

R 117 of 255 = 46%
G 50 of 255 = 20%
B 81 of 255 = 32%

117
50
81

R + G + B ~ 33%. #753251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 50 + 81 = 248 (100%)
R 117 of 248 ~ 47.18%
G 50 of 248 ~ 20.16%
B 81 of 248 ~ 32.66%

%47.18
%20.16
%32.66

CMYK color model

#753251 color CMYK value is (0,57,31,54).

  • cyan value is 0.00%
  • magenta value is 57.26%
  • yellow value is 30.77%
  • key color value is 54.12%
CMYK:
(0,57,31,54)
C0M57Y31K54 
(0%,57%,31%,54%)
(0.00/0.57/0.31/0.54)	

CMYK percentages

%0
%57.26
%30.77
%54.12

Codes

Color #753251 in popluar color models

753251
RGB1175081
HSL332°40.12%32.75%
HSB/HSV332°57.26%45.88%
CMYK0.00%57.26%30.77%
54.12%

Color #753251 in popluar number systems.

HEX753251
Decimal1175081
Binary11101011100101010001
Octal16562121

Shades and tints

Shades of #753251

#753251
(117,50,81)
#6B2E4A
(107,46,74)
#612A43
(97,42,67)
#57263C
(87,38,60)
#4D2235
(77,34,53)
#431E2E
(67,30,46)
#391A27
(57,26,39)
#2F1620
(47,22,32)
#251219
(37,18,25)
#1B0E12
(27,14,18)
#110A0B
(17,10,11)
#000000
(0,0,0)

Tints of #753251

#753251
(117,50,81)
#814460
(129,68,96)
#8D566F
(141,86,111)
#99687E
(153,104,126)
#A57A8D
(165,122,141)
#B18C9C
(177,140,156)
#BD9EAB
(189,158,171)
#C9B0BA
(201,176,186)
#D5C2C9
(213,194,201)
#E1D4D8
(225,212,216)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #753251 color. Also use rgb(117,50,81) instead hex code.

Text Font Color

.myTextColor { color: #753251; }

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

This text font color is #753251.


Background Color

.myBgColor { background-color: #753251; }

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

This div background color is #753251.


Border color

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

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

This div border color is #753251.


Opacity

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

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

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

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

This text has shadow with #753251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753251 on black background.


Color preview on white background

This text has color #753251 on white background.



Black color preview on #753251 background

This text has black color on #753251 background.


White color preview on #753251 background

This text has white color on #753251 background.