COLOR #72593E

HEX: #72593E
RGB: (114,89,62)

Color info

#72593E contains red, green and blue colors in about the same proportion. Web safe color of #72593E is #666633 (or #663).

RGB color model

#72593E color RGB value is (114,89,62).

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

RGB channels and saturation

R 114 of 255 = 45%
G 89 of 255 = 35%
B 62 of 255 = 24%

114
89
62

R + G + B ~ 35%. #72593E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 89 + 62 = 265 (100%)
R 114 of 265 ~ 43.02%
G 89 of 265 ~ 33.58%
B 62 of 265 ~ 23.4%

%43.02
%33.58
%23.4

CMYK color model

#72593E color CMYK value is (0,22,46,55).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 45.61%
  • key color value is 55.29%
CMYK:
(0,22,46,55)
C0M22Y46K55 
(0%,22%,46%,55%)
(0.00/0.22/0.46/0.55)	

CMYK percentages

%0
%21.93
%45.61
%55.29

Codes

Color #72593E in popluar color models

72593E
RGB1148962
HSL31°29.55%34.51%
HSB/HSV31°45.61%44.71%
CMYK0.00%21.93%45.61%
55.29%

Color #72593E in popluar number systems.

HEX72593E
Decimal1148962
Binary11100101011001111110
Octal16213176

Shades and tints

Shades of #72593E

#72593E
(114,89,62)
#685139
(104,81,57)
#5E4934
(94,73,52)
#54412F
(84,65,47)
#4A392A
(74,57,42)
#403125
(64,49,37)
#362920
(54,41,32)
#2C211B
(44,33,27)
#221916
(34,25,22)
#181111
(24,17,17)
#0E090C
(14,9,12)
#000000
(0,0,0)

Tints of #72593E

#72593E
(114,89,62)
#7E684F
(126,104,79)
#8A7760
(138,119,96)
#968671
(150,134,113)
#A29582
(162,149,130)
#AEA493
(174,164,147)
#BAB3A4
(186,179,164)
#C6C2B5
(198,194,181)
#D2D1C6
(210,209,198)
#DEE0D7
(222,224,215)
#EAEFE8
(234,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72593E; }

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

This text font color is #72593E.


Background Color

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

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

This div background color is #72593E.


Border color

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

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

This div border color is #72593E.


Opacity

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

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

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

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

This text has shadow with #72593E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72593E on black background.


Color preview on white background

This text has color #72593E on white background.



Black color preview on #72593E background

This text has black color on #72593E background.


White color preview on #72593E background

This text has white color on #72593E background.