COLOR #725D53

HEX: #725D53 RGB: (114,93,83)

Color info

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

RGB color model

#725D53 color RGB value is (114,93,83).

RGB: (114,93,83) (45%, 36%, 33%)

RGB channels and saturation

R 114 of 255 = 45%
G 93 of 255 = 36%
B 83 of 255 = 33%

114
93
83

R + G + B ~ 38%. #725D53 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 93 + 83 = 290 (100%)
R 114 of 290 ~ 39.31%
G 93 of 290 ~ 32.07%
B 83 of 290 ~ 28.62'%

%39.31
%32.07
%28.62

CMYK color model

#725D53 color CMYK value is (0,18,27,55).

  • cyan value is 0.00%
  • magenta value is 18.42%
  • yellow value is 27.19%
  • key color value is 55.29%

CMYK: (0,18,27,55)
C0M18Y27K55 (0%, 18%, 27%, 55%)
(0.00 / 0.18 / 0.27 / 0.55)

CMYK percentages

%0
%18.42
%27.19
%55.29

Codes

Color #725D53 in popluar color models

72 5D 53
RGB 114 93 83
HSL 19° 15.74% 38.63%
HSB/HSV 19° 27.19% 44.71%
CMYK 0.00% 18.42% 27.19%
55.29%

Color #725D53 in popluar number systems.

HEX 72 5D 53
Decimal 114 93 83
Binary 1110010 1011101 1010011
Octal 162 135 123

Shades and tints

Shades of #725D53

#725D53
(114,93,83)
#68554C
(104,85,76)
#5E4D45
(94,77,69)
#54453E
(84,69,62)
#4A3D37
(74,61,55)
#403530
(64,53,48)
#362D29
(54,45,41)
#2C2522
(44,37,34)
#221D1B
(34,29,27)
#181514
(24,21,20)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #725D53

#725D53
(114,93,83)
#7E6B62
(126,107,98)
#8A7971
(138,121,113)
#968780
(150,135,128)
#A2958F
(162,149,143)
#AEA39E
(174,163,158)
#BAB1AD
(186,177,173)
#C6BFBC
(198,191,188)
#D2CDCB
(210,205,203)
#DEDBDA
(222,219,218)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725D53; }

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

This text font color is #725D53.

Background Color

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

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

This div background color is #725D53.

Border color

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

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

This div border color is #725D53.

Opacity

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

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

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

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

This text has shadow with #725D53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725D53.

Preview

Color preview on black background

This text has color #725D53 on black background.


Color preview on white background

This text has color #725D53 on white background.


Black color preview on #725D53 background

This text has black color on #725D53 background.


White color preview on #725D53 background

This text has white color on #725D53 background.


Related colors

Complementary color

Complementary color for #hex is #8DA2AC.


I love getcolorcode.com

Triadic colors

1 #53725D and #5D5372 with #725D53 are triadic colors.

2 #535D72 and #5D7253 with #725D53 are triadic colors.