COLOR #81506C

HEX: #81506C RGB: (129,80,108)

Color info

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

RGB color model

#81506C color RGB value is (129,80,108).

RGB: (129,80,108) (51%, 31%, 42%)

RGB channels and saturation

R 129 of 255 = 51%
G 80 of 255 = 31%
B 108 of 255 = 42%

129
80
108

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

Portions of RGB colors in percentages

R + G + B = 129 + 80 + 108 = 317 (100%)
R 129 of 317 ~ 40.69%
G 80 of 317 ~ 25.24%
B 108 of 317 ~ 34.07'%

%40.69
%25.24
%34.07

CMYK color model

#81506C color CMYK value is (0,38,16,49).

  • cyan value is 0.00%
  • magenta value is 37.98%
  • yellow value is 16.28%
  • key color value is 49.41%

CMYK: (0,38,16,49)
C0M38Y16K49 (0%, 38%, 16%, 49%)
(0.00 / 0.38 / 0.16 / 0.49)

CMYK percentages

%0
%37.98
%16.28
%49.41

Codes

Color #81506C in popluar color models

81 50 6C
RGB 129 80 108
HSL 326° 23.44% 40.98%
HSB/HSV 326° 37.98% 50.59%
CMYK 0.00% 37.98% 16.28%
49.41%

Color #81506C in popluar number systems.

HEX 81 50 6C
Decimal 129 80 108
Binary 10000001 1010000 1101100
Octal 201 120 154

Shades and tints

Shades of #81506C

#81506C
(129,80,108)
#764963
(118,73,99)
#6B425A
(107,66,90)
#603B51
(96,59,81)
#553448
(85,52,72)
#4A2D3F
(74,45,63)
#3F2636
(63,38,54)
#341F2D
(52,31,45)
#291824
(41,24,36)
#1E111B
(30,17,27)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #81506C

#81506C
(129,80,108)
#8C5F79
(140,95,121)
#976E86
(151,110,134)
#A27D93
(162,125,147)
#AD8CA0
(173,140,160)
#B89BAD
(184,155,173)
#C3AABA
(195,170,186)
#CEB9C7
(206,185,199)
#D9C8D4
(217,200,212)
#E4D7E1
(228,215,225)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81506C color. Also use rgb(129,80,108) instead hex code.

Text Font Color

.myTextColor { color: #81506C; }

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

This text font color is #81506C.

Background Color

.myBgColor { background-color: #81506C; }

<div style="background-color:#81506C">Inner text</div>

This div background color is #81506C.

Border color

.myBorderColor { border: 1px solid #81506C; }

<div style="border:3px solid #81506C">Div</div>

This div border color is #81506C.

Opacity

.myOpacity80 { color: #81506C; opacity: 0.8; }

<p style="color:#81506C;opacity:0.8;">80%</p>

Text with #81506C 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 #81506C;}

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

This text has shadow with #81506C color.


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

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

This text has shadow with #81506C primary color and red secondary color.


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

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

This text has shadow with #81506C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #81506C.

Preview

Color preview on black background

This text has color #81506C on black background.


Color preview on white background

This text has color #81506C on white background.


Black color preview on #81506C background

This text has black color on #81506C background.


White color preview on #81506C background

This text has white color on #81506C background.


Related colors

Complementary color

Complementary color for #hex is #7EAF93.


I love getcolorcode.com

Triadic colors

1 #6C8150 and #506C81 with #81506C are triadic colors.

2 #6C5081 and #50816C with #81506C are triadic colors.