COLOR #725C56

HEX: #725C56
RGB: (114,92,86)

Color info

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

RGB color model

#725C56 color RGB value is (114,92,86).

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

RGB channels and saturation

R 114 of 255 = 45%
G 92 of 255 = 36%
B 86 of 255 = 34%

114
92
86

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

Portions of RGB colors in percentages

R + G + B =
114 + 92 + 86 = 292 (100%)
R 114 of 292 ~ 39.04%
G 92 of 292 ~ 31.51%
B 86 of 292 ~ 29.45%

%39.04
%31.51
%29.45

CMYK color model

#725C56 color CMYK value is (0,19,25,55).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 24.56%
  • key color value is 55.29%
CMYK:
(0,19,25,55)
C0M19Y25K55 
(0%,19%,25%,55%)
(0.00/0.19/0.25/0.55)	

CMYK percentages

%0
%19.3
%24.56
%55.29

Codes

Color #725C56 in popluar color models

725C56
RGB1149286
HSL13°14.00%39.22%
HSB/HSV13°24.56%44.71%
CMYK0.00%19.30%24.56%
55.29%

Color #725C56 in popluar number systems.

HEX725C56
Decimal1149286
Binary111001010111001010110
Octal162134126

Shades and tints

Shades of #725C56

#725C56
(114,92,86)
#68544F
(104,84,79)
#5E4C48
(94,76,72)
#544441
(84,68,65)
#4A3C3A
(74,60,58)
#403433
(64,52,51)
#362C2C
(54,44,44)
#2C2425
(44,36,37)
#221C1E
(34,28,30)
#181417
(24,20,23)
#0E0C10
(14,12,16)
#000000
(0,0,0)

Tints of #725C56

#725C56
(114,92,86)
#7E6A65
(126,106,101)
#8A7874
(138,120,116)
#968683
(150,134,131)
#A29492
(162,148,146)
#AEA2A1
(174,162,161)
#BAB0B0
(186,176,176)
#C6BEBF
(198,190,191)
#D2CCCE
(210,204,206)
#DEDADD
(222,218,221)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725C56; }

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

This text font color is #725C56.


Background Color

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

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

This div background color is #725C56.


Border color

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

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

This div border color is #725C56.


Opacity

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

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

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

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

This text has shadow with #725C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725C56 on black background.


Color preview on white background

This text has color #725C56 on white background.



Black color preview on #725C56 background

This text has black color on #725C56 background.


White color preview on #725C56 background

This text has white color on #725C56 background.