COLOR #752100

HEX: #752100
RGB: (117,33,0)

Color info

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

RGB color model

#752100 color RGB value is (117,33,0).

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

RGB channels and saturation

R 117 of 255 = 46%
G 33 of 255 = 13%
B 0 of 255 = 0%

117
33
0

R + G + B ~ 20%. #752100 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 33 + 0 = 150 (100%)
R 117 of 150 ~ 78%
G 33 of 150 ~ 22%
B 0 of 150 ~ 0%

%78
%22

CMYK color model

#752100 color CMYK value is (0,72,100,54).

  • cyan value is 0.00%
  • magenta value is 71.79%
  • yellow value is 100.00%
  • key color value is 54.12%
CMYK:
(0,72,100,54)
C0M72Y100K54 
(0%,72%,100%,54%)
(0.00/0.72/1.00/0.54)	

CMYK percentages

%0
%71.79
%100
%54.12

Codes

Color #752100 in popluar color models

752100
RGB117330
HSL17°100.00%22.94%
HSB/HSV17°100.00%45.88%
CMYK0.00%71.79%100.00%
54.12%

Color #752100 in popluar number systems.

HEX752100
Decimal117330
Binary11101011000010
Octal165410

Shades and tints

Shades of #752100

#752100
(117,33,0)
#6B1E00
(107,30,0)
#611B00
(97,27,0)
#571800
(87,24,0)
#4D1500
(77,21,0)
#431200
(67,18,0)
#390F00
(57,15,0)
#2F0C00
(47,12,0)
#250900
(37,9,0)
#1B0600
(27,6,0)
#110300
(17,3,0)
#000000
(0,0,0)

Tints of #752100

#752100
(117,33,0)
#813517
(129,53,23)
#8D492E
(141,73,46)
#995D45
(153,93,69)
#A5715C
(165,113,92)
#B18573
(177,133,115)
#BD998A
(189,153,138)
#C9ADA1
(201,173,161)
#D5C1B8
(213,193,184)
#E1D5CF
(225,213,207)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752100; }

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

This text font color is #752100.


Background Color

.myBgColor { background-color: #752100; }

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

This div background color is #752100.


Border color

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

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

This div border color is #752100.


Opacity

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

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

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

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

This text has shadow with #752100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752100 on black background.


Color preview on white background

This text has color #752100 on white background.



Black color preview on #752100 background

This text has black color on #752100 background.


White color preview on #752100 background

This text has white color on #752100 background.