COLOR #725947

HEX: #725947
RGB: (114,89,71)

Color info

#725947 contains red, green and blue colors in about the same proportion. Web safe color of #725947 is #666633 (or #663).

RGB color model

#725947 color RGB value is (114,89,71).

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

RGB channels and saturation

R 114 of 255 = 45%
G 89 of 255 = 35%
B 71 of 255 = 28%

114
89
71

R + G + B ~ 36%. #725947 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 89 + 71 = 274 (100%)
R 114 of 274 ~ 41.61%
G 89 of 274 ~ 32.48%
B 71 of 274 ~ 25.91%

%41.61
%32.48
%25.91

CMYK color model

#725947 color CMYK value is (0,22,38,55).

  • cyan value is 0.00%
  • magenta value is 21.93%
  • yellow value is 37.72%
  • key color value is 55.29%
CMYK:
(0,22,38,55)
C0M22Y38K55 
(0%,22%,38%,55%)
(0.00/0.22/0.38/0.55)	

CMYK percentages

%0
%21.93
%37.72
%55.29

Codes

Color #725947 in popluar color models

725947
RGB1148971
HSL25°23.24%36.27%
HSB/HSV25°37.72%44.71%
CMYK0.00%21.93%37.72%
55.29%

Color #725947 in popluar number systems.

HEX725947
Decimal1148971
Binary111001010110011000111
Octal162131107

Shades and tints

Shades of #725947

#725947
(114,89,71)
#685141
(104,81,65)
#5E493B
(94,73,59)
#544135
(84,65,53)
#4A392F
(74,57,47)
#403129
(64,49,41)
#362923
(54,41,35)
#2C211D
(44,33,29)
#221917
(34,25,23)
#181111
(24,17,17)
#0E090B
(14,9,11)
#000000
(0,0,0)

Tints of #725947

#725947
(114,89,71)
#7E6857
(126,104,87)
#8A7767
(138,119,103)
#968677
(150,134,119)
#A29587
(162,149,135)
#AEA497
(174,164,151)
#BAB3A7
(186,179,167)
#C6C2B7
(198,194,183)
#D2D1C7
(210,209,199)
#DEE0D7
(222,224,215)
#EAEFE7
(234,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725947; }

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

This text font color is #725947.


Background Color

.myBgColor { background-color: #725947; }

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

This div background color is #725947.


Border color

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

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

This div border color is #725947.


Opacity

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

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

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

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

This text has shadow with #725947 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725947 on black background.


Color preview on white background

This text has color #725947 on white background.



Black color preview on #725947 background

This text has black color on #725947 background.


White color preview on #725947 background

This text has white color on #725947 background.