COLOR #72593F

HEX: #72593F
RGB: (114,89,63)

Color info

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

RGB color model

#72593F color RGB value is (114,89,63).

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

RGB channels and saturation

R 114 of 255 = 45%
G 89 of 255 = 35%
B 63 of 255 = 25%

114
89
63

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

Portions of RGB colors in percentages

R + G + B =
114 + 89 + 63 = 266 (100%)
R 114 of 266 ~ 42.86%
G 89 of 266 ~ 33.46%
B 63 of 266 ~ 23.68%

%42.86
%33.46
%23.68

CMYK color model

#72593F color CMYK value is (0,22,45,55).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 44.74%
  • key color value is 55.29%
CMYK:
(0,22,45,55)
C0M22Y45K55 
(0%,22%,45%,55%)
(0.00/0.22/0.45/0.55)	

CMYK percentages

%0
%21.93
%44.74
%55.29

Codes

Color #72593F in popluar color models

72593F
RGB1148963
HSL31°28.81%34.71%
HSB/HSV31°44.74%44.71%
CMYK0.00%21.93%44.74%
55.29%

Color #72593F in popluar number systems.

HEX72593F
Decimal1148963
Binary11100101011001111111
Octal16213177

Shades and tints

Shades of #72593F

#72593F
(114,89,63)
#68513A
(104,81,58)
#5E4935
(94,73,53)
#544130
(84,65,48)
#4A392B
(74,57,43)
#403126
(64,49,38)
#362921
(54,41,33)
#2C211C
(44,33,28)
#221917
(34,25,23)
#181112
(24,17,18)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #72593F

#72593F
(114,89,63)
#7E6850
(126,104,80)
#8A7761
(138,119,97)
#968672
(150,134,114)
#A29583
(162,149,131)
#AEA494
(174,164,148)
#BAB3A5
(186,179,165)
#C6C2B6
(198,194,182)
#D2D1C7
(210,209,199)
#DEE0D8
(222,224,216)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72593F; }

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

This text font color is #72593F.


Background Color

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

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

This div background color is #72593F.


Border color

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

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

This div border color is #72593F.


Opacity

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

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

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

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

This text has shadow with #72593F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72593F on black background.


Color preview on white background

This text has color #72593F on white background.



Black color preview on #72593F background

This text has black color on #72593F background.


White color preview on #72593F background

This text has white color on #72593F background.