COLOR #725857

HEX: #725857
RGB: (114,88,87)

Color info

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

RGB color model

#725857 color RGB value is (114,88,87).

  • red value is 114;
  • green value is 88;
  • blue value is 87.
RGB:
(114,88,87)
(45%,35%,34%)

RGB channels and saturation

R 114 of 255 = 45%
G 88 of 255 = 35%
B 87 of 255 = 34%

114
88
87

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

Portions of RGB colors in percentages

R + G + B =
114 + 88 + 87 = 289 (100%)
R 114 of 289 ~ 39.45%
G 88 of 289 ~ 30.45%
B 87 of 289 ~ 30.1%

%39.45
%30.45
%30.1

CMYK color model

#725857 color CMYK value is (0,23,24,55).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 23.68%
  • key color value is 55.29%
CMYK:
(0,23,24,55)
C0M23Y24K55 
(0%,23%,24%,55%)
(0.00/0.23/0.24/0.55)	

CMYK percentages

%0
%22.81
%23.68
%55.29

Codes

Color #725857 in popluar color models

725857
RGB1148887
HSL13.43%39.41%
HSB/HSV23.68%44.71%
CMYK0.00%22.81%23.68%
55.29%

Color #725857 in popluar number systems.

HEX725857
Decimal1148887
Binary111001010110001010111
Octal162130127

Shades and tints

Shades of #725857

#725857
(114,88,87)
#685050
(104,80,80)
#5E4849
(94,72,73)
#544042
(84,64,66)
#4A383B
(74,56,59)
#403034
(64,48,52)
#36282D
(54,40,45)
#2C2026
(44,32,38)
#22181F
(34,24,31)
#181018
(24,16,24)
#0E0811
(14,8,17)
#000000
(0,0,0)

Tints of #725857

#725857
(114,88,87)
#7E6766
(126,103,102)
#8A7675
(138,118,117)
#968584
(150,133,132)
#A29493
(162,148,147)
#AEA3A2
(174,163,162)
#BAB2B1
(186,178,177)
#C6C1C0
(198,193,192)
#D2D0CF
(210,208,207)
#DEDFDE
(222,223,222)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725857 color. Also use rgb(114,88,87) instead hex code.

Text Font Color

.myTextColor { color: #725857; }

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

This text font color is #725857.


Background Color

.myBgColor { background-color: #725857; }

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

This div background color is #725857.


Border color

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

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

This div border color is #725857.


Opacity

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

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

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

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

This text has shadow with #725857 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725857 on black background.


Color preview on white background

This text has color #725857 on white background.



Black color preview on #725857 background

This text has black color on #725857 background.


White color preview on #725857 background

This text has white color on #725857 background.