COLOR #753013

HEX: #753013
RGB: (117,48,19)

Color info

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

RGB color model

#753013 color RGB value is (117,48,19).

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

RGB channels and saturation

R 117 of 255 = 46%
G 48 of 255 = 19%
B 19 of 255 = 7%

117
48
19

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

Portions of RGB colors in percentages

R + G + B =
117 + 48 + 19 = 184 (100%)
R 117 of 184 ~ 63.59%
G 48 of 184 ~ 26.09%
B 19 of 184 ~ 10.33%

%63.59
%26.09
%10.33

CMYK color model

#753013 color CMYK value is (0,59,84,54).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 83.76%
  • key color value is 54.12%
CMYK:
(0,59,84,54)
C0M59Y84K54 
(0%,59%,84%,54%)
(0.00/0.59/0.84/0.54)	

CMYK percentages

%0
%58.97
%83.76
%54.12

Codes

Color #753013 in popluar color models

753013
RGB1174819
HSL18°72.06%26.67%
HSB/HSV18°83.76%45.88%
CMYK0.00%58.97%83.76%
54.12%

Color #753013 in popluar number systems.

HEX753013
Decimal1174819
Binary111010111000010011
Octal1656023

Shades and tints

Shades of #753013

#753013
(117,48,19)
#6B2C12
(107,44,18)
#612811
(97,40,17)
#572410
(87,36,16)
#4D200F
(77,32,15)
#431C0E
(67,28,14)
#39180D
(57,24,13)
#2F140C
(47,20,12)
#25100B
(37,16,11)
#1B0C0A
(27,12,10)
#110809
(17,8,9)
#000000
(0,0,0)

Tints of #753013

#753013
(117,48,19)
#814228
(129,66,40)
#8D543D
(141,84,61)
#996652
(153,102,82)
#A57867
(165,120,103)
#B18A7C
(177,138,124)
#BD9C91
(189,156,145)
#C9AEA6
(201,174,166)
#D5C0BB
(213,192,187)
#E1D2D0
(225,210,208)
#EDE4E5
(237,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753013; }

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

This text font color is #753013.


Background Color

.myBgColor { background-color: #753013; }

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

This div background color is #753013.


Border color

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

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

This div border color is #753013.


Opacity

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

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

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

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

This text has shadow with #753013 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753013 on black background.


Color preview on white background

This text has color #753013 on white background.



Black color preview on #753013 background

This text has black color on #753013 background.


White color preview on #753013 background

This text has white color on #753013 background.