COLOR #725D43

HEX: #725D43
RGB: (114,93,67)

Color info

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

RGB color model

#725D43 color RGB value is (114,93,67).

  • red value is 114;
  • green value is 93;
  • blue value is 67.
RGB:
(114,93,67)
(45%,36%,26%)

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 67 of 255 = 26%

114
93
67

R + G + B ~ 36%. #725D43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 93 + 67 = 274 (100%)
R 114 of 274 ~ 41.61%
G 93 of 274 ~ 33.94%
B 67 of 274 ~ 24.45%

%41.61
%33.94
%24.45

CMYK color model

#725D43 color CMYK value is (0,18,41,55).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 41.23%
  • key color value is 55.29%
CMYK:
(0,18,41,55)
C0M18Y41K55 
(0%,18%,41%,55%)
(0.00/0.18/0.41/0.55)	

CMYK percentages

%0
%18.42
%41.23
%55.29

Codes

Color #725D43 in popluar color models

725D43
RGB1149367
HSL33°25.97%35.49%
HSB/HSV33°41.23%44.71%
CMYK0.00%18.42%41.23%
55.29%

Color #725D43 in popluar number systems.

HEX725D43
Decimal1149367
Binary111001010111011000011
Octal162135103

Shades and tints

Shades of #725D43

#725D43
(114,93,67)
#68553D
(104,85,61)
#5E4D37
(94,77,55)
#544531
(84,69,49)
#4A3D2B
(74,61,43)
#403525
(64,53,37)
#362D1F
(54,45,31)
#2C2519
(44,37,25)
#221D13
(34,29,19)
#18150D
(24,21,13)
#0E0D07
(14,13,7)
#000000
(0,0,0)

Tints of #725D43

#725D43
(114,93,67)
#7E6B54
(126,107,84)
#8A7965
(138,121,101)
#968776
(150,135,118)
#A29587
(162,149,135)
#AEA398
(174,163,152)
#BAB1A9
(186,177,169)
#C6BFBA
(198,191,186)
#D2CDCB
(210,205,203)
#DEDBDC
(222,219,220)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725D43 color. Also use rgb(114,93,67) instead hex code.

Text Font Color

.myTextColor { color: #725D43; }

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

This text font color is #725D43.


Background Color

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

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

This div background color is #725D43.


Border color

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

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

This div border color is #725D43.


Opacity

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

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

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

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

This text has shadow with #725D43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725D43 on black background.


Color preview on white background

This text has color #725D43 on white background.



Black color preview on #725D43 background

This text has black color on #725D43 background.


White color preview on #725D43 background

This text has white color on #725D43 background.