COLOR #725E51

HEX: #725E51
RGB: (114,94,81)

Color info

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

RGB color model

#725E51 color RGB value is (114,94,81).

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

RGB channels and saturation

R 114 of 255 = 45%
G 94 of 255 = 37%
B 81 of 255 = 32%

114
94
81

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

Portions of RGB colors in percentages

R + G + B =
114 + 94 + 81 = 289 (100%)
R 114 of 289 ~ 39.45%
G 94 of 289 ~ 32.53%
B 81 of 289 ~ 28.03%

%39.45
%32.53
%28.03

CMYK color model

#725E51 color CMYK value is (0,18,29,55).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 28.95%
  • key color value is 55.29%
CMYK:
(0,18,29,55)
C0M18Y29K55 
(0%,18%,29%,55%)
(0.00/0.18/0.29/0.55)	

CMYK percentages

%0
%17.54
%28.95
%55.29

Codes

Color #725E51 in popluar color models

725E51
RGB1149481
HSL24°16.92%38.24%
HSB/HSV24°28.95%44.71%
CMYK0.00%17.54%28.95%
55.29%

Color #725E51 in popluar number systems.

HEX725E51
Decimal1149481
Binary111001010111101010001
Octal162136121

Shades and tints

Shades of #725E51

#725E51
(114,94,81)
#68564A
(104,86,74)
#5E4E43
(94,78,67)
#54463C
(84,70,60)
#4A3E35
(74,62,53)
#40362E
(64,54,46)
#362E27
(54,46,39)
#2C2620
(44,38,32)
#221E19
(34,30,25)
#181612
(24,22,18)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #725E51

#725E51
(114,94,81)
#7E6C60
(126,108,96)
#8A7A6F
(138,122,111)
#96887E
(150,136,126)
#A2968D
(162,150,141)
#AEA49C
(174,164,156)
#BAB2AB
(186,178,171)
#C6C0BA
(198,192,186)
#D2CEC9
(210,206,201)
#DEDCD8
(222,220,216)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725E51; }

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

This text font color is #725E51.


Background Color

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

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

This div background color is #725E51.


Border color

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

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

This div border color is #725E51.


Opacity

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

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

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

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

This text has shadow with #725E51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725E51 on black background.


Color preview on white background

This text has color #725E51 on white background.



Black color preview on #725E51 background

This text has black color on #725E51 background.


White color preview on #725E51 background

This text has white color on #725E51 background.