COLOR #752A14

HEX: #752A14
RGB: (117,42,20)

Color info

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

RGB color model

#752A14 color RGB value is (117,42,20).

  • red value is 117;
  • green value is 42;
  • blue value is 20.
RGB:
(117,42,20)
(46%,16%,8%)

RGB channels and saturation

R 117 of 255 = 46%
G 42 of 255 = 16%
B 20 of 255 = 8%

117
42
20

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

Portions of RGB colors in percentages

R + G + B =
117 + 42 + 20 = 179 (100%)
R 117 of 179 ~ 65.36%
G 42 of 179 ~ 23.46%
B 20 of 179 ~ 11.17%

%65.36
%23.46
%11.17

CMYK color model

#752A14 color CMYK value is (0,64,83,54).

  • cyan value is 0.00%
  • magenta value is 64.10%
  • yellow value is 82.91%
  • key color value is 54.12%
CMYK:
(0,64,83,54)
C0M64Y83K54 
(0%,64%,83%,54%)
(0.00/0.64/0.83/0.54)	

CMYK percentages

%0
%64.1
%82.91
%54.12

Codes

Color #752A14 in popluar color models

752A14
RGB1174220
HSL14°70.80%26.86%
HSB/HSV14°82.91%45.88%
CMYK0.00%64.10%82.91%
54.12%

Color #752A14 in popluar number systems.

HEX752A14
Decimal1174220
Binary111010110101010100
Octal1655224

Shades and tints

Shades of #752A14

#752A14
(117,42,20)
#6B2713
(107,39,19)
#612412
(97,36,18)
#572111
(87,33,17)
#4D1E10
(77,30,16)
#431B0F
(67,27,15)
#39180E
(57,24,14)
#2F150D
(47,21,13)
#25120C
(37,18,12)
#1B0F0B
(27,15,11)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #752A14

#752A14
(117,42,20)
#813D29
(129,61,41)
#8D503E
(141,80,62)
#996353
(153,99,83)
#A57668
(165,118,104)
#B1897D
(177,137,125)
#BD9C92
(189,156,146)
#C9AFA7
(201,175,167)
#D5C2BC
(213,194,188)
#E1D5D1
(225,213,209)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752A14 color. Also use rgb(117,42,20) instead hex code.

Text Font Color

.myTextColor { color: #752A14; }

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

This text font color is #752A14.


Background Color

.myBgColor { background-color: #752A14; }

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

This div background color is #752A14.


Border color

.myBorderColor { border: 1px solid #752A14; }

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

This div border color is #752A14.


Opacity

.myOpacity80 { color: #752A14; opacity: 0.8; }

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

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

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

This text has shadow with #752A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752A14 on black background.


Color preview on white background

This text has color #752A14 on white background.



Black color preview on #752A14 background

This text has black color on #752A14 background.


White color preview on #752A14 background

This text has white color on #752A14 background.