COLOR #752A1E

HEX: #752A1E
RGB: (117,42,30)

Color info

#752A1E contains mainly red color. Web safe color of #752A1E is #663333 (or #633).

RGB color model

#752A1E color RGB value is (117,42,30).

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

RGB channels and saturation

R 117 of 255 = 46%
G 42 of 255 = 16%
B 30 of 255 = 12%

117
42
30

R + G + B ~ 25%. #752A1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 42 + 30 = 189 (100%)
R 117 of 189 ~ 61.9%
G 42 of 189 ~ 22.22%
B 30 of 189 ~ 15.87%

%61.9
%22.22
%15.87

CMYK color model

#752A1E color CMYK value is (0,64,74,54).

  • cyan value is 0.00%
  • magenta value is 64.10%
  • yellow value is 74.36%
  • key color value is 54.12%
CMYK:
(0,64,74,54)
C0M64Y74K54 
(0%,64%,74%,54%)
(0.00/0.64/0.74/0.54)	

CMYK percentages

%0
%64.1
%74.36
%54.12

Codes

Color #752A1E in popluar color models

752A1E
RGB1174230
HSL59.18%28.82%
HSB/HSV74.36%45.88%
CMYK0.00%64.10%74.36%
54.12%

Color #752A1E in popluar number systems.

HEX752A1E
Decimal1174230
Binary111010110101011110
Octal1655236

Shades and tints

Shades of #752A1E

#752A1E
(117,42,30)
#6B271C
(107,39,28)
#61241A
(97,36,26)
#572118
(87,33,24)
#4D1E16
(77,30,22)
#431B14
(67,27,20)
#391812
(57,24,18)
#2F1510
(47,21,16)
#25120E
(37,18,14)
#1B0F0C
(27,15,12)
#110C0A
(17,12,10)
#000000
(0,0,0)

Tints of #752A1E

#752A1E
(117,42,30)
#813D32
(129,61,50)
#8D5046
(141,80,70)
#99635A
(153,99,90)
#A5766E
(165,118,110)
#B18982
(177,137,130)
#BD9C96
(189,156,150)
#C9AFAA
(201,175,170)
#D5C2BE
(213,194,190)
#E1D5D2
(225,213,210)
#EDE8E6
(237,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752A1E; }

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

This text font color is #752A1E.


Background Color

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

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

This div background color is #752A1E.


Border color

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

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

This div border color is #752A1E.


Opacity

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

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

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

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

This text has shadow with #752A1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752A1E on black background.


Color preview on white background

This text has color #752A1E on white background.



Black color preview on #752A1E background

This text has black color on #752A1E background.


White color preview on #752A1E background

This text has white color on #752A1E background.