COLOR #725841

HEX: #725841
RGB: (114,88,65)

Color info

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

RGB color model

#725841 color RGB value is (114,88,65).

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

RGB channels and saturation

R 114 of 255 = 45%
G 88 of 255 = 35%
B 65 of 255 = 25%

114
88
65

R + G + B ~ 35%. #725841 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 88 + 65 = 267 (100%)
R 114 of 267 ~ 42.7%
G 88 of 267 ~ 32.96%
B 65 of 267 ~ 24.34%

%42.7
%32.96
%24.34

CMYK color model

#725841 color CMYK value is (0,23,43,55).

  • cyan value is 0.00%
  • magenta value is 22.81%
  • yellow value is 42.98%
  • key color value is 55.29%
CMYK:
(0,23,43,55)
C0M23Y43K55 
(0%,23%,43%,55%)
(0.00/0.23/0.43/0.55)	

CMYK percentages

%0
%22.81
%42.98
%55.29

Codes

Color #725841 in popluar color models

725841
RGB1148865
HSL28°27.37%35.10%
HSB/HSV28°42.98%44.71%
CMYK0.00%22.81%42.98%
55.29%

Color #725841 in popluar number systems.

HEX725841
Decimal1148865
Binary111001010110001000001
Octal162130101

Shades and tints

Shades of #725841

#725841
(114,88,65)
#68503C
(104,80,60)
#5E4837
(94,72,55)
#544032
(84,64,50)
#4A382D
(74,56,45)
#403028
(64,48,40)
#362823
(54,40,35)
#2C201E
(44,32,30)
#221819
(34,24,25)
#181014
(24,16,20)
#0E080F
(14,8,15)
#000000
(0,0,0)

Tints of #725841

#725841
(114,88,65)
#7E6752
(126,103,82)
#8A7663
(138,118,99)
#968574
(150,133,116)
#A29485
(162,148,133)
#AEA396
(174,163,150)
#BAB2A7
(186,178,167)
#C6C1B8
(198,193,184)
#D2D0C9
(210,208,201)
#DEDFDA
(222,223,218)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725841; }

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

This text font color is #725841.


Background Color

.myBgColor { background-color: #725841; }

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

This div background color is #725841.


Border color

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

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

This div border color is #725841.


Opacity

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

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

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

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

This text has shadow with #725841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725841 on black background.


Color preview on white background

This text has color #725841 on white background.



Black color preview on #725841 background

This text has black color on #725841 background.


White color preview on #725841 background

This text has white color on #725841 background.