COLOR #725A56

HEX: #725A56
RGB: (114,90,86)

Color info

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

RGB color model

#725A56 color RGB value is (114,90,86).

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

RGB channels and saturation

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

114
90
86

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

Portions of RGB colors in percentages

R + G + B =
114 + 90 + 86 = 290 (100%)
R 114 of 290 ~ 39.31%
G 90 of 290 ~ 31.03%
B 86 of 290 ~ 29.66%

%39.31
%31.03
%29.66

CMYK color model

#725A56 color CMYK value is (0,21,25,55).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 24.56%
  • key color value is 55.29%
CMYK:
(0,21,25,55)
C0M21Y25K55 
(0%,21%,25%,55%)
(0.00/0.21/0.25/0.55)	

CMYK percentages

%0
%21.05
%24.56
%55.29

Codes

Color #725A56 in popluar color models

725A56
RGB1149086
HSL14.00%39.22%
HSB/HSV24.56%44.71%
CMYK0.00%21.05%24.56%
55.29%

Color #725A56 in popluar number systems.

HEX725A56
Decimal1149086
Binary111001010110101010110
Octal162132126

Shades and tints

Shades of #725A56

#725A56
(114,90,86)
#68524F
(104,82,79)
#5E4A48
(94,74,72)
#544241
(84,66,65)
#4A3A3A
(74,58,58)
#403233
(64,50,51)
#362A2C
(54,42,44)
#2C2225
(44,34,37)
#221A1E
(34,26,30)
#181217
(24,18,23)
#0E0A10
(14,10,16)
#000000
(0,0,0)

Tints of #725A56

#725A56
(114,90,86)
#7E6965
(126,105,101)
#8A7874
(138,120,116)
#968783
(150,135,131)
#A29692
(162,150,146)
#AEA5A1
(174,165,161)
#BAB4B0
(186,180,176)
#C6C3BF
(198,195,191)
#D2D2CE
(210,210,206)
#DEE1DD
(222,225,221)
#EAF0EC
(234,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725A56; }

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

This text font color is #725A56.


Background Color

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

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

This div background color is #725A56.


Border color

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

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

This div border color is #725A56.


Opacity

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

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

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

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

This text has shadow with #725A56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725A56 on black background.


Color preview on white background

This text has color #725A56 on white background.



Black color preview on #725A56 background

This text has black color on #725A56 background.


White color preview on #725A56 background

This text has white color on #725A56 background.