COLOR #725041

HEX: #725041
RGB: (114,80,65)

Color info

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

RGB color model

#725041 color RGB value is (114,80,65).

  • red value is 114;
  • green value is 80;
  • blue value is 65.
RGB:
(114,80,65)
(45%,31%,25%)

RGB channels and saturation

R 114 of 255 = 45%
G 80 of 255 = 31%
B 65 of 255 = 25%

114
80
65

R + G + B ~ 34%. #725041 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 80 + 65 = 259 (100%)
R 114 of 259 ~ 44.02%
G 80 of 259 ~ 30.89%
B 65 of 259 ~ 25.1%

%44.02
%30.89
%25.1

CMYK color model

#725041 color CMYK value is (0,30,43,55).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 42.98%
  • key color value is 55.29%
CMYK:
(0,30,43,55)
C0M30Y43K55 
(0%,30%,43%,55%)
(0.00/0.30/0.43/0.55)	

CMYK percentages

%0
%29.82
%42.98
%55.29

Codes

Color #725041 in popluar color models

725041
RGB1148065
HSL18°27.37%35.10%
HSB/HSV18°42.98%44.71%
CMYK0.00%29.82%42.98%
55.29%

Color #725041 in popluar number systems.

HEX725041
Decimal1148065
Binary111001010100001000001
Octal162120101

Shades and tints

Shades of #725041

#725041
(114,80,65)
#68493C
(104,73,60)
#5E4237
(94,66,55)
#543B32
(84,59,50)
#4A342D
(74,52,45)
#402D28
(64,45,40)
#362623
(54,38,35)
#2C1F1E
(44,31,30)
#221819
(34,24,25)
#181114
(24,17,20)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #725041

#725041
(114,80,65)
#7E5F52
(126,95,82)
#8A6E63
(138,110,99)
#967D74
(150,125,116)
#A28C85
(162,140,133)
#AE9B96
(174,155,150)
#BAAAA7
(186,170,167)
#C6B9B8
(198,185,184)
#D2C8C9
(210,200,201)
#DED7DA
(222,215,218)
#EAE6EB
(234,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725041 color. Also use rgb(114,80,65) instead hex code.

Text Font Color

.myTextColor { color: #725041; }

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

This text font color is #725041.


Background Color

.myBgColor { background-color: #725041; }

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

This div background color is #725041.


Border color

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

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

This div border color is #725041.


Opacity

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

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

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

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

This text has shadow with #725041 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725041 on black background.


Color preview on white background

This text has color #725041 on white background.



Black color preview on #725041 background

This text has black color on #725041 background.


White color preview on #725041 background

This text has white color on #725041 background.