COLOR #752C28

HEX: #752C28
RGB: (117,44,40)

Color info

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

RGB color model

#752C28 color RGB value is (117,44,40).

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

RGB channels and saturation

R 117 of 255 = 46%
G 44 of 255 = 17%
B 40 of 255 = 16%

117
44
40

R + G + B ~ 26%. #752C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 44 + 40 = 201 (100%)
R 117 of 201 ~ 58.21%
G 44 of 201 ~ 21.89%
B 40 of 201 ~ 19.9%

%58.21
%21.89
%19.9

CMYK color model

#752C28 color CMYK value is (0,62,66,54).

  • cyan value is 0.00%
  • magenta value is 62.39%
  • yellow value is 65.81%
  • key color value is 54.12%
CMYK:
(0,62,66,54)
C0M62Y66K54 
(0%,62%,66%,54%)
(0.00/0.62/0.66/0.54)	

CMYK percentages

%0
%62.39
%65.81
%54.12

Codes

Color #752C28 in popluar color models

752C28
RGB1174440
HSL49.04%30.78%
HSB/HSV65.81%45.88%
CMYK0.00%62.39%65.81%
54.12%

Color #752C28 in popluar number systems.

HEX752C28
Decimal1174440
Binary1110101101100101000
Octal1655450

Shades and tints

Shades of #752C28

#752C28
(117,44,40)
#6B2825
(107,40,37)
#612422
(97,36,34)
#57201F
(87,32,31)
#4D1C1C
(77,28,28)
#431819
(67,24,25)
#391416
(57,20,22)
#2F1013
(47,16,19)
#250C10
(37,12,16)
#1B080D
(27,8,13)
#11040A
(17,4,10)
#000000
(0,0,0)

Tints of #752C28

#752C28
(117,44,40)
#813F3B
(129,63,59)
#8D524E
(141,82,78)
#996561
(153,101,97)
#A57874
(165,120,116)
#B18B87
(177,139,135)
#BD9E9A
(189,158,154)
#C9B1AD
(201,177,173)
#D5C4C0
(213,196,192)
#E1D7D3
(225,215,211)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752C28; }

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

This text font color is #752C28.


Background Color

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

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

This div background color is #752C28.


Border color

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

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

This div border color is #752C28.


Opacity

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

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

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

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

This text has shadow with #752C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752C28 on black background.


Color preview on white background

This text has color #752C28 on white background.



Black color preview on #752C28 background

This text has black color on #752C28 background.


White color preview on #752C28 background

This text has white color on #752C28 background.