COLOR #752C31

HEX: #752C31
RGB: (117,44,49)

Color info

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

RGB color model

#752C31 color RGB value is (117,44,49).

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

RGB channels and saturation

R 117 of 255 = 46%
G 44 of 255 = 17%
B 49 of 255 = 19%

117
44
49

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

Portions of RGB colors in percentages

R + G + B =
117 + 44 + 49 = 210 (100%)
R 117 of 210 ~ 55.71%
G 44 of 210 ~ 20.95%
B 49 of 210 ~ 23.33%

%55.71
%20.95
%23.33

CMYK color model

#752C31 color CMYK value is (0,62,58,54).

  • cyan value is 0.00%
  • magenta value is 62.39%
  • yellow value is 58.12%
  • key color value is 54.12%
CMYK:
(0,62,58,54)
C0M62Y58K54 
(0%,62%,58%,54%)
(0.00/0.62/0.58/0.54)	

CMYK percentages

%0
%62.39
%58.12
%54.12

Codes

Color #752C31 in popluar color models

752C31
RGB1174449
HSL356°45.34%31.57%
HSB/HSV356°62.39%45.88%
CMYK0.00%62.39%58.12%
54.12%

Color #752C31 in popluar number systems.

HEX752C31
Decimal1174449
Binary1110101101100110001
Octal1655461

Shades and tints

Shades of #752C31

#752C31
(117,44,49)
#6B282D
(107,40,45)
#612429
(97,36,41)
#572025
(87,32,37)
#4D1C21
(77,28,33)
#43181D
(67,24,29)
#391419
(57,20,25)
#2F1015
(47,16,21)
#250C11
(37,12,17)
#1B080D
(27,8,13)
#110409
(17,4,9)
#000000
(0,0,0)

Tints of #752C31

#752C31
(117,44,49)
#813F43
(129,63,67)
#8D5255
(141,82,85)
#996567
(153,101,103)
#A57879
(165,120,121)
#B18B8B
(177,139,139)
#BD9E9D
(189,158,157)
#C9B1AF
(201,177,175)
#D5C4C1
(213,196,193)
#E1D7D3
(225,215,211)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752C31; }

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

This text font color is #752C31.


Background Color

.myBgColor { background-color: #752C31; }

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

This div background color is #752C31.


Border color

.myBorderColor { border: 1px solid #752C31; }

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

This div border color is #752C31.


Opacity

.myOpacity80 { color: #752C31; opacity: 0.8; }

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

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

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

This text has shadow with #752C31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752C31 on black background.


Color preview on white background

This text has color #752C31 on white background.



Black color preview on #752C31 background

This text has black color on #752C31 background.


White color preview on #752C31 background

This text has white color on #752C31 background.