COLOR #814B43

HEX: #814B43
RGB: (129,75,67)

Color info

#814B43 contains mainly red and green colors. Web safe color of #814B43 is #993333 (or #933).

RGB color model

#814B43 color RGB value is (129,75,67).

  • red value is 129;
  • green value is 75;
  • blue value is 67.
RGB:
(129,75,67)
(51%,29%,26%)

RGB channels and saturation

R 129 of 255 = 51%
G 75 of 255 = 29%
B 67 of 255 = 26%

129
75
67

R + G + B ~ 35%. #814B43 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 75 + 67 = 271 (100%)
R 129 of 271 ~ 47.6%
G 75 of 271 ~ 27.68%
B 67 of 271 ~ 24.72%

%47.6
%27.68
%24.72

CMYK color model

#814B43 color CMYK value is (0,42,48,49).

  • cyan value is 0.00%
  • magenta value is 41.86%
  • yellow value is 48.06%
  • key color value is 49.41%
CMYK:
(0,42,48,49)
C0M42Y48K49 
(0%,42%,48%,49%)
(0.00/0.42/0.48/0.49)	

CMYK percentages

%0
%41.86
%48.06
%49.41

Codes

Color #814B43 in popluar color models

814B43
RGB1297567
HSL31.63%38.43%
HSB/HSV48.06%50.59%
CMYK0.00%41.86%48.06%
49.41%

Color #814B43 in popluar number systems.

HEX814B43
Decimal1297567
Binary1000000110010111000011
Octal201113103

Shades and tints

Shades of #814B43

#814B43
(129,75,67)
#76453D
(118,69,61)
#6B3F37
(107,63,55)
#603931
(96,57,49)
#55332B
(85,51,43)
#4A2D25
(74,45,37)
#3F271F
(63,39,31)
#342119
(52,33,25)
#291B13
(41,27,19)
#1E150D
(30,21,13)
#130F07
(19,15,7)
#000000
(0,0,0)

Tints of #814B43

#814B43
(129,75,67)
#8C5B54
(140,91,84)
#976B65
(151,107,101)
#A27B76
(162,123,118)
#AD8B87
(173,139,135)
#B89B98
(184,155,152)
#C3ABA9
(195,171,169)
#CEBBBA
(206,187,186)
#D9CBCB
(217,203,203)
#E4DBDC
(228,219,220)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814B43; }

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

This text font color is #814B43.


Background Color

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

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

This div background color is #814B43.


Border color

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

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

This div border color is #814B43.


Opacity

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

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

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

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

This text has shadow with #814B43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814B43 on black background.


Color preview on white background

This text has color #814B43 on white background.



Black color preview on #814B43 background

This text has black color on #814B43 background.


White color preview on #814B43 background

This text has white color on #814B43 background.