COLOR #752513

HEX: #752513
RGB: (117,37,19)

Color info

#752513 contains mainly red color. Web safe color of #752513 is #663300 (or #630).

RGB color model

#752513 color RGB value is (117,37,19).

  • red value is 117;
  • green value is 37;
  • blue value is 19.
RGB:
(117,37,19)
(46%,15%,7%)

RGB channels and saturation

R 117 of 255 = 46%
G 37 of 255 = 15%
B 19 of 255 = 7%

117
37
19

R + G + B ~ 23%. #752513 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 37 + 19 = 173 (100%)
R 117 of 173 ~ 67.63%
G 37 of 173 ~ 21.39%
B 19 of 173 ~ 10.98%

%67.63
%21.39
%10.98

CMYK color model

#752513 color CMYK value is (0,68,84,54).

  • cyan value is 0.00%
  • magenta value is 68.38%
  • yellow value is 83.76%
  • key color value is 54.12%
CMYK:
(0,68,84,54)
C0M68Y84K54 
(0%,68%,84%,54%)
(0.00/0.68/0.84/0.54)	

CMYK percentages

%0
%68.38
%83.76
%54.12

Codes

Color #752513 in popluar color models

752513
RGB1173719
HSL11°72.06%26.67%
HSB/HSV11°83.76%45.88%
CMYK0.00%68.38%83.76%
54.12%

Color #752513 in popluar number systems.

HEX752513
Decimal1173719
Binary111010110010110011
Octal1654523

Shades and tints

Shades of #752513

#752513
(117,37,19)
#6B2212
(107,34,18)
#611F11
(97,31,17)
#571C10
(87,28,16)
#4D190F
(77,25,15)
#43160E
(67,22,14)
#39130D
(57,19,13)
#2F100C
(47,16,12)
#250D0B
(37,13,11)
#1B0A0A
(27,10,10)
#110709
(17,7,9)
#000000
(0,0,0)

Tints of #752513

#752513
(117,37,19)
#813828
(129,56,40)
#8D4B3D
(141,75,61)
#995E52
(153,94,82)
#A57167
(165,113,103)
#B1847C
(177,132,124)
#BD9791
(189,151,145)
#C9AAA6
(201,170,166)
#D5BDBB
(213,189,187)
#E1D0D0
(225,208,208)
#EDE3E5
(237,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752513; }

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

This text font color is #752513.


Background Color

.myBgColor { background-color: #752513; }

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

This div background color is #752513.


Border color

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

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

This div border color is #752513.


Opacity

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

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

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

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

This text has shadow with #752513 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752513 on black background.


Color preview on white background

This text has color #752513 on white background.



Black color preview on #752513 background

This text has black color on #752513 background.


White color preview on #752513 background

This text has white color on #752513 background.