COLOR #752F19

HEX: #752F19
RGB: (117,47,25)

Color info

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

RGB color model

#752F19 color RGB value is (117,47,25).

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

RGB channels and saturation

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

117
47
25

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

Portions of RGB colors in percentages

R + G + B =
117 + 47 + 25 = 189 (100%)
R 117 of 189 ~ 61.9%
G 47 of 189 ~ 24.87%
B 25 of 189 ~ 13.23%

%61.9
%24.87
%13.23

CMYK color model

#752F19 color CMYK value is (0,60,79,54).

  • cyan value is 0.00%
  • magenta value is 59.83%
  • yellow value is 78.63%
  • key color value is 54.12%
CMYK:
(0,60,79,54)
C0M60Y79K54 
(0%,60%,79%,54%)
(0.00/0.60/0.79/0.54)	

CMYK percentages

%0
%59.83
%78.63
%54.12

Codes

Color #752F19 in popluar color models

752F19
RGB1174725
HSL14°64.79%27.84%
HSB/HSV14°78.63%45.88%
CMYK0.00%59.83%78.63%
54.12%

Color #752F19 in popluar number systems.

HEX752F19
Decimal1174725
Binary111010110111111001
Octal1655731

Shades and tints

Shades of #752F19

#752F19
(117,47,25)
#6B2B17
(107,43,23)
#612715
(97,39,21)
#572313
(87,35,19)
#4D1F11
(77,31,17)
#431B0F
(67,27,15)
#39170D
(57,23,13)
#2F130B
(47,19,11)
#250F09
(37,15,9)
#1B0B07
(27,11,7)
#110705
(17,7,5)
#000000
(0,0,0)

Tints of #752F19

#752F19
(117,47,25)
#81412D
(129,65,45)
#8D5341
(141,83,65)
#996555
(153,101,85)
#A57769
(165,119,105)
#B1897D
(177,137,125)
#BD9B91
(189,155,145)
#C9ADA5
(201,173,165)
#D5BFB9
(213,191,185)
#E1D1CD
(225,209,205)
#EDE3E1
(237,227,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #752F19; }

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

This text font color is #752F19.


Background Color

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

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

This div background color is #752F19.


Border color

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

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

This div border color is #752F19.


Opacity

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

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

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

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

This text has shadow with #752F19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #752F19 on black background.


Color preview on white background

This text has color #752F19 on white background.



Black color preview on #752F19 background

This text has black color on #752F19 background.


White color preview on #752F19 background

This text has white color on #752F19 background.