COLOR #72586D

HEX: #72586D
RGB: (114,88,109)

Color info

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

RGB color model

#72586D color RGB value is (114,88,109).

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

RGB channels and saturation

R 114 of 255 = 45%
G 88 of 255 = 35%
B 109 of 255 = 43%

114
88
109

R + G + B ~ 41%. #72586D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 88 + 109 = 311 (100%)
R 114 of 311 ~ 36.66%
G 88 of 311 ~ 28.3%
B 109 of 311 ~ 35.05%

%36.66
%28.3
%35.05

CMYK color model

#72586D color CMYK value is (0,23,4,55).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 4.39%
  • key color value is 55.29%
CMYK:
(0,23,4,55)
C0M23Y4K55 
(0%,23%,4%,55%)
(0.00/0.23/0.04/0.55)	

CMYK percentages

%0
%22.81
%4.39
%55.29

Codes

Color #72586D in popluar color models

72586D
RGB11488109
HSL312°12.87%39.61%
HSB/HSV312°22.81%44.71%
CMYK0.00%22.81%4.39%
55.29%

Color #72586D in popluar number systems.

HEX72586D
Decimal11488109
Binary111001010110001101101
Octal162130155

Shades and tints

Shades of #72586D

#72586D
(114,88,109)
#685064
(104,80,100)
#5E485B
(94,72,91)
#544052
(84,64,82)
#4A3849
(74,56,73)
#403040
(64,48,64)
#362837
(54,40,55)
#2C202E
(44,32,46)
#221825
(34,24,37)
#18101C
(24,16,28)
#0E0813
(14,8,19)
#000000
(0,0,0)

Tints of #72586D

#72586D
(114,88,109)
#7E677A
(126,103,122)
#8A7687
(138,118,135)
#968594
(150,133,148)
#A294A1
(162,148,161)
#AEA3AE
(174,163,174)
#BAB2BB
(186,178,187)
#C6C1C8
(198,193,200)
#D2D0D5
(210,208,213)
#DEDFE2
(222,223,226)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72586D color. Also use rgb(114,88,109) instead hex code.

Text Font Color

.myTextColor { color: #72586D; }

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

This text font color is #72586D.


Background Color

.myBgColor { background-color: #72586D; }

<div style="background-color:#72586D">Inner text</div>

This div background color is #72586D.


Border color

.myBorderColor { border: 1px solid #72586D; }

<div style="border:3px solid #72586D">Div</div>

This div border color is #72586D.


Opacity

.myOpacity80 { color: #72586D; opacity: 0.8; }

<p style="color:#72586D;opacity:0.8;">80%</p>

Text with #72586D 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 #72586D;}

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

This text has shadow with #72586D color.

.textShadow {text-shadow: 3px 3px 1px #72586D, 3px 3px 1px red;}

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

This text has shadow with #72586D primary color and red secondary color.


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

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

This text has shadow with #72586D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72586D on black background.


Color preview on white background

This text has color #72586D on white background.



Black color preview on #72586D background

This text has black color on #72586D background.


White color preview on #72586D background

This text has white color on #72586D background.