COLOR #725C40

HEX: #725C40
RGB: (114,92,64)

Color info

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

RGB color model

#725C40 color RGB value is (114,92,64).

  • red value is 114;
  • green value is 92;
  • blue value is 64.
RGB:
(114,92,64)
(45%,36%,25%)

RGB channels and saturation

R 114 of 255 = 45%
G 92 of 255 = 36%
B 64 of 255 = 25%

114
92
64

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

Portions of RGB colors in percentages

R + G + B =
114 + 92 + 64 = 270 (100%)
R 114 of 270 ~ 42.22%
G 92 of 270 ~ 34.07%
B 64 of 270 ~ 23.7%

%42.22
%34.07
%23.7

CMYK color model

#725C40 color CMYK value is (0,19,44,55).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 43.86%
  • key color value is 55.29%
CMYK:
(0,19,44,55)
C0M19Y44K55 
(0%,19%,44%,55%)
(0.00/0.19/0.44/0.55)	

CMYK percentages

%0
%19.3
%43.86
%55.29

Codes

Color #725C40 in popluar color models

725C40
RGB1149264
HSL34°28.09%34.90%
HSB/HSV34°43.86%44.71%
CMYK0.00%19.30%43.86%
55.29%

Color #725C40 in popluar number systems.

HEX725C40
Decimal1149264
Binary111001010111001000000
Octal162134100

Shades and tints

Shades of #725C40

#725C40
(114,92,64)
#68543B
(104,84,59)
#5E4C36
(94,76,54)
#544431
(84,68,49)
#4A3C2C
(74,60,44)
#403427
(64,52,39)
#362C22
(54,44,34)
#2C241D
(44,36,29)
#221C18
(34,28,24)
#181413
(24,20,19)
#0E0C0E
(14,12,14)
#000000
(0,0,0)

Tints of #725C40

#725C40
(114,92,64)
#7E6A51
(126,106,81)
#8A7862
(138,120,98)
#968673
(150,134,115)
#A29484
(162,148,132)
#AEA295
(174,162,149)
#BAB0A6
(186,176,166)
#C6BEB7
(198,190,183)
#D2CCC8
(210,204,200)
#DEDAD9
(222,218,217)
#EAE8EA
(234,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725C40 color. Also use rgb(114,92,64) instead hex code.

Text Font Color

.myTextColor { color: #725C40; }

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

This text font color is #725C40.


Background Color

.myBgColor { background-color: #725C40; }

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

This div background color is #725C40.


Border color

.myBorderColor { border: 1px solid #725C40; }

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

This div border color is #725C40.


Opacity

.myOpacity80 { color: #725C40; opacity: 0.8; }

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

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

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

This text has shadow with #725C40 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725C40 on black background.


Color preview on white background

This text has color #725C40 on white background.



Black color preview on #725C40 background

This text has black color on #725C40 background.


White color preview on #725C40 background

This text has white color on #725C40 background.