COLOR #725C4E

HEX: #725C4E RGB: (114,92,78)

Color info

#725C4E contains red, green and blue colors in about the same proportion. Web safe color of #725C4E is #666666 (or #666).

RGB color model

#725C4E color RGB value is (114,92,78).

RGB: (114,92,78) (45%, 36%, 31%)

RGB channels and saturation

R 114 of 255 = 45%
G 92 of 255 = 36%
B 78 of 255 = 31%

114
92
78

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

Portions of RGB colors in percentages

R + G + B = 114 + 92 + 78 = 284 (100%)
R 114 of 284 ~ 40.14%
G 92 of 284 ~ 32.39%
B 78 of 284 ~ 27.46'%

%40.14
%32.39
%27.46

CMYK color model

#725C4E color CMYK value is (0,19,32,55).

  • cyan value is 0.00%
  • magenta value is 19.30%
  • yellow value is 31.58%
  • key color value is 55.29%

CMYK: (0,19,32,55)
C0M19Y32K55 (0%, 19%, 32%, 55%)
(0.00 / 0.19 / 0.32 / 0.55)

CMYK percentages

%0
%19.3
%31.58
%55.29

Codes

Color #725C4E in popluar color models

72 5C 4E
RGB 114 92 78
HSL 23° 18.75% 37.65%
HSB/HSV 23° 31.58% 44.71%
CMYK 0.00% 19.30% 31.58%
55.29%

Color #725C4E in popluar number systems.

HEX 72 5C 4E
Decimal 114 92 78
Binary 1110010 1011100 1001110
Octal 162 134 116

Shades and tints

Shades of #725C4E

#725C4E
(114,92,78)
#685447
(104,84,71)
#5E4C40
(94,76,64)
#544439
(84,68,57)
#4A3C32
(74,60,50)
#40342B
(64,52,43)
#362C24
(54,44,36)
#2C241D
(44,36,29)
#221C16
(34,28,22)
#18140F
(24,20,15)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #725C4E

#725C4E
(114,92,78)
#7E6A5E
(126,106,94)
#8A786E
(138,120,110)
#96867E
(150,134,126)
#A2948E
(162,148,142)
#AEA29E
(174,162,158)
#BAB0AE
(186,176,174)
#C6BEBE
(198,190,190)
#D2CCCE
(210,204,206)
#DEDADE
(222,218,222)
#EAE8EE
(234,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725C4E; }

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

This text font color is #725C4E.

Background Color

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

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

This div background color is #725C4E.

Border color

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

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

This div border color is #725C4E.

Opacity

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

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

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

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

This text has shadow with #725C4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725C4E.

Preview

Color preview on black background

This text has color #725C4E on black background.


Color preview on white background

This text has color #725C4E on white background.


Black color preview on #725C4E background

This text has black color on #725C4E background.


White color preview on #725C4E background

This text has white color on #725C4E background.


Related colors

Complementary color

Complementary color for #hex is #8DA3B1.


I love getcolorcode.com

Triadic colors

1 #4E725C and #5C4E72 with #725C4E are triadic colors.

2 #4E5C72 and #5C724E with #725C4E are triadic colors.