COLOR #72571F

HEX: #72571F
RGB: (114,87,31)

Color info

#72571F contains mainly red and green colors. Web safe color of #72571F is #666633 (or #663).

RGB color model

#72571F color RGB value is (114,87,31).

  • red value is 114;
  • green value is 87;
  • blue value is 31.
RGB:
(114,87,31)
(45%,34%,12%)

RGB channels and saturation

R 114 of 255 = 45%
G 87 of 255 = 34%
B 31 of 255 = 12%

114
87
31

R + G + B ~ 30%. #72571F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 87 + 31 = 232 (100%)
R 114 of 232 ~ 49.14%
G 87 of 232 ~ 37.5%
B 31 of 232 ~ 13.36%

%49.14
%37.5
%13.36

CMYK color model

#72571F color CMYK value is (0,24,73,55).

  • cyan value is 0.00%
  • magenta value is 23.68%
  • yellow value is 72.81%
  • key color value is 55.29%
CMYK:
(0,24,73,55)
C0M24Y73K55 
(0%,24%,73%,55%)
(0.00/0.24/0.73/0.55)	

CMYK percentages

%0
%23.68
%72.81
%55.29

Codes

Color #72571F in popluar color models

72571F
RGB1148731
HSL40°57.24%28.43%
HSB/HSV40°72.81%44.71%
CMYK0.00%23.68%72.81%
55.29%

Color #72571F in popluar number systems.

HEX72571F
Decimal1148731
Binary1110010101011111111
Octal16212737

Shades and tints

Shades of #72571F

#72571F
(114,87,31)
#68501D
(104,80,29)
#5E491B
(94,73,27)
#544219
(84,66,25)
#4A3B17
(74,59,23)
#403415
(64,52,21)
#362D13
(54,45,19)
#2C2611
(44,38,17)
#221F0F
(34,31,15)
#18180D
(24,24,13)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #72571F

#72571F
(114,87,31)
#7E6633
(126,102,51)
#8A7547
(138,117,71)
#96845B
(150,132,91)
#A2936F
(162,147,111)
#AEA283
(174,162,131)
#BAB197
(186,177,151)
#C6C0AB
(198,192,171)
#D2CFBF
(210,207,191)
#DEDED3
(222,222,211)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72571F color. Also use rgb(114,87,31) instead hex code.

Text Font Color

.myTextColor { color: #72571F; }

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

This text font color is #72571F.


Background Color

.myBgColor { background-color: #72571F; }

<div style="background-color:#72571F">Inner text</div>

This div background color is #72571F.


Border color

.myBorderColor { border: 1px solid #72571F; }

<div style="border:3px solid #72571F">Div</div>

This div border color is #72571F.


Opacity

.myOpacity80 { color: #72571F; opacity: 0.8; }

<p style="color:#72571F;opacity:0.8;">80%</p>

Text with #72571F 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 #72571F;}

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

This text has shadow with #72571F color.

.textShadow {text-shadow: 3px 3px 1px #72571F, 3px 3px 1px red;}

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

This text has shadow with #72571F primary color and red secondary color.


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

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

This text has shadow with #72571F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72571F on black background.


Color preview on white background

This text has color #72571F on white background.



Black color preview on #72571F background

This text has black color on #72571F background.


White color preview on #72571F background

This text has white color on #72571F background.