COLOR #725F4D

HEX: #725F4D
RGB: (114,95,77)

Color info

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

RGB color model

#725F4D color RGB value is (114,95,77).

  • red value is 114;
  • green value is 95;
  • blue value is 77.
RGB:
(114,95,77)
(45%,37%,30%)

RGB channels and saturation

R 114 of 255 = 45%
G 95 of 255 = 37%
B 77 of 255 = 30%

114
95
77

R + G + B ~ 37%. #725F4D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 95 + 77 = 286 (100%)
R 114 of 286 ~ 39.86%
G 95 of 286 ~ 33.22%
B 77 of 286 ~ 26.92%

%39.86
%33.22
%26.92

CMYK color model

#725F4D color CMYK value is (0,17,32,55).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 32.46%
  • key color value is 55.29%
CMYK:
(0,17,32,55)
C0M17Y32K55 
(0%,17%,32%,55%)
(0.00/0.17/0.32/0.55)	

CMYK percentages

%0
%16.67
%32.46
%55.29

Codes

Color #725F4D in popluar color models

725F4D
RGB1149577
HSL29°19.37%37.45%
HSB/HSV29°32.46%44.71%
CMYK0.00%16.67%32.46%
55.29%

Color #725F4D in popluar number systems.

HEX725F4D
Decimal1149577
Binary111001010111111001101
Octal162137115

Shades and tints

Shades of #725F4D

#725F4D
(114,95,77)
#685746
(104,87,70)
#5E4F3F
(94,79,63)
#544738
(84,71,56)
#4A3F31
(74,63,49)
#40372A
(64,55,42)
#362F23
(54,47,35)
#2C271C
(44,39,28)
#221F15
(34,31,21)
#18170E
(24,23,14)
#0E0F07
(14,15,7)
#000000
(0,0,0)

Tints of #725F4D

#725F4D
(114,95,77)
#7E6D5D
(126,109,93)
#8A7B6D
(138,123,109)
#96897D
(150,137,125)
#A2978D
(162,151,141)
#AEA59D
(174,165,157)
#BAB3AD
(186,179,173)
#C6C1BD
(198,193,189)
#D2CFCD
(210,207,205)
#DEDDDD
(222,221,221)
#EAEBED
(234,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #725F4D color. Also use rgb(114,95,77) instead hex code.

Text Font Color

.myTextColor { color: #725F4D; }

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

This text font color is #725F4D.


Background Color

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

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

This div background color is #725F4D.


Border color

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

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

This div border color is #725F4D.


Opacity

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

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

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

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

This text has shadow with #725F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725F4D on black background.


Color preview on white background

This text has color #725F4D on white background.



Black color preview on #725F4D background

This text has black color on #725F4D background.


White color preview on #725F4D background

This text has white color on #725F4D background.