COLOR #752E19

HEX: #752E19
RGB: (117,46,25)

Color info

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

RGB color model

#752E19 color RGB value is (117,46,25).

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

RGB channels and saturation

R 117 of 255 = 46%
G 46 of 255 = 18%
B 25 of 255 = 10%

117
46
25

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

Portions of RGB colors in percentages

R + G + B =
117 + 46 + 25 = 188 (100%)
R 117 of 188 ~ 62.23%
G 46 of 188 ~ 24.47%
B 25 of 188 ~ 13.3%

%62.23
%24.47
%13.3

CMYK color model

#752E19 color CMYK value is (0,61,79,54).

  • cyan value is 0.00%
  • magenta value is 60.68%
  • yellow value is 78.63%
  • key color value is 54.12%
CMYK:
(0,61,79,54)
C0M61Y79K54 
(0%,61%,79%,54%)
(0.00/0.61/0.79/0.54)	

CMYK percentages

%0
%60.68
%78.63
%54.12

Codes

Color #752E19 in popluar color models

752E19
RGB1174625
HSL14°64.79%27.84%
HSB/HSV14°78.63%45.88%
CMYK0.00%60.68%78.63%
54.12%

Color #752E19 in popluar number systems.

HEX752E19
Decimal1174625
Binary111010110111011001
Octal1655631

Shades and tints

Shades of #752E19

#752E19
(117,46,25)
#6B2A17
(107,42,23)
#612615
(97,38,21)
#572213
(87,34,19)
#4D1E11
(77,30,17)
#431A0F
(67,26,15)
#39160D
(57,22,13)
#2F120B
(47,18,11)
#250E09
(37,14,9)
#1B0A07
(27,10,7)
#110605
(17,6,5)
#000000
(0,0,0)

Tints of #752E19

#752E19
(117,46,25)
#81412D
(129,65,45)
#8D5441
(141,84,65)
#996755
(153,103,85)
#A57A69
(165,122,105)
#B18D7D
(177,141,125)
#BDA091
(189,160,145)
#C9B3A5
(201,179,165)
#D5C6B9
(213,198,185)
#E1D9CD
(225,217,205)
#EDECE1
(237,236,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752E19; }

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

This text font color is #752E19.


Background Color

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

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

This div background color is #752E19.


Border color

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

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

This div border color is #752E19.


Opacity

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

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

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

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

This text has shadow with #752E19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752E19 on black background.


Color preview on white background

This text has color #752E19 on white background.



Black color preview on #752E19 background

This text has black color on #752E19 background.


White color preview on #752E19 background

This text has white color on #752E19 background.