COLOR #725D61

HEX: #725D61
RGB: (114,93,97)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
93
97

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

Portions of RGB colors in percentages

R + G + B =
114 + 93 + 97 = 304 (100%)
R 114 of 304 ~ 37.5%
G 93 of 304 ~ 30.59%
B 97 of 304 ~ 31.91%

%37.5
%30.59
%31.91

CMYK color model

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

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

CMYK percentages

%0
%18.42
%14.91
%55.29

Codes

Color #725D61 in popluar color models

725D61
RGB1149397
HSL349°10.14%40.59%
HSB/HSV349°18.42%44.71%
CMYK0.00%18.42%14.91%
55.29%

Color #725D61 in popluar number systems.

HEX725D61
Decimal1149397
Binary111001010111011100001
Octal162135141

Shades and tints

Shades of #725D61

#725D61
(114,93,97)
#685559
(104,85,89)
#5E4D51
(94,77,81)
#544549
(84,69,73)
#4A3D41
(74,61,65)
#403539
(64,53,57)
#362D31
(54,45,49)
#2C2529
(44,37,41)
#221D21
(34,29,33)
#181519
(24,21,25)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #725D61

#725D61
(114,93,97)
#7E6B6F
(126,107,111)
#8A797D
(138,121,125)
#96878B
(150,135,139)
#A29599
(162,149,153)
#AEA3A7
(174,163,167)
#BAB1B5
(186,177,181)
#C6BFC3
(198,191,195)
#D2CDD1
(210,205,209)
#DEDBDF
(222,219,223)
#EAE9ED
(234,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #725D61; }

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

This text font color is #725D61.


Background Color

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

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

This div background color is #725D61.


Border color

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

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

This div border color is #725D61.


Opacity

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

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

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

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

This text has shadow with #725D61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #725D61 on black background.


Color preview on white background

This text has color #725D61 on white background.



Black color preview on #725D61 background

This text has black color on #725D61 background.


White color preview on #725D61 background

This text has white color on #725D61 background.