COLOR #725F5D

HEX: #725F5D RGB: (114,95,93)

Color info

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

RGB color model

#725F5D color RGB value is (114,95,93).

RGB: (114,95,93) (45%, 37%, 36%)

RGB channels and saturation

R 114 of 255 = 45%
G 95 of 255 = 37%
B 93 of 255 = 36%

114
95
93

R + G + B ~ 39%. #725F5D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 95 + 93 = 302 (100%)
R 114 of 302 ~ 37.75%
G 95 of 302 ~ 31.46%
B 93 of 302 ~ 30.79'%

%37.75
%31.46
%30.79

CMYK color model

#725F5D color CMYK value is (0,17,18,55).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 18.42%
  • key color value is 55.29%
CMYK: (0,17,18,55) C0M17Y18K55 (0%,17%,18%,55%) (0.00/0.17/0.18/0.55) 

CMYK percentages

%0
%16.67
%18.42
%55.29

Codes

Color #725F5D in popluar color models

72 5F 5D
RGB 114 95 93
HSL 10.14% 40.59%
HSB/HSV 18.42% 44.71%
CMYK 0.00% 16.67% 18.42%
55.29%

Color #725F5D in popluar number systems.

HEX 72 5F 5D
Decimal 114 95 93
Binary 1110010 1011111 1011101
Octal 162 137 135

Shades and tints

Shades of #725F5D

#725F5D
(114,95,93)
#685755
(104,87,85)
#5E4F4D
(94,79,77)
#544745
(84,71,69)
#4A3F3D
(74,63,61)
#403735
(64,55,53)
#362F2D
(54,47,45)
#2C2725
(44,39,37)
#221F1D
(34,31,29)
#181715
(24,23,21)
#0E0F0D
(14,15,13)
#000000
(0,0,0)

Tints of #725F5D

#725F5D
(114,95,93)
#7E6D6B
(126,109,107)
#8A7B79
(138,123,121)
#968987
(150,137,135)
#A29795
(162,151,149)
#AEA5A3
(174,165,163)
#BAB3B1
(186,179,177)
#C6C1BF
(198,193,191)
#D2CFCD
(210,207,205)
#DEDDDB
(222,221,219)
#EAEBE9
(234,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725F5D; }

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

This text font color is #725F5D.

Background Color

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

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

This div background color is #725F5D.

Border color

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

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

This div border color is #725F5D.

Opacity

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

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

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

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

This text has shadow with #725F5D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #725F5D.

Preview

Color preview on black background

This text has color #725F5D on black background.


Color preview on white background

This text has color #725F5D on white background.


Black color preview on #725F5D background

This text has black color on #725F5D background.


White color preview on #725F5D background

This text has white color on #725F5D background.


Related colors

Complementary color

Complementary color for #hex is #8DA0A2.


I love getcolorcode.com

Triadic colors

1 #5D725F and #5F5D72 with #725F5D are triadic colors.

2 #5D5F72 and #5F725D with #725F5D are triadic colors.