COLOR #72585B

HEX: #72585B
RGB: (114,88,91)

Color info

#72585B contains red, green and blue colors in about the same proportion. Web safe color of #72585B is #666666 (or #666).

RGB color model

#72585B color RGB value is (114,88,91).

  • red value is 114;
  • green value is 88;
  • blue value is 91.
RGB:
(114,88,91)
(45%,35%,36%)

RGB channels and saturation

R 114 of 255 = 45%
G 88 of 255 = 35%
B 91 of 255 = 36%

114
88
91

R + G + B ~ 39%. #72585B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 88 + 91 = 293 (100%)
R 114 of 293 ~ 38.91%
G 88 of 293 ~ 30.03%
B 91 of 293 ~ 31.06%

%38.91
%30.03
%31.06

CMYK color model

#72585B color CMYK value is (0,23,20,55).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 20.18%
  • key color value is 55.29%
CMYK:
(0,23,20,55)
C0M23Y20K55 
(0%,23%,20%,55%)
(0.00/0.23/0.20/0.55)	

CMYK percentages

%0
%22.81
%20.18
%55.29

Codes

Color #72585B in popluar color models

72585B
RGB1148891
HSL353°12.87%39.61%
HSB/HSV353°22.81%44.71%
CMYK0.00%22.81%20.18%
55.29%

Color #72585B in popluar number systems.

HEX72585B
Decimal1148891
Binary111001010110001011011
Octal162130133

Shades and tints

Shades of #72585B

#72585B
(114,88,91)
#685053
(104,80,83)
#5E484B
(94,72,75)
#544043
(84,64,67)
#4A383B
(74,56,59)
#403033
(64,48,51)
#36282B
(54,40,43)
#2C2023
(44,32,35)
#22181B
(34,24,27)
#181013
(24,16,19)
#0E080B
(14,8,11)
#000000
(0,0,0)

Tints of #72585B

#72585B
(114,88,91)
#7E6769
(126,103,105)
#8A7677
(138,118,119)
#968585
(150,133,133)
#A29493
(162,148,147)
#AEA3A1
(174,163,161)
#BAB2AF
(186,178,175)
#C6C1BD
(198,193,189)
#D2D0CB
(210,208,203)
#DEDFD9
(222,223,217)
#EAEEE7
(234,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72585B color. Also use rgb(114,88,91) instead hex code.

Text Font Color

.myTextColor { color: #72585B; }

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

This text font color is #72585B.


Background Color

.myBgColor { background-color: #72585B; }

<div style="background-color:#72585B">Inner text</div>

This div background color is #72585B.


Border color

.myBorderColor { border: 1px solid #72585B; }

<div style="border:3px solid #72585B">Div</div>

This div border color is #72585B.


Opacity

.myOpacity80 { color: #72585B; opacity: 0.8; }

<p style="color:#72585B;opacity:0.8;">80%</p>

Text with #72585B 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 #72585B;}

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

This text has shadow with #72585B color.

.textShadow {text-shadow: 3px 3px 1px #72585B, 3px 3px 1px red;}

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

This text has shadow with #72585B primary color and red secondary color.


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

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

This text has shadow with #72585B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72585B on black background.


Color preview on white background

This text has color #72585B on white background.



Black color preview on #72585B background

This text has black color on #72585B background.


White color preview on #72585B background

This text has white color on #72585B background.