COLOR #725E82

HEX: #725E82
RGB: (114,94,130)

Color info

#725E82 contains red, green and blue colors in about the same proportion. Web safe color of #725E82 is #666699 (or #669).

RGB color model

#725E82 color RGB value is (114,94,130).

  • red value is 114;
  • green value is 94;
  • blue value is 130.
RGB:
(114,94,130)
(45%,37%,51%)

RGB channels and saturation

R 114 of 255 = 45%
G 94 of 255 = 37%
B 130 of 255 = 51%

114
94
130

R + G + B ~ 44%. #725E82 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 94 + 130 = 338 (100%)
R 114 of 338 ~ 33.73%
G 94 of 338 ~ 27.81%
B 130 of 338 ~ 38.46%

%33.73
%27.81
%38.46

CMYK color model

#725E82 color CMYK value is (12,28,0,49).

  • cyan value is 12.31%
  • magenta value is 27.69%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(12,28,0,49)
C12M28Y0K49 
(12%,28%,0%,49%)
(0.12/0.28/0.00/0.49)	

CMYK percentages

%12.31
%27.69
%0
%49.02

Codes

Color #725E82 in popluar color models

725E82
RGB11494130
HSL273°16.07%43.92%
HSB/HSV273°27.69%50.98%
CMYK12.31%27.69%0.00%
49.02%

Color #725E82 in popluar number systems.

HEX725E82
Decimal11494130
Binary1110010101111010000010
Octal162136202

Shades and tints

Shades of #725E82

#725E82
(114,94,130)
#685677
(104,86,119)
#5E4E6C
(94,78,108)
#544661
(84,70,97)
#4A3E56
(74,62,86)
#40364B
(64,54,75)
#362E40
(54,46,64)
#2C2635
(44,38,53)
#221E2A
(34,30,42)
#18161F
(24,22,31)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #725E82

#725E82
(114,94,130)
#7E6C8D
(126,108,141)
#8A7A98
(138,122,152)
#9688A3
(150,136,163)
#A296AE
(162,150,174)
#AEA4B9
(174,164,185)
#BAB2C4
(186,178,196)
#C6C0CF
(198,192,207)
#D2CEDA
(210,206,218)
#DEDCE5
(222,220,229)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725E82 color. Also use rgb(114,94,130) instead hex code.

Text Font Color

.myTextColor { color: #725E82; }

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

This text font color is #725E82.


Background Color

.myBgColor { background-color: #725E82; }

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

This div background color is #725E82.


Border color

.myBorderColor { border: 1px solid #725E82; }

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

This div border color is #725E82.


Opacity

.myOpacity80 { color: #725E82; opacity: 0.8; }

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

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

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

This text has shadow with #725E82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725E82 on black background.


Color preview on white background

This text has color #725E82 on white background.



Black color preview on #725E82 background

This text has black color on #725E82 background.


White color preview on #725E82 background

This text has white color on #725E82 background.