COLOR #752121

HEX: #752121
RGB: (117,33,33)

Color info

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

RGB color model

#752121 color RGB value is (117,33,33).

  • red value is 117;
  • green value is 33;
  • blue value is 33.
RGB:
(117,33,33)
(46%,13%,13%)

RGB channels and saturation

R 117 of 255 = 46%
G 33 of 255 = 13%
B 33 of 255 = 13%

117
33
33

R + G + B ~ 24%. #752121 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 33 + 33 = 183 (100%)
R 117 of 183 ~ 63.93%
G 33 of 183 ~ 18.03%
B 33 of 183 ~ 18.03%

%63.93
%18.03
%18.03

CMYK color model

#752121 color CMYK value is (0,72,72,54).

  • cyan value is 0.00%
  • magenta value is 71.79%
  • yellow value is 71.79%
  • key color value is 54.12%
CMYK:
(0,72,72,54)
C0M72Y72K54 
(0%,72%,72%,54%)
(0.00/0.72/0.72/0.54)	

CMYK percentages

%0
%71.79
%71.79
%54.12

Codes

Color #752121 in popluar color models

752121
RGB1173333
HSL56.00%29.41%
HSB/HSV71.79%45.88%
CMYK0.00%71.79%71.79%
54.12%

Color #752121 in popluar number systems.

HEX752121
Decimal1173333
Binary1110101100001100001
Octal1654141

Shades and tints

Shades of #752121

#752121
(117,33,33)
#6B1E1E
(107,30,30)
#611B1B
(97,27,27)
#571818
(87,24,24)
#4D1515
(77,21,21)
#431212
(67,18,18)
#390F0F
(57,15,15)
#2F0C0C
(47,12,12)
#250909
(37,9,9)
#1B0606
(27,6,6)
#110303
(17,3,3)
#000000
(0,0,0)

Tints of #752121

#752121
(117,33,33)
#813535
(129,53,53)
#8D4949
(141,73,73)
#995D5D
(153,93,93)
#A57171
(165,113,113)
#B18585
(177,133,133)
#BD9999
(189,153,153)
#C9ADAD
(201,173,173)
#D5C1C1
(213,193,193)
#E1D5D5
(225,213,213)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752121; }

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

This text font color is #752121.


Background Color

.myBgColor { background-color: #752121; }

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

This div background color is #752121.


Border color

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

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

This div border color is #752121.


Opacity

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

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

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

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

This text has shadow with #752121 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752121 on black background.


Color preview on white background

This text has color #752121 on white background.



Black color preview on #752121 background

This text has black color on #752121 background.


White color preview on #752121 background

This text has white color on #752121 background.