COLOR #752804

HEX: #752804
RGB: (117,40,4)

Color info

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

RGB color model

#752804 color RGB value is (117,40,4).

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

RGB channels and saturation

R 117 of 255 = 46%
G 40 of 255 = 16%
B 4 of 255 = 2%

117
40
4

R + G + B ~ 21%. #752804 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 40 + 4 = 161 (100%)
R 117 of 161 ~ 72.67%
G 40 of 161 ~ 24.84%
B 4 of 161 ~ 2.48%

%72.67
%24.84

CMYK color model

#752804 color CMYK value is (0,66,97,54).

  • cyan value is 0.00%
  • magenta value is 65.81%
  • yellow value is 96.58%
  • key color value is 54.12%
CMYK:
(0,66,97,54)
C0M66Y97K54 
(0%,66%,97%,54%)
(0.00/0.66/0.97/0.54)	

CMYK percentages

%0
%65.81
%96.58
%54.12

Codes

Color #752804 in popluar color models

752804
RGB117404
HSL19°93.39%23.73%
HSB/HSV19°96.58%45.88%
CMYK0.00%65.81%96.58%
54.12%

Color #752804 in popluar number systems.

HEX752804
Decimal117404
Binary1110101101000100
Octal165504

Shades and tints

Shades of #752804

#752804
(117,40,4)
#6B2504
(107,37,4)
#612204
(97,34,4)
#571F04
(87,31,4)
#4D1C04
(77,28,4)
#431904
(67,25,4)
#391604
(57,22,4)
#2F1304
(47,19,4)
#251004
(37,16,4)
#1B0D04
(27,13,4)
#110A04
(17,10,4)
#000000
(0,0,0)

Tints of #752804

#752804
(117,40,4)
#813B1A
(129,59,26)
#8D4E30
(141,78,48)
#996146
(153,97,70)
#A5745C
(165,116,92)
#B18772
(177,135,114)
#BD9A88
(189,154,136)
#C9AD9E
(201,173,158)
#D5C0B4
(213,192,180)
#E1D3CA
(225,211,202)
#EDE6E0
(237,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752804; }

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

This text font color is #752804.


Background Color

.myBgColor { background-color: #752804; }

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

This div background color is #752804.


Border color

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

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

This div border color is #752804.


Opacity

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

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

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

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

This text has shadow with #752804 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752804 on black background.


Color preview on white background

This text has color #752804 on white background.



Black color preview on #752804 background

This text has black color on #752804 background.


White color preview on #752804 background

This text has white color on #752804 background.