COLOR #752C38

HEX: #752C38
RGB: (117,44,56)

Color info

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

RGB color model

#752C38 color RGB value is (117,44,56).

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

RGB channels and saturation

R 117 of 255 = 46%
G 44 of 255 = 17%
B 56 of 255 = 22%

117
44
56

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

Portions of RGB colors in percentages

R + G + B =
117 + 44 + 56 = 217 (100%)
R 117 of 217 ~ 53.92%
G 44 of 217 ~ 20.28%
B 56 of 217 ~ 25.81%

%53.92
%20.28
%25.81

CMYK color model

#752C38 color CMYK value is (0,62,52,54).

  • cyan value is 0.00%
  • magenta value is 62.39%
  • yellow value is 52.14%
  • key color value is 54.12%
CMYK:
(0,62,52,54)
C0M62Y52K54 
(0%,62%,52%,54%)
(0.00/0.62/0.52/0.54)	

CMYK percentages

%0
%62.39
%52.14
%54.12

Codes

Color #752C38 in popluar color models

752C38
RGB1174456
HSL350°45.34%31.57%
HSB/HSV350°62.39%45.88%
CMYK0.00%62.39%52.14%
54.12%

Color #752C38 in popluar number systems.

HEX752C38
Decimal1174456
Binary1110101101100111000
Octal1655470

Shades and tints

Shades of #752C38

#752C38
(117,44,56)
#6B2833
(107,40,51)
#61242E
(97,36,46)
#572029
(87,32,41)
#4D1C24
(77,28,36)
#43181F
(67,24,31)
#39141A
(57,20,26)
#2F1015
(47,16,21)
#250C10
(37,12,16)
#1B080B
(27,8,11)
#110406
(17,4,6)
#000000
(0,0,0)

Tints of #752C38

#752C38
(117,44,56)
#813F4A
(129,63,74)
#8D525C
(141,82,92)
#99656E
(153,101,110)
#A57880
(165,120,128)
#B18B92
(177,139,146)
#BD9EA4
(189,158,164)
#C9B1B6
(201,177,182)
#D5C4C8
(213,196,200)
#E1D7DA
(225,215,218)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752C38; }

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

This text font color is #752C38.


Background Color

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

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

This div background color is #752C38.


Border color

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

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

This div border color is #752C38.


Opacity

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

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

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

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

This text has shadow with #752C38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752C38 on black background.


Color preview on white background

This text has color #752C38 on white background.



Black color preview on #752C38 background

This text has black color on #752C38 background.


White color preview on #752C38 background

This text has white color on #752C38 background.