COLOR #725268

HEX: #725268
RGB: (114,82,104)

Color info

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

RGB color model

#725268 color RGB value is (114,82,104).

  • red value is 114;
  • green value is 82;
  • blue value is 104.
RGB:
(114,82,104)
(45%,32%,41%)

RGB channels and saturation

R 114 of 255 = 45%
G 82 of 255 = 32%
B 104 of 255 = 41%

114
82
104

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

Portions of RGB colors in percentages

R + G + B =
114 + 82 + 104 = 300 (100%)
R 114 of 300 ~ 38%
G 82 of 300 ~ 27.33%
B 104 of 300 ~ 34.67%

%38
%27.33
%34.67

CMYK color model

#725268 color CMYK value is (0,28,9,55).

  • cyan value is 0.00%
  • magenta value is 28.07%
  • yellow value is 8.77%
  • key color value is 55.29%
CMYK:
(0,28,9,55)
C0M28Y9K55 
(0%,28%,9%,55%)
(0.00/0.28/0.09/0.55)	

CMYK percentages

%0
%28.07
%8.77
%55.29

Codes

Color #725268 in popluar color models

725268
RGB11482104
HSL319°16.33%38.43%
HSB/HSV319°28.07%44.71%
CMYK0.00%28.07%8.77%
55.29%

Color #725268 in popluar number systems.

HEX725268
Decimal11482104
Binary111001010100101101000
Octal162122150

Shades and tints

Shades of #725268

#725268
(114,82,104)
#684B5F
(104,75,95)
#5E4456
(94,68,86)
#543D4D
(84,61,77)
#4A3644
(74,54,68)
#402F3B
(64,47,59)
#362832
(54,40,50)
#2C2129
(44,33,41)
#221A20
(34,26,32)
#181317
(24,19,23)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #725268

#725268
(114,82,104)
#7E6175
(126,97,117)
#8A7082
(138,112,130)
#967F8F
(150,127,143)
#A28E9C
(162,142,156)
#AE9DA9
(174,157,169)
#BAACB6
(186,172,182)
#C6BBC3
(198,187,195)
#D2CAD0
(210,202,208)
#DED9DD
(222,217,221)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725268 color. Also use rgb(114,82,104) instead hex code.

Text Font Color

.myTextColor { color: #725268; }

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

This text font color is #725268.


Background Color

.myBgColor { background-color: #725268; }

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

This div background color is #725268.


Border color

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

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

This div border color is #725268.


Opacity

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

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

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

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

This text has shadow with #725268 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725268 on black background.


Color preview on white background

This text has color #725268 on white background.



Black color preview on #725268 background

This text has black color on #725268 background.


White color preview on #725268 background

This text has white color on #725268 background.