COLOR #725D4B

HEX: #725D4B RGB: (114,93,75)

Color info

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

RGB color model

#725D4B color RGB value is (114,93,75).

RGB: (114,93,75) (45%, 36%, 29%)

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 75 of 255 = 29%

114
93
75

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

Portions of RGB colors in percentages

R + G + B = 114 + 93 + 75 = 282 (100%)
R 114 of 282 ~ 40.43%
G 93 of 282 ~ 32.98%
B 75 of 282 ~ 26.6'%

%40.43
%32.98
%26.6

CMYK color model

#725D4B color CMYK value is (0,18,34,55).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 34.21%
  • key color value is 55.29%
CMYK: (0,18,34,55) C0M18Y34K55 (0%,18%,34%,55%) (0.00/0.18/0.34/0.55) 

CMYK percentages

%0
%18.42
%34.21
%55.29

Codes

Color #725D4B in popluar color models

72 5D 4B
RGB 114 93 75
HSL 28° 20.63% 37.06%
HSB/HSV 28° 34.21% 44.71%
CMYK 0.00% 18.42% 34.21%
55.29%

Color #725D4B in popluar number systems.

HEX 72 5D 4B
Decimal 114 93 75
Binary 1110010 1011101 1001011
Octal 162 135 113

Shades and tints

Shades of #725D4B

#725D4B
(114,93,75)
#685545
(104,85,69)
#5E4D3F
(94,77,63)
#544539
(84,69,57)
#4A3D33
(74,61,51)
#40352D
(64,53,45)
#362D27
(54,45,39)
#2C2521
(44,37,33)
#221D1B
(34,29,27)
#181515
(24,21,21)
#0E0D0F
(14,13,15)
#000000
(0,0,0)

Tints of #725D4B

#725D4B
(114,93,75)
#7E6B5B
(126,107,91)
#8A796B
(138,121,107)
#96877B
(150,135,123)
#A2958B
(162,149,139)
#AEA39B
(174,163,155)
#BAB1AB
(186,177,171)
#C6BFBB
(198,191,187)
#D2CDCB
(210,205,203)
#DEDBDB
(222,219,219)
#EAE9EB
(234,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725D4B; }

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

This text font color is #725D4B.

Background Color

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

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

This div background color is #725D4B.

Border color

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

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

This div border color is #725D4B.

Opacity

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

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

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

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

This text has shadow with #725D4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725D4B.

Preview

Color preview on black background

This text has color #725D4B on black background.


Color preview on white background

This text has color #725D4B on white background.


Black color preview on #725D4B background

This text has black color on #725D4B background.


White color preview on #725D4B background

This text has white color on #725D4B background.


Related colors

Complementary color

Complementary color for #hex is #8DA2B4.


I love getcolorcode.com

Triadic colors

1 #4B725D and #5D4B72 with #725D4B are triadic colors.

2 #4B5D72 and #5D724B with #725D4B are triadic colors.