COLOR #725A4B

HEX: #725A4B RGB: (114,90,75)

Color info

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

RGB color model

#725A4B color RGB value is (114,90,75).

RGB: (114,90,75) (45%, 35%, 29%)

RGB channels and saturation

R 114 of 255 = 45%
G 90 of 255 = 35%
B 75 of 255 = 29%

114
90
75

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

Portions of RGB colors in percentages

R + G + B = 114 + 90 + 75 = 279 (100%)
R 114 of 279 ~ 40.86%
G 90 of 279 ~ 32.26%
B 75 of 279 ~ 26.88'%

%40.86
%32.26
%26.88

CMYK color model

#725A4B color CMYK value is (0,21,34,55).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 34.21%
  • key color value is 55.29%

CMYK: (0,21,34,55)
C0M21Y34K55 (0%, 21%, 34%, 55%)
(0.00 / 0.21 / 0.34 / 0.55)

CMYK percentages

%0
%21.05
%34.21
%55.29

Codes

Color #725A4B in popluar color models

72 5A 4B
RGB 114 90 75
HSL 23° 20.63% 37.06%
HSB/HSV 23° 34.21% 44.71%
CMYK 0.00% 21.05% 34.21%
55.29%

Color #725A4B in popluar number systems.

HEX 72 5A 4B
Decimal 114 90 75
Binary 1110010 1011010 1001011
Octal 162 132 113

Shades and tints

Shades of #725A4B

#725A4B
(114,90,75)
#685245
(104,82,69)
#5E4A3F
(94,74,63)
#544239
(84,66,57)
#4A3A33
(74,58,51)
#40322D
(64,50,45)
#362A27
(54,42,39)
#2C2221
(44,34,33)
#221A1B
(34,26,27)
#181215
(24,18,21)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #725A4B

#725A4B
(114,90,75)
#7E695B
(126,105,91)
#8A786B
(138,120,107)
#96877B
(150,135,123)
#A2968B
(162,150,139)
#AEA59B
(174,165,155)
#BAB4AB
(186,180,171)
#C6C3BB
(198,195,187)
#D2D2CB
(210,210,203)
#DEE1DB
(222,225,219)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725A4B; }

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

This text font color is #725A4B.

Background Color

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

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

This div background color is #725A4B.

Border color

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

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

This div border color is #725A4B.

Opacity

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

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

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

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

This text has shadow with #725A4B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725A4B.

Preview

Color preview on black background

This text has color #725A4B on black background.


Color preview on white background

This text has color #725A4B on white background.


Black color preview on #725A4B background

This text has black color on #725A4B background.


White color preview on #725A4B background

This text has white color on #725A4B background.


Related colors

Complementary color

Complementary color for #hex is #8DA5B4.


I love getcolorcode.com

Triadic colors

1 #4B725A and #5A4B72 with #725A4B are triadic colors.

2 #4B5A72 and #5A724B with #725A4B are triadic colors.