COLOR #725839

HEX: #725839
RGB: (114,88,57)

Color info

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

RGB color model

#725839 color RGB value is (114,88,57).

  • red value is 114;
  • green value is 88;
  • blue value is 57.
RGB:
(114,88,57)
(45%,35%,22%)

RGB channels and saturation

R 114 of 255 = 45%
G 88 of 255 = 35%
B 57 of 255 = 22%

114
88
57

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

Portions of RGB colors in percentages

R + G + B =
114 + 88 + 57 = 259 (100%)
R 114 of 259 ~ 44.02%
G 88 of 259 ~ 33.98%
B 57 of 259 ~ 22.01%

%44.02
%33.98
%22.01

CMYK color model

#725839 color CMYK value is (0,23,50,55).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 50.00%
  • key color value is 55.29%
CMYK:
(0,23,50,55)
C0M23Y50K55 
(0%,23%,50%,55%)
(0.00/0.23/0.50/0.55)	

CMYK percentages

%0
%22.81
%50
%55.29

Codes

Color #725839 in popluar color models

725839
RGB1148857
HSL33°33.33%33.53%
HSB/HSV33°50.00%44.71%
CMYK0.00%22.81%50.00%
55.29%

Color #725839 in popluar number systems.

HEX725839
Decimal1148857
Binary11100101011000111001
Octal16213071

Shades and tints

Shades of #725839

#725839
(114,88,57)
#685034
(104,80,52)
#5E482F
(94,72,47)
#54402A
(84,64,42)
#4A3825
(74,56,37)
#403020
(64,48,32)
#36281B
(54,40,27)
#2C2016
(44,32,22)
#221811
(34,24,17)
#18100C
(24,16,12)
#0E0807
(14,8,7)
#000000
(0,0,0)

Tints of #725839

#725839
(114,88,57)
#7E674B
(126,103,75)
#8A765D
(138,118,93)
#96856F
(150,133,111)
#A29481
(162,148,129)
#AEA393
(174,163,147)
#BAB2A5
(186,178,165)
#C6C1B7
(198,193,183)
#D2D0C9
(210,208,201)
#DEDFDB
(222,223,219)
#EAEEED
(234,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725839 color. Also use rgb(114,88,57) instead hex code.

Text Font Color

.myTextColor { color: #725839; }

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

This text font color is #725839.


Background Color

.myBgColor { background-color: #725839; }

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

This div background color is #725839.


Border color

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

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

This div border color is #725839.


Opacity

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

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

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

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

This text has shadow with #725839 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725839 on black background.


Color preview on white background

This text has color #725839 on white background.



Black color preview on #725839 background

This text has black color on #725839 background.


White color preview on #725839 background

This text has white color on #725839 background.