COLOR #72595D

HEX: #72595D
RGB: (114,89,93)

Color info

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

RGB color model

#72595D color RGB value is (114,89,93).

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

RGB channels and saturation

R 114 of 255 = 45%
G 89 of 255 = 35%
B 93 of 255 = 36%

114
89
93

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

Portions of RGB colors in percentages

R + G + B =
114 + 89 + 93 = 296 (100%)
R 114 of 296 ~ 38.51%
G 89 of 296 ~ 30.07%
B 93 of 296 ~ 31.42%

%38.51
%30.07
%31.42

CMYK color model

#72595D color CMYK value is (0,22,18,55).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 18.42%
  • key color value is 55.29%
CMYK: (0,22,18,55) C0M22Y18K55 (0%,22%,18%,55%) (0.00/0.22/0.18/0.55)

CMYK percentages

%0
%21.93
%18.42
%55.29

Codes

Color #72595D in popluar color models

72595D
RGB1148993
HSL350°12.32%39.80%
HSB/HSV350°21.93%44.71%
CMYK0.00%21.93%18.42%
55.29%

Color #72595D in popluar number systems.

HEX72595D
Decimal1148993
Binary111001010110011011101
Octal162131135

Shades and tints

Shades of #72595D

#72595D
(114,89,93)
#685155
(104,81,85)
#5E494D
(94,73,77)
#544145
(84,65,69)
#4A393D
(74,57,61)
#403135
(64,49,53)
#36292D
(54,41,45)
#2C2125
(44,33,37)
#22191D
(34,25,29)
#181115
(24,17,21)
#0E090D
(14,9,13)
#000000
(0,0,0)

Tints of #72595D

#72595D
(114,89,93)
#7E686B
(126,104,107)
#8A7779
(138,119,121)
#968687
(150,134,135)
#A29595
(162,149,149)
#AEA4A3
(174,164,163)
#BAB3B1
(186,179,177)
#C6C2BF
(198,194,191)
#D2D1CD
(210,209,205)
#DEE0DB
(222,224,219)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72595D color. Also use rgb(114,89,93) instead hex code.

Text Font Color

.myTextColor { color: #72595D; }

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

This text font color is #72595D.


Background Color

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

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

This div background color is #72595D.


Border color

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

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

This div border color is #72595D.


Opacity

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

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

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

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

This text has shadow with #72595D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #72595D on black background.


Color preview on white background

This text has color #72595D on white background.



Black color preview on #72595D background

This text has black color on #72595D background.


White color preview on #72595D background

This text has white color on #72595D background.