COLOR #72425F

HEX: #72425F
RGB: (114,66,95)

Color info

#72425F contains red, green and blue colors in about the same proportion. Web safe color of #72425F is #663366 (or #636).

RGB color model

#72425F color RGB value is (114,66,95).

  • red value is 114;
  • green value is 66;
  • blue value is 95.
RGB:
(114,66,95)
(45%,26%,37%)

RGB channels and saturation

R 114 of 255 = 45%
G 66 of 255 = 26%
B 95 of 255 = 37%

114
66
95

R + G + B ~ 36%. #72425F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 66 + 95 = 275 (100%)
R 114 of 275 ~ 41.45%
G 66 of 275 ~ 24%
B 95 of 275 ~ 34.55%

%41.45
%24
%34.55

CMYK color model

#72425F color CMYK value is (0,42,17,55).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 16.67%
  • key color value is 55.29%
CMYK:
(0,42,17,55)
C0M42Y17K55 
(0%,42%,17%,55%)
(0.00/0.42/0.17/0.55)	

CMYK percentages

%0
%42.11
%16.67
%55.29

Codes

Color #72425F in popluar color models

72425F
RGB1146695
HSL324°26.67%35.29%
HSB/HSV324°42.11%44.71%
CMYK0.00%42.11%16.67%
55.29%

Color #72425F in popluar number systems.

HEX72425F
Decimal1146695
Binary111001010000101011111
Octal162102137

Shades and tints

Shades of #72425F

#72425F
(114,66,95)
#683C57
(104,60,87)
#5E364F
(94,54,79)
#543047
(84,48,71)
#4A2A3F
(74,42,63)
#402437
(64,36,55)
#361E2F
(54,30,47)
#2C1827
(44,24,39)
#22121F
(34,18,31)
#180C17
(24,12,23)
#0E060F
(14,6,15)
#000000
(0,0,0)

Tints of #72425F

#72425F
(114,66,95)
#7E536D
(126,83,109)
#8A647B
(138,100,123)
#967589
(150,117,137)
#A28697
(162,134,151)
#AE97A5
(174,151,165)
#BAA8B3
(186,168,179)
#C6B9C1
(198,185,193)
#D2CACF
(210,202,207)
#DEDBDD
(222,219,221)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72425F color. Also use rgb(114,66,95) instead hex code.

Text Font Color

.myTextColor { color: #72425F; }

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

This text font color is #72425F.


Background Color

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

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

This div background color is #72425F.


Border color

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

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

This div border color is #72425F.


Opacity

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

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

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

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

This text has shadow with #72425F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72425F on black background.


Color preview on white background

This text has color #72425F on white background.



Black color preview on #72425F background

This text has black color on #72425F background.


White color preview on #72425F background

This text has white color on #72425F background.