COLOR #72593A

HEX: #72593A
RGB: (114,89,58)

Color info

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

RGB color model

#72593A color RGB value is (114,89,58).

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

RGB channels and saturation

R 114 of 255 = 45%
G 89 of 255 = 35%
B 58 of 255 = 23%

114
89
58

R + G + B ~ 34%. #72593A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 89 + 58 = 261 (100%)
R 114 of 261 ~ 43.68%
G 89 of 261 ~ 34.1%
B 58 of 261 ~ 22.22%

%43.68
%34.1
%22.22

CMYK color model

#72593A color CMYK value is (0,22,49,55).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 49.12%
  • key color value is 55.29%
CMYK:
(0,22,49,55)
C0M22Y49K55 
(0%,22%,49%,55%)
(0.00/0.22/0.49/0.55)	

CMYK percentages

%0
%21.93
%49.12
%55.29

Codes

Color #72593A in popluar color models

72593A
RGB1148958
HSL33°32.56%33.73%
HSB/HSV33°49.12%44.71%
CMYK0.00%21.93%49.12%
55.29%

Color #72593A in popluar number systems.

HEX72593A
Decimal1148958
Binary11100101011001111010
Octal16213172

Shades and tints

Shades of #72593A

#72593A
(114,89,58)
#685135
(104,81,53)
#5E4930
(94,73,48)
#54412B
(84,65,43)
#4A3926
(74,57,38)
#403121
(64,49,33)
#36291C
(54,41,28)
#2C2117
(44,33,23)
#221912
(34,25,18)
#18110D
(24,17,13)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #72593A

#72593A
(114,89,58)
#7E684B
(126,104,75)
#8A775C
(138,119,92)
#96866D
(150,134,109)
#A2957E
(162,149,126)
#AEA48F
(174,164,143)
#BAB3A0
(186,179,160)
#C6C2B1
(198,194,177)
#D2D1C2
(210,209,194)
#DEE0D3
(222,224,211)
#EAEFE4
(234,239,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72593A; }

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

This text font color is #72593A.


Background Color

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

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

This div background color is #72593A.


Border color

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

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

This div border color is #72593A.


Opacity

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

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

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

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

This text has shadow with #72593A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72593A on black background.


Color preview on white background

This text has color #72593A on white background.



Black color preview on #72593A background

This text has black color on #72593A background.


White color preview on #72593A background

This text has white color on #72593A background.