COLOR #725155

HEX: #725155
RGB: (114,81,85)

Color info

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

RGB color model

#725155 color RGB value is (114,81,85).

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

RGB channels and saturation

R 114 of 255 = 45%
G 81 of 255 = 32%
B 85 of 255 = 33%

114
81
85

R + G + B ~ 37%. #725155 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 81 + 85 = 280 (100%)
R 114 of 280 ~ 40.71%
G 81 of 280 ~ 28.93%
B 85 of 280 ~ 30.36%

%40.71
%28.93
%30.36

CMYK color model

#725155 color CMYK value is (0,29,25,55).

  • cyan value is 0.00%
  • magenta value is 28.95%
  • yellow value is 25.44%
  • key color value is 55.29%
CMYK:
(0,29,25,55)
C0M29Y25K55 
(0%,29%,25%,55%)
(0.00/0.29/0.25/0.55)	

CMYK percentages

%0
%28.95
%25.44
%55.29

Codes

Color #725155 in popluar color models

725155
RGB1148185
HSL353°16.92%38.24%
HSB/HSV353°28.95%44.71%
CMYK0.00%28.95%25.44%
55.29%

Color #725155 in popluar number systems.

HEX725155
Decimal1148185
Binary111001010100011010101
Octal162121125

Shades and tints

Shades of #725155

#725155
(114,81,85)
#684A4E
(104,74,78)
#5E4347
(94,67,71)
#543C40
(84,60,64)
#4A3539
(74,53,57)
#402E32
(64,46,50)
#36272B
(54,39,43)
#2C2024
(44,32,36)
#22191D
(34,25,29)
#181216
(24,18,22)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #725155

#725155
(114,81,85)
#7E6064
(126,96,100)
#8A6F73
(138,111,115)
#967E82
(150,126,130)
#A28D91
(162,141,145)
#AE9CA0
(174,156,160)
#BAABAF
(186,171,175)
#C6BABE
(198,186,190)
#D2C9CD
(210,201,205)
#DED8DC
(222,216,220)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725155; }

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

This text font color is #725155.


Background Color

.myBgColor { background-color: #725155; }

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

This div background color is #725155.


Border color

.myBorderColor { border: 1px solid #725155; }

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

This div border color is #725155.


Opacity

.myOpacity80 { color: #725155; opacity: 0.8; }

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

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

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

This text has shadow with #725155 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725155 on black background.


Color preview on white background

This text has color #725155 on white background.



Black color preview on #725155 background

This text has black color on #725155 background.


White color preview on #725155 background

This text has white color on #725155 background.