COLOR #753000

HEX: #753000
RGB: (117,48,0)

Color info

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

RGB color model

#753000 color RGB value is (117,48,0).

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

RGB channels and saturation

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

117
48
0

R + G + B ~ 22%. #753000 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 48 + 0 = 165 (100%)
R 117 of 165 ~ 70.91%
G 48 of 165 ~ 29.09%
B 0 of 165 ~ 0%

%70.91
%29.09

CMYK color model

#753000 color CMYK value is (0,59,100,54).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 100.00%
  • key color value is 54.12%
CMYK:
(0,59,100,54)
C0M59Y100K54 
(0%,59%,100%,54%)
(0.00/0.59/1.00/0.54)	

CMYK percentages

%0
%58.97
%100
%54.12

Codes

Color #753000 in popluar color models

753000
RGB117480
HSL25°100.00%22.94%
HSB/HSV25°100.00%45.88%
CMYK0.00%58.97%100.00%
54.12%

Color #753000 in popluar number systems.

HEX753000
Decimal117480
Binary11101011100000
Octal165600

Shades and tints

Shades of #753000

#753000
(117,48,0)
#6B2C00
(107,44,0)
#612800
(97,40,0)
#572400
(87,36,0)
#4D2000
(77,32,0)
#431C00
(67,28,0)
#391800
(57,24,0)
#2F1400
(47,20,0)
#251000
(37,16,0)
#1B0C00
(27,12,0)
#110800
(17,8,0)
#000000
(0,0,0)

Tints of #753000

#753000
(117,48,0)
#814217
(129,66,23)
#8D542E
(141,84,46)
#996645
(153,102,69)
#A5785C
(165,120,92)
#B18A73
(177,138,115)
#BD9C8A
(189,156,138)
#C9AEA1
(201,174,161)
#D5C0B8
(213,192,184)
#E1D2CF
(225,210,207)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #753000; }

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

This text font color is #753000.


Background Color

.myBgColor { background-color: #753000; }

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

This div background color is #753000.


Border color

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

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

This div border color is #753000.


Opacity

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

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

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

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

This text has shadow with #753000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #753000 on black background.


Color preview on white background

This text has color #753000 on white background.



Black color preview on #753000 background

This text has black color on #753000 background.


White color preview on #753000 background

This text has white color on #753000 background.