COLOR #752E15

HEX: #752E15
RGB: (117,46,21)

Color info

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

RGB color model

#752E15 color RGB value is (117,46,21).

  • red value is 117;
  • green value is 46;
  • blue value is 21.
RGB:
(117,46,21)
(46%,18%,8%)

RGB channels and saturation

R 117 of 255 = 46%
G 46 of 255 = 18%
B 21 of 255 = 8%

117
46
21

R + G + B ~ 24%. #752E15 is dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 46 + 21 = 184 (100%)
R 117 of 184 ~ 63.59%
G 46 of 184 ~ 25%
B 21 of 184 ~ 11.41%

%63.59
%25
%11.41

CMYK color model

#752E15 color CMYK value is (0,61,82,54).

  • cyan value is 0.00%
  • magenta value is 60.68%
  • yellow value is 82.05%
  • key color value is 54.12%
CMYK:
(0,61,82,54)
C0M61Y82K54 
(0%,61%,82%,54%)
(0.00/0.61/0.82/0.54)	

CMYK percentages

%0
%60.68
%82.05
%54.12

Codes

Color #752E15 in popluar color models

752E15
RGB1174621
HSL16°69.57%27.06%
HSB/HSV16°82.05%45.88%
CMYK0.00%60.68%82.05%
54.12%

Color #752E15 in popluar number systems.

HEX752E15
Decimal1174621
Binary111010110111010101
Octal1655625

Shades and tints

Shades of #752E15

#752E15
(117,46,21)
#6B2A14
(107,42,20)
#612613
(97,38,19)
#572212
(87,34,18)
#4D1E11
(77,30,17)
#431A10
(67,26,16)
#39160F
(57,22,15)
#2F120E
(47,18,14)
#250E0D
(37,14,13)
#1B0A0C
(27,10,12)
#11060B
(17,6,11)
#000000
(0,0,0)

Tints of #752E15

#752E15
(117,46,21)
#81412A
(129,65,42)
#8D543F
(141,84,63)
#996754
(153,103,84)
#A57A69
(165,122,105)
#B18D7E
(177,141,126)
#BDA093
(189,160,147)
#C9B3A8
(201,179,168)
#D5C6BD
(213,198,189)
#E1D9D2
(225,217,210)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #752E15 color. Also use rgb(117,46,21) instead hex code.

Text Font Color

.myTextColor { color: #752E15; }

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

This text font color is #752E15.


Background Color

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

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

This div background color is #752E15.


Border color

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

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

This div border color is #752E15.


Opacity

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

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

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

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

This text has shadow with #752E15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752E15 on black background.


Color preview on white background

This text has color #752E15 on white background.



Black color preview on #752E15 background

This text has black color on #752E15 background.


White color preview on #752E15 background

This text has white color on #752E15 background.