COLOR #81725F

HEX: #81725F
RGB: (129,114,95)

Color info

#81725F contains red, green and blue colors in about the same proportion. Web safe color of #81725F is #996666 (or #966).

RGB color model

#81725F color RGB value is (129,114,95).

  • red value is 129;
  • green value is 114;
  • blue value is 95.
RGB:
(129,114,95)
(51%,45%,37%)

RGB channels and saturation

R 129 of 255 = 51%
G 114 of 255 = 45%
B 95 of 255 = 37%

129
114
95

R + G + B ~ 44%. #81725F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 114 + 95 = 338 (100%)
R 129 of 338 ~ 38.17%
G 114 of 338 ~ 33.73%
B 95 of 338 ~ 28.11%

%38.17
%33.73
%28.11

CMYK color model

#81725F color CMYK value is (0,12,26,49).

  • cyan value is 0.00%
  • magenta value is 11.63%
  • yellow value is 26.36%
  • key color value is 49.41%
CMYK:
(0,12,26,49)
C0M12Y26K49 
(0%,12%,26%,49%)
(0.00/0.12/0.26/0.49)	

CMYK percentages

%0
%11.63
%26.36
%49.41

Codes

Color #81725F in popluar color models

81725F
RGB12911495
HSL34°15.18%43.92%
HSB/HSV34°26.36%50.59%
CMYK0.00%11.63%26.36%
49.41%

Color #81725F in popluar number systems.

HEX81725F
Decimal12911495
Binary1000000111100101011111
Octal201162137

Shades and tints

Shades of #81725F

#81725F
(129,114,95)
#766857
(118,104,87)
#6B5E4F
(107,94,79)
#605447
(96,84,71)
#554A3F
(85,74,63)
#4A4037
(74,64,55)
#3F362F
(63,54,47)
#342C27
(52,44,39)
#29221F
(41,34,31)
#1E1817
(30,24,23)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #81725F

#81725F
(129,114,95)
#8C7E6D
(140,126,109)
#978A7B
(151,138,123)
#A29689
(162,150,137)
#ADA297
(173,162,151)
#B8AEA5
(184,174,165)
#C3BAB3
(195,186,179)
#CEC6C1
(206,198,193)
#D9D2CF
(217,210,207)
#E4DEDD
(228,222,221)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81725F color. Also use rgb(129,114,95) instead hex code.

Text Font Color

.myTextColor { color: #81725F; }

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

This text font color is #81725F.


Background Color

.myBgColor { background-color: #81725F; }

<div style="background-color:#81725F">Inner text</div>

This div background color is #81725F.


Border color

.myBorderColor { border: 1px solid #81725F; }

<div style="border:3px solid #81725F">Div</div>

This div border color is #81725F.


Opacity

.myOpacity80 { color: #81725F; opacity: 0.8; }

<p style="color:#81725F;opacity:0.8;">80%</p>

Text with #81725F 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 #81725F;}

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

This text has shadow with #81725F color.

.textShadow {text-shadow: 3px 3px 1px #81725F, 3px 3px 1px red;}

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

This text has shadow with #81725F primary color and red secondary color.


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

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

This text has shadow with #81725F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81725F on black background.


Color preview on white background

This text has color #81725F on white background.



Black color preview on #81725F background

This text has black color on #81725F background.


White color preview on #81725F background

This text has white color on #81725F background.