COLOR #725D6B

HEX: #725D6B
RGB: (114,93,107)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
93
107

R + G + B ~ 41%. #725D6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 93 + 107 = 314 (100%)
R 114 of 314 ~ 36.31%
G 93 of 314 ~ 29.62%
B 107 of 314 ~ 34.08%

%36.31
%29.62
%34.08

CMYK color model

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

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

CMYK percentages

%0
%18.42
%6.14
%55.29

Codes

Color #725D6B in popluar color models

725D6B
RGB11493107
HSL320°10.14%40.59%
HSB/HSV320°18.42%44.71%
CMYK0.00%18.42%6.14%
55.29%

Color #725D6B in popluar number systems.

HEX725D6B
Decimal11493107
Binary111001010111011101011
Octal162135153

Shades and tints

Shades of #725D6B

#725D6B
(114,93,107)
#685562
(104,85,98)
#5E4D59
(94,77,89)
#544550
(84,69,80)
#4A3D47
(74,61,71)
#40353E
(64,53,62)
#362D35
(54,45,53)
#2C252C
(44,37,44)
#221D23
(34,29,35)
#18151A
(24,21,26)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #725D6B

#725D6B
(114,93,107)
#7E6B78
(126,107,120)
#8A7985
(138,121,133)
#968792
(150,135,146)
#A2959F
(162,149,159)
#AEA3AC
(174,163,172)
#BAB1B9
(186,177,185)
#C6BFC6
(198,191,198)
#D2CDD3
(210,205,211)
#DEDBE0
(222,219,224)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725D6B; }

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

This text font color is #725D6B.


Background Color

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

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

This div background color is #725D6B.


Border color

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

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

This div border color is #725D6B.


Opacity

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

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

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

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

This text has shadow with #725D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725D6B on black background.


Color preview on white background

This text has color #725D6B on white background.



Black color preview on #725D6B background

This text has black color on #725D6B background.


White color preview on #725D6B background

This text has white color on #725D6B background.