COLOR #725471

HEX: #725471
RGB: (114,84,113)

Color info

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

RGB color model

#725471 color RGB value is (114,84,113).

  • red value is 114;
  • green value is 84;
  • blue value is 113.
RGB:
(114,84,113)
(45%,33%,44%)

RGB channels and saturation

R 114 of 255 = 45%
G 84 of 255 = 33%
B 113 of 255 = 44%

114
84
113

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

Portions of RGB colors in percentages

R + G + B =
114 + 84 + 113 = 311 (100%)
R 114 of 311 ~ 36.66%
G 84 of 311 ~ 27.01%
B 113 of 311 ~ 36.33%

%36.66
%27.01
%36.33

CMYK color model

#725471 color CMYK value is (0,26,1,55).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 0.88%
  • key color value is 55.29%
CMYK:
(0,26,1,55)
C0M26Y1K55 
(0%,26%,1%,55%)
(0.00/0.26/0.01/0.55)	

CMYK percentages

%0
%26.32
%0.88
%55.29

Codes

Color #725471 in popluar color models

725471
RGB11484113
HSL302°15.15%38.82%
HSB/HSV302°26.32%44.71%
CMYK0.00%26.32%0.88%
55.29%

Color #725471 in popluar number systems.

HEX725471
Decimal11484113
Binary111001010101001110001
Octal162124161

Shades and tints

Shades of #725471

#725471
(114,84,113)
#684D67
(104,77,103)
#5E465D
(94,70,93)
#543F53
(84,63,83)
#4A3849
(74,56,73)
#40313F
(64,49,63)
#362A35
(54,42,53)
#2C232B
(44,35,43)
#221C21
(34,28,33)
#181517
(24,21,23)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #725471

#725471
(114,84,113)
#7E637D
(126,99,125)
#8A7289
(138,114,137)
#968195
(150,129,149)
#A290A1
(162,144,161)
#AE9FAD
(174,159,173)
#BAAEB9
(186,174,185)
#C6BDC5
(198,189,197)
#D2CCD1
(210,204,209)
#DEDBDD
(222,219,221)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725471 color. Also use rgb(114,84,113) instead hex code.

Text Font Color

.myTextColor { color: #725471; }

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

This text font color is #725471.


Background Color

.myBgColor { background-color: #725471; }

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

This div background color is #725471.


Border color

.myBorderColor { border: 1px solid #725471; }

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

This div border color is #725471.


Opacity

.myOpacity80 { color: #725471; opacity: 0.8; }

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

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

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

This text has shadow with #725471 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725471 on black background.


Color preview on white background

This text has color #725471 on white background.



Black color preview on #725471 background

This text has black color on #725471 background.


White color preview on #725471 background

This text has white color on #725471 background.