COLOR #725B55

HEX: #725B55
RGB: (114,91,85)

Color info

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

RGB color model

#725B55 color RGB value is (114,91,85).

  • red value is 114;
  • green value is 91;
  • blue value is 85.
RGB:
(114,91,85)
(45%,36%,33%)

RGB channels and saturation

R 114 of 255 = 45%
G 91 of 255 = 36%
B 85 of 255 = 33%

114
91
85

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

Portions of RGB colors in percentages

R + G + B =
114 + 91 + 85 = 290 (100%)
R 114 of 290 ~ 39.31%
G 91 of 290 ~ 31.38%
B 85 of 290 ~ 29.31%

%39.31
%31.38
%29.31

CMYK color model

#725B55 color CMYK value is (0,20,25,55).

  • cyan value is 0.00%
  • magenta value is 20.18%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(0,20,25,55)
C0M20Y25K55 
(0%,20%,25%,55%)
(0.00/0.20/0.25/0.55)	

CMYK percentages

%0
%20.18
%25.44
%55.29

Codes

Color #725B55 in popluar color models

725B55
RGB1149185
HSL12°14.57%39.02%
HSB/HSV12°25.44%44.71%
CMYK0.00%20.18%25.44%
55.29%

Color #725B55 in popluar number systems.

HEX725B55
Decimal1149185
Binary111001010110111010101
Octal162133125

Shades and tints

Shades of #725B55

#725B55
(114,91,85)
#68534E
(104,83,78)
#5E4B47
(94,75,71)
#544340
(84,67,64)
#4A3B39
(74,59,57)
#403332
(64,51,50)
#362B2B
(54,43,43)
#2C2324
(44,35,36)
#221B1D
(34,27,29)
#181316
(24,19,22)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #725B55

#725B55
(114,91,85)
#7E6964
(126,105,100)
#8A7773
(138,119,115)
#968582
(150,133,130)
#A29391
(162,147,145)
#AEA1A0
(174,161,160)
#BAAFAF
(186,175,175)
#C6BDBE
(198,189,190)
#D2CBCD
(210,203,205)
#DED9DC
(222,217,220)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725B55 color. Also use rgb(114,91,85) instead hex code.

Text Font Color

.myTextColor { color: #725B55; }

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

This text font color is #725B55.


Background Color

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

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

This div background color is #725B55.


Border color

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

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

This div border color is #725B55.


Opacity

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

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

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

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

This text has shadow with #725B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725B55 on black background.


Color preview on white background

This text has color #725B55 on white background.



Black color preview on #725B55 background

This text has black color on #725B55 background.


White color preview on #725B55 background

This text has white color on #725B55 background.