COLOR #725C59

HEX: #725C59
RGB: (114,92,89)

Color info

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

RGB color model

#725C59 color RGB value is (114,92,89).

  • red value is 114;
  • green value is 92;
  • blue value is 89.
RGB:
(114,92,89)
(45%,36%,35%)

RGB channels and saturation

R 114 of 255 = 45%
G 92 of 255 = 36%
B 89 of 255 = 35%

114
92
89

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

Portions of RGB colors in percentages

R + G + B =
114 + 92 + 89 = 295 (100%)
R 114 of 295 ~ 38.64%
G 92 of 295 ~ 31.19%
B 89 of 295 ~ 30.17%

%38.64
%31.19
%30.17

CMYK color model

#725C59 color CMYK value is (0,19,22,55).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 21.93%
  • key color value is 55.29%
CMYK:
(0,19,22,55)
C0M19Y22K55 
(0%,19%,22%,55%)
(0.00/0.19/0.22/0.55)	

CMYK percentages

%0
%19.3
%21.93
%55.29

Codes

Color #725C59 in popluar color models

725C59
RGB1149289
HSL12.32%39.80%
HSB/HSV21.93%44.71%
CMYK0.00%19.30%21.93%
55.29%

Color #725C59 in popluar number systems.

HEX725C59
Decimal1149289
Binary111001010111001011001
Octal162134131

Shades and tints

Shades of #725C59

#725C59
(114,92,89)
#685451
(104,84,81)
#5E4C49
(94,76,73)
#544441
(84,68,65)
#4A3C39
(74,60,57)
#403431
(64,52,49)
#362C29
(54,44,41)
#2C2421
(44,36,33)
#221C19
(34,28,25)
#181411
(24,20,17)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #725C59

#725C59
(114,92,89)
#7E6A68
(126,106,104)
#8A7877
(138,120,119)
#968686
(150,134,134)
#A29495
(162,148,149)
#AEA2A4
(174,162,164)
#BAB0B3
(186,176,179)
#C6BEC2
(198,190,194)
#D2CCD1
(210,204,209)
#DEDAE0
(222,218,224)
#EAE8EF
(234,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725C59 color. Also use rgb(114,92,89) instead hex code.

Text Font Color

.myTextColor { color: #725C59; }

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

This text font color is #725C59.


Background Color

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

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

This div background color is #725C59.


Border color

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

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

This div border color is #725C59.


Opacity

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

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

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

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

This text has shadow with #725C59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725C59 on black background.


Color preview on white background

This text has color #725C59 on white background.



Black color preview on #725C59 background

This text has black color on #725C59 background.


White color preview on #725C59 background

This text has white color on #725C59 background.