COLOR #72473E

HEX: #72473E
RGB: (114,71,62)

Color info

#72473E contains red, green and blue colors in about the same proportion. Web safe color of #72473E is #663333 (or #633).

RGB color model

#72473E color RGB value is (114,71,62).

  • red value is 114;
  • green value is 71;
  • blue value is 62.
RGB:
(114,71,62)
(45%,28%,24%)

RGB channels and saturation

R 114 of 255 = 45%
G 71 of 255 = 28%
B 62 of 255 = 24%

114
71
62

R + G + B ~ 32%. #72473E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 71 + 62 = 247 (100%)
R 114 of 247 ~ 46.15%
G 71 of 247 ~ 28.74%
B 62 of 247 ~ 25.1%

%46.15
%28.74
%25.1

CMYK color model

#72473E color CMYK value is (0,38,46,55).

  • cyan value is 0.00%
  • magenta value is 37.72%
  • yellow value is 45.61%
  • key color value is 55.29%
CMYK:
(0,38,46,55)
C0M38Y46K55 
(0%,38%,46%,55%)
(0.00/0.38/0.46/0.55)	

CMYK percentages

%0
%37.72
%45.61
%55.29

Codes

Color #72473E in popluar color models

72473E
RGB1147162
HSL10°29.55%34.51%
HSB/HSV10°45.61%44.71%
CMYK0.00%37.72%45.61%
55.29%

Color #72473E in popluar number systems.

HEX72473E
Decimal1147162
Binary11100101000111111110
Octal16210776

Shades and tints

Shades of #72473E

#72473E
(114,71,62)
#684139
(104,65,57)
#5E3B34
(94,59,52)
#54352F
(84,53,47)
#4A2F2A
(74,47,42)
#402925
(64,41,37)
#362320
(54,35,32)
#2C1D1B
(44,29,27)
#221716
(34,23,22)
#181111
(24,17,17)
#0E0B0C
(14,11,12)
#000000
(0,0,0)

Tints of #72473E

#72473E
(114,71,62)
#7E574F
(126,87,79)
#8A6760
(138,103,96)
#967771
(150,119,113)
#A28782
(162,135,130)
#AE9793
(174,151,147)
#BAA7A4
(186,167,164)
#C6B7B5
(198,183,181)
#D2C7C6
(210,199,198)
#DED7D7
(222,215,215)
#EAE7E8
(234,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72473E color. Also use rgb(114,71,62) instead hex code.

Text Font Color

.myTextColor { color: #72473E; }

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

This text font color is #72473E.


Background Color

.myBgColor { background-color: #72473E; }

<div style="background-color:#72473E">Inner text</div>

This div background color is #72473E.


Border color

.myBorderColor { border: 1px solid #72473E; }

<div style="border:3px solid #72473E">Div</div>

This div border color is #72473E.


Opacity

.myOpacity80 { color: #72473E; opacity: 0.8; }

<p style="color:#72473E;opacity:0.8;">80%</p>

Text with #72473E 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 #72473E;}

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

This text has shadow with #72473E color.

.textShadow {text-shadow: 3px 3px 1px #72473E, 3px 3px 1px red;}

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

This text has shadow with #72473E primary color and red secondary color.


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

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

This text has shadow with #72473E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72473E on black background.


Color preview on white background

This text has color #72473E on white background.



Black color preview on #72473E background

This text has black color on #72473E background.


White color preview on #72473E background

This text has white color on #72473E background.