COLOR #725B57

HEX: #725B57
RGB: (114,91,87)

Color info

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

RGB color model

#725B57 color RGB value is (114,91,87).

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

RGB channels and saturation

R 114 of 255 = 45%
G 91 of 255 = 36%
B 87 of 255 = 34%

114
91
87

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

Portions of RGB colors in percentages

R + G + B =
114 + 91 + 87 = 292 (100%)
R 114 of 292 ~ 39.04%
G 91 of 292 ~ 31.16%
B 87 of 292 ~ 29.79%

%39.04
%31.16
%29.79

CMYK color model

#725B57 color CMYK value is (0,20,24,55).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 23.68%
  • key color value is 55.29%
CMYK:
(0,20,24,55)
C0M20Y24K55 
(0%,20%,24%,55%)
(0.00/0.20/0.24/0.55)	

CMYK percentages

%0
%20.18
%23.68
%55.29

Codes

Color #725B57 in popluar color models

725B57
RGB1149187
HSL13.43%39.41%
HSB/HSV23.68%44.71%
CMYK0.00%20.18%23.68%
55.29%

Color #725B57 in popluar number systems.

HEX725B57
Decimal1149187
Binary111001010110111010111
Octal162133127

Shades and tints

Shades of #725B57

#725B57
(114,91,87)
#685350
(104,83,80)
#5E4B49
(94,75,73)
#544342
(84,67,66)
#4A3B3B
(74,59,59)
#403334
(64,51,52)
#362B2D
(54,43,45)
#2C2326
(44,35,38)
#221B1F
(34,27,31)
#181318
(24,19,24)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #725B57

#725B57
(114,91,87)
#7E6966
(126,105,102)
#8A7775
(138,119,117)
#968584
(150,133,132)
#A29393
(162,147,147)
#AEA1A2
(174,161,162)
#BAAFB1
(186,175,177)
#C6BDC0
(198,189,192)
#D2CBCF
(210,203,207)
#DED9DE
(222,217,222)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725B57; }

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

This text font color is #725B57.


Background Color

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

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

This div background color is #725B57.


Border color

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

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

This div border color is #725B57.


Opacity

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

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

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

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

This text has shadow with #725B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725B57 on black background.


Color preview on white background

This text has color #725B57 on white background.



Black color preview on #725B57 background

This text has black color on #725B57 background.


White color preview on #725B57 background

This text has white color on #725B57 background.