COLOR #725D5D

HEX: #725D5D
RGB: (114,93,93)

Color info

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

RGB color model

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

  • red value is 114;
  • green value is 93;
  • blue value is 93.
RGB:
(114,93,93)
(45%,36%,36%)

RGB channels and saturation

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

114
93
93

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

Portions of RGB colors in percentages

R + G + B =
114 + 93 + 93 = 300 (100%)
R 114 of 300 ~ 38%
G 93 of 300 ~ 31%
B 93 of 300 ~ 31%

%38
%31
%31

CMYK color model

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

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

CMYK percentages

%0
%18.42
%18.42
%55.29

Codes

Color #725D5D in popluar color models

725D5D
RGB1149393
HSL10.14%40.59%
HSB/HSV18.42%44.71%
CMYK0.00%18.42%18.42%
55.29%

Color #725D5D in popluar number systems.

HEX725D5D
Decimal1149393
Binary111001010111011011101
Octal162135135

Shades and tints

Shades of #725D5D

#725D5D
(114,93,93)
#685555
(104,85,85)
#5E4D4D
(94,77,77)
#544545
(84,69,69)
#4A3D3D
(74,61,61)
#403535
(64,53,53)
#362D2D
(54,45,45)
#2C2525
(44,37,37)
#221D1D
(34,29,29)
#181515
(24,21,21)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #725D5D

#725D5D
(114,93,93)
#7E6B6B
(126,107,107)
#8A7979
(138,121,121)
#968787
(150,135,135)
#A29595
(162,149,149)
#AEA3A3
(174,163,163)
#BAB1B1
(186,177,177)
#C6BFBF
(198,191,191)
#D2CDCD
(210,205,205)
#DEDBDB
(222,219,219)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725D5D; }

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

This text font color is #725D5D.


Background Color

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

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

This div background color is #725D5D.


Border color

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

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

This div border color is #725D5D.


Opacity

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

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

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

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

This text has shadow with #725D5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725D5D on black background.


Color preview on white background

This text has color #725D5D on white background.



Black color preview on #725D5D background

This text has black color on #725D5D background.


White color preview on #725D5D background

This text has white color on #725D5D background.