COLOR #814B55

HEX: #814B55 RGB: (129,75,85)

Color info

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

RGB color model

#814B55 color RGB value is (129,75,85).

RGB: (129,75,85) (51%, 29%, 33%)

RGB channels and saturation

R 129 of 255 = 51%
G 75 of 255 = 29%
B 85 of 255 = 33%

129
75
85

R + G + B ~ 38%. #814B55 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 129 + 75 + 85 = 289 (100%)
R 129 of 289 ~ 44.64%
G 75 of 289 ~ 25.95%
B 85 of 289 ~ 29.41'%

%44.64
%25.95
%29.41

CMYK color model

#814B55 color CMYK value is (0,42,34,49).

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

CMYK: (0,42,34,49)
C0M42Y34K49 (0%, 42%, 34%, 49%)
(0.00 / 0.42 / 0.34 / 0.49)

CMYK percentages

%0
%41.86
%34.11
%49.41

Codes

Color #814B55 in popluar color models

81 4B 55
RGB 129 75 85
HSL 349° 26.47% 40.00%
HSB/HSV 349° 41.86% 50.59%
CMYK 0.00% 41.86% 34.11%
49.41%

Color #814B55 in popluar number systems.

HEX 81 4B 55
Decimal 129 75 85
Binary 10000001 1001011 1010101
Octal 201 113 125

Shades and tints

Shades of #814B55

#814B55
(129,75,85)
#76454E
(118,69,78)
#6B3F47
(107,63,71)
#603940
(96,57,64)
#553339
(85,51,57)
#4A2D32
(74,45,50)
#3F272B
(63,39,43)
#342124
(52,33,36)
#291B1D
(41,27,29)
#1E1516
(30,21,22)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #814B55

#814B55
(129,75,85)
#8C5B64
(140,91,100)
#976B73
(151,107,115)
#A27B82
(162,123,130)
#AD8B91
(173,139,145)
#B89BA0
(184,155,160)
#C3ABAF
(195,171,175)
#CEBBBE
(206,187,190)
#D9CBCD
(217,203,205)
#E4DBDC
(228,219,220)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814B55; }

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

This text font color is #814B55.

Background Color

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

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

This div background color is #814B55.

Border color

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

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

This div border color is #814B55.

Opacity

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

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

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

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

This text has shadow with #814B55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #814B55.

Preview

Color preview on black background

This text has color #814B55 on black background.


Color preview on white background

This text has color #814B55 on white background.


Black color preview on #814B55 background

This text has black color on #814B55 background.


White color preview on #814B55 background

This text has white color on #814B55 background.


Related colors

Complementary color

Complementary color for #hex is #7EB4AA.


I love getcolorcode.com

Triadic colors

1 #55814B and #4B5581 with #814B55 are triadic colors.

2 #554B81 and #4B8155 with #814B55 are triadic colors.