COLOR #725063

HEX: #725063
RGB: (114,80,99)

Color info

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

RGB color model

#725063 color RGB value is (114,80,99).

  • red value is 114;
  • green value is 80;
  • blue value is 99.
RGB:
(114,80,99)
(45%,31%,39%)

RGB channels and saturation

R 114 of 255 = 45%
G 80 of 255 = 31%
B 99 of 255 = 39%

114
80
99

R + G + B ~ 38%. #725063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 80 + 99 = 293 (100%)
R 114 of 293 ~ 38.91%
G 80 of 293 ~ 27.3%
B 99 of 293 ~ 33.79%

%38.91
%27.3
%33.79

CMYK color model

#725063 color CMYK value is (0,30,13,55).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 13.16%
  • key color value is 55.29%
CMYK:
(0,30,13,55)
C0M30Y13K55 
(0%,30%,13%,55%)
(0.00/0.30/0.13/0.55)	

CMYK percentages

%0
%29.82
%13.16
%55.29

Codes

Color #725063 in popluar color models

725063
RGB1148099
HSL326°17.53%38.04%
HSB/HSV326°29.82%44.71%
CMYK0.00%29.82%13.16%
55.29%

Color #725063 in popluar number systems.

HEX725063
Decimal1148099
Binary111001010100001100011
Octal162120143

Shades and tints

Shades of #725063

#725063
(114,80,99)
#68495A
(104,73,90)
#5E4251
(94,66,81)
#543B48
(84,59,72)
#4A343F
(74,52,63)
#402D36
(64,45,54)
#36262D
(54,38,45)
#2C1F24
(44,31,36)
#22181B
(34,24,27)
#181112
(24,17,18)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #725063

#725063
(114,80,99)
#7E5F71
(126,95,113)
#8A6E7F
(138,110,127)
#967D8D
(150,125,141)
#A28C9B
(162,140,155)
#AE9BA9
(174,155,169)
#BAAAB7
(186,170,183)
#C6B9C5
(198,185,197)
#D2C8D3
(210,200,211)
#DED7E1
(222,215,225)
#EAE6EF
(234,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725063 color. Also use rgb(114,80,99) instead hex code.

Text Font Color

.myTextColor { color: #725063; }

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

This text font color is #725063.


Background Color

.myBgColor { background-color: #725063; }

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

This div background color is #725063.


Border color

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

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

This div border color is #725063.


Opacity

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

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

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

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

This text has shadow with #725063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725063 on black background.


Color preview on white background

This text has color #725063 on white background.



Black color preview on #725063 background

This text has black color on #725063 background.


White color preview on #725063 background

This text has white color on #725063 background.