COLOR #815A6B

HEX: #815A6B RGB: (129,90,107)

Color info

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

RGB color model

#815A6B color RGB value is (129,90,107).

RGB: (129,90,107) (51%, 35%, 42%)

RGB channels and saturation

R 129 of 255 = 51%
G 90 of 255 = 35%
B 107 of 255 = 42%

129
90
107

R + G + B ~ 43%. #815A6B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 90 + 107 = 326 (100%)
R 129 of 326 ~ 39.57%
G 90 of 326 ~ 27.61%
B 107 of 326 ~ 32.82'%

%39.57
%27.61
%32.82

CMYK color model

#815A6B color CMYK value is (0,30,17,49).

  • cyan value is 0.00%
  • magenta value is 30.23%
  • yellow value is 17.05%
  • key color value is 49.41%

CMYK: (0,30,17,49)
C0M30Y17K49 (0%, 30%, 17%, 49%)
(0.00 / 0.30 / 0.17 / 0.49)

CMYK percentages

%0
%30.23
%17.05
%49.41

Codes

Color #815A6B in popluar color models

81 5A 6B
RGB 129 90 107
HSL 334° 17.81% 42.94%
HSB/HSV 334° 30.23% 50.59%
CMYK 0.00% 30.23% 17.05%
49.41%

Color #815A6B in popluar number systems.

HEX 81 5A 6B
Decimal 129 90 107
Binary 10000001 1011010 1101011
Octal 201 132 153

Shades and tints

Shades of #815A6B

#815A6B
(129,90,107)
#765262
(118,82,98)
#6B4A59
(107,74,89)
#604250
(96,66,80)
#553A47
(85,58,71)
#4A323E
(74,50,62)
#3F2A35
(63,42,53)
#34222C
(52,34,44)
#291A23
(41,26,35)
#1E121A
(30,18,26)
#130A11
(19,10,17)
#000000
(0,0,0)

Tints of #815A6B

#815A6B
(129,90,107)
#8C6978
(140,105,120)
#977885
(151,120,133)
#A28792
(162,135,146)
#AD969F
(173,150,159)
#B8A5AC
(184,165,172)
#C3B4B9
(195,180,185)
#CEC3C6
(206,195,198)
#D9D2D3
(217,210,211)
#E4E1E0
(228,225,224)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #815A6B color. Also use rgb(129,90,107) instead hex code.

Text Font Color

.myTextColor { color: #815A6B; }

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

This text font color is #815A6B.

Background Color

.myBgColor { background-color: #815A6B; }

<div style="background-color:#815A6B">Inner text</div>

This div background color is #815A6B.

Border color

.myBorderColor { border: 1px solid #815A6B; }

<div style="border:3px solid #815A6B">Div</div>

This div border color is #815A6B.

Opacity

.myOpacity80 { color: #815A6B; opacity: 0.8; }

<p style="color:#815A6B;opacity:0.8;">80%</p>

Text with #815A6B 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 #815A6B;}

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

This text has shadow with #815A6B color.


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

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

This text has shadow with #815A6B primary color and red secondary color.


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

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

This text has shadow with #815A6B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #815A6B.

Preview

Color preview on black background

This text has color #815A6B on black background.


Color preview on white background

This text has color #815A6B on white background.


Black color preview on #815A6B background

This text has black color on #815A6B background.


White color preview on #815A6B background

This text has white color on #815A6B background.


Related colors

Complementary color

Complementary color for #hex is #7EA594.


I love getcolorcode.com

Triadic colors

1 #6B815A and #5A6B81 with #815A6B are triadic colors.

2 #6B5A81 and #5A816B with #815A6B are triadic colors.