COLOR #725441

HEX: #725441
RGB: (114,84,65)

Color info

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

RGB color model

#725441 color RGB value is (114,84,65).

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

RGB channels and saturation

R 114 of 255 = 45%
G 84 of 255 = 33%
B 65 of 255 = 25%

114
84
65

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

Portions of RGB colors in percentages

R + G + B =
114 + 84 + 65 = 263 (100%)
R 114 of 263 ~ 43.35%
G 84 of 263 ~ 31.94%
B 65 of 263 ~ 24.71%

%43.35
%31.94
%24.71

CMYK color model

#725441 color CMYK value is (0,26,43,55).

  • cyan value is 0.00%
  • magenta value is 26.32%
  • yellow value is 42.98%
  • key color value is 55.29%
CMYK:
(0,26,43,55)
C0M26Y43K55 
(0%,26%,43%,55%)
(0.00/0.26/0.43/0.55)	

CMYK percentages

%0
%26.32
%42.98
%55.29

Codes

Color #725441 in popluar color models

725441
RGB1148465
HSL23°27.37%35.10%
HSB/HSV23°42.98%44.71%
CMYK0.00%26.32%42.98%
55.29%

Color #725441 in popluar number systems.

HEX725441
Decimal1148465
Binary111001010101001000001
Octal162124101

Shades and tints

Shades of #725441

#725441
(114,84,65)
#684D3C
(104,77,60)
#5E4637
(94,70,55)
#543F32
(84,63,50)
#4A382D
(74,56,45)
#403128
(64,49,40)
#362A23
(54,42,35)
#2C231E
(44,35,30)
#221C19
(34,28,25)
#181514
(24,21,20)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #725441

#725441
(114,84,65)
#7E6352
(126,99,82)
#8A7263
(138,114,99)
#968174
(150,129,116)
#A29085
(162,144,133)
#AE9F96
(174,159,150)
#BAAEA7
(186,174,167)
#C6BDB8
(198,189,184)
#D2CCC9
(210,204,201)
#DEDBDA
(222,219,218)
#EAEAEB
(234,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725441; }

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

This text font color is #725441.


Background Color

.myBgColor { background-color: #725441; }

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

This div background color is #725441.


Border color

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

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

This div border color is #725441.


Opacity

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

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

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

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

This text has shadow with #725441 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725441 on black background.


Color preview on white background

This text has color #725441 on white background.



Black color preview on #725441 background

This text has black color on #725441 background.


White color preview on #725441 background

This text has white color on #725441 background.