COLOR #725A57

HEX: #725A57
RGB: (114,90,87)

Color info

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

RGB color model

#725A57 color RGB value is (114,90,87).

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

RGB channels and saturation

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

114
90
87

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

Portions of RGB colors in percentages

R + G + B =
114 + 90 + 87 = 291 (100%)
R 114 of 291 ~ 39.18%
G 90 of 291 ~ 30.93%
B 87 of 291 ~ 29.9%

%39.18
%30.93
%29.9

CMYK color model

#725A57 color CMYK value is (0,21,24,55).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 23.68%
  • key color value is 55.29%
CMYK:
(0,21,24,55)
C0M21Y24K55 
(0%,21%,24%,55%)
(0.00/0.21/0.24/0.55)	

CMYK percentages

%0
%21.05
%23.68
%55.29

Codes

Color #725A57 in popluar color models

725A57
RGB1149087
HSL13.43%39.41%
HSB/HSV23.68%44.71%
CMYK0.00%21.05%23.68%
55.29%

Color #725A57 in popluar number systems.

HEX725A57
Decimal1149087
Binary111001010110101010111
Octal162132127

Shades and tints

Shades of #725A57

#725A57
(114,90,87)
#685250
(104,82,80)
#5E4A49
(94,74,73)
#544242
(84,66,66)
#4A3A3B
(74,58,59)
#403234
(64,50,52)
#362A2D
(54,42,45)
#2C2226
(44,34,38)
#221A1F
(34,26,31)
#181218
(24,18,24)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #725A57

#725A57
(114,90,87)
#7E6966
(126,105,102)
#8A7875
(138,120,117)
#968784
(150,135,132)
#A29693
(162,150,147)
#AEA5A2
(174,165,162)
#BAB4B1
(186,180,177)
#C6C3C0
(198,195,192)
#D2D2CF
(210,210,207)
#DEE1DE
(222,225,222)
#EAF0ED
(234,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725A57; }

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

This text font color is #725A57.


Background Color

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

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

This div background color is #725A57.


Border color

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

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

This div border color is #725A57.


Opacity

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

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

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

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

This text has shadow with #725A57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725A57 on black background.


Color preview on white background

This text has color #725A57 on white background.



Black color preview on #725A57 background

This text has black color on #725A57 background.


White color preview on #725A57 background

This text has white color on #725A57 background.