COLOR #81735E

HEX: #81735E RGB: (129,115,94)

Color info

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

RGB color model

#81735E color RGB value is (129,115,94).

RGB: (129,115,94) (51%, 45%, 37%)

RGB channels and saturation

R 129 of 255 = 51%
G 115 of 255 = 45%
B 94 of 255 = 37%

129
115
94

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

Portions of RGB colors in percentages

R + G + B = 129 + 115 + 94 = 338 (100%)
R 129 of 338 ~ 38.17%
G 115 of 338 ~ 34.02%
B 94 of 338 ~ 27.81'%

%38.17
%34.02
%27.81

CMYK color model

#81735E color CMYK value is (0,11,27,49).

  • cyan value is 0.00%
  • magenta value is 10.85%
  • yellow value is 27.13%
  • key color value is 49.41%

CMYK: (0,11,27,49)
C0M11Y27K49 (0%, 11%, 27%, 49%)
(0.00 / 0.11 / 0.27 / 0.49)

CMYK percentages

%0
%10.85
%27.13
%49.41

Codes

Color #81735E in popluar color models

81 73 5E
RGB 129 115 94
HSL 36° 15.70% 43.73%
HSB/HSV 36° 27.13% 50.59%
CMYK 0.00% 10.85% 27.13%
49.41%

Color #81735E in popluar number systems.

HEX 81 73 5E
Decimal 129 115 94
Binary 10000001 1110011 1011110
Octal 201 163 136

Shades and tints

Shades of #81735E

#81735E
(129,115,94)
#766956
(118,105,86)
#6B5F4E
(107,95,78)
#605546
(96,85,70)
#554B3E
(85,75,62)
#4A4136
(74,65,54)
#3F372E
(63,55,46)
#342D26
(52,45,38)
#29231E
(41,35,30)
#1E1916
(30,25,22)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #81735E

#81735E
(129,115,94)
#8C7F6C
(140,127,108)
#978B7A
(151,139,122)
#A29788
(162,151,136)
#ADA396
(173,163,150)
#B8AFA4
(184,175,164)
#C3BBB2
(195,187,178)
#CEC7C0
(206,199,192)
#D9D3CE
(217,211,206)
#E4DFDC
(228,223,220)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81735E color. Also use rgb(129,115,94) instead hex code.

Text Font Color

.myTextColor { color: #81735E; }

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

This text font color is #81735E.

Background Color

.myBgColor { background-color: #81735E; }

<div style="background-color:#81735E">Inner text</div>

This div background color is #81735E.

Border color

.myBorderColor { border: 1px solid #81735E; }

<div style="border:3px solid #81735E">Div</div>

This div border color is #81735E.

Opacity

.myOpacity80 { color: #81735E; opacity: 0.8; }

<p style="color:#81735E;opacity:0.8;">80%</p>

Text with #81735E 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 #81735E;}

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

This text has shadow with #81735E color.


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

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

This text has shadow with #81735E primary color and red secondary color.


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

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

This text has shadow with #81735E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #81735E.

Preview

Color preview on black background

This text has color #81735E on black background.


Color preview on white background

This text has color #81735E on white background.


Black color preview on #81735E background

This text has black color on #81735E background.


White color preview on #81735E background

This text has white color on #81735E background.


Related colors

Complementary color

Complementary color for #hex is #7E8CA1.


I love getcolorcode.com

Triadic colors

1 #5E8173 and #735E81 with #81735E are triadic colors.

2 #5E7381 and #73815E with #81735E are triadic colors.