COLOR #814B50

HEX: #814B50 RGB: (129,75,80)

Color info

#814B50 contains red, green and blue colors in about the same proportion. Web safe color of #814B50 is #993366 (or #936).

RGB color model

#814B50 color RGB value is (129,75,80).

RGB: (129,75,80) (51%, 29%, 31%)

RGB channels and saturation

R 129 of 255 = 51%
G 75 of 255 = 29%
B 80 of 255 = 31%

129
75
80

R + G + B ~ 37%. #814B50 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 129 + 75 + 80 = 284 (100%)
R 129 of 284 ~ 45.42%
G 75 of 284 ~ 26.41%
B 80 of 284 ~ 28.17'%

%45.42
%26.41
%28.17

CMYK color model

#814B50 color CMYK value is (0,42,38,49).

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

CMYK: (0,42,38,49)
C0M42Y38K49 (0%, 42%, 38%, 49%)
(0.00 / 0.42 / 0.38 / 0.49)

CMYK percentages

%0
%41.86
%37.98
%49.41

Codes

Color #814B50 in popluar color models

81 4B 50
RGB 129 75 80
HSL 354° 26.47% 40.00%
HSB/HSV 354° 41.86% 50.59%
CMYK 0.00% 41.86% 37.98%
49.41%

Color #814B50 in popluar number systems.

HEX 81 4B 50
Decimal 129 75 80
Binary 10000001 1001011 1010000
Octal 201 113 120

Shades and tints

Shades of #814B50

#814B50
(129,75,80)
#764549
(118,69,73)
#6B3F42
(107,63,66)
#60393B
(96,57,59)
#553334
(85,51,52)
#4A2D2D
(74,45,45)
#3F2726
(63,39,38)
#34211F
(52,33,31)
#291B18
(41,27,24)
#1E1511
(30,21,17)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #814B50

#814B50
(129,75,80)
#8C5B5F
(140,91,95)
#976B6E
(151,107,110)
#A27B7D
(162,123,125)
#AD8B8C
(173,139,140)
#B89B9B
(184,155,155)
#C3ABAA
(195,171,170)
#CEBBB9
(206,187,185)
#D9CBC8
(217,203,200)
#E4DBD7
(228,219,215)
#EFEBE6
(239,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #814B50 color. Also use rgb(129,75,80) instead hex code.

Text Font Color

.myTextColor { color: #814B50; }

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

This text font color is #814B50.

Background Color

.myBgColor { background-color: #814B50; }

<div style="background-color:#814B50">Inner text</div>

This div background color is #814B50.

Border color

.myBorderColor { border: 1px solid #814B50; }

<div style="border:3px solid #814B50">Div</div>

This div border color is #814B50.

Opacity

.myOpacity80 { color: #814B50; opacity: 0.8; }

<p style="color:#814B50;opacity:0.8;">80%</p>

Text with #814B50 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 #814B50;}

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

This text has shadow with #814B50 color.


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

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

This text has shadow with #814B50 primary color and red secondary color.


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

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

This text has shadow with #814B50 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #814B50.

Preview

Color preview on black background

This text has color #814B50 on black background.


Color preview on white background

This text has color #814B50 on white background.


Black color preview on #814B50 background

This text has black color on #814B50 background.


White color preview on #814B50 background

This text has white color on #814B50 background.


Related colors

Complementary color

Complementary color for #hex is #7EB4AF.


I love getcolorcode.com

Triadic colors

1 #50814B and #4B5081 with #814B50 are triadic colors.

2 #504B81 and #4B8150 with #814B50 are triadic colors.