COLOR #814C4C

HEX: #814C4C
RGB: (129,76,76)

Color info

#814C4C contains red, green and blue colors in about the same proportion. Web safe color of #814C4C is #993333 (or #933).

RGB color model

#814C4C color RGB value is (129,76,76).

  • red value is 129;
  • green value is 76;
  • blue value is 76.
RGB:
(129,76,76)
(51%,30%,30%)

RGB channels and saturation

R 129 of 255 = 51%
G 76 of 255 = 30%
B 76 of 255 = 30%

129
76
76

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

Portions of RGB colors in percentages

R + G + B =
129 + 76 + 76 = 281 (100%)
R 129 of 281 ~ 45.91%
G 76 of 281 ~ 27.05%
B 76 of 281 ~ 27.05%

%45.91
%27.05
%27.05

CMYK color model

#814C4C color CMYK value is (0,41,41,49).

  • cyan value is 0.00%
  • magenta value is 41.09%
  • yellow value is 41.09%
  • key color value is 49.41%
CMYK:
(0,41,41,49)
C0M41Y41K49 
(0%,41%,41%,49%)
(0.00/0.41/0.41/0.49)	

CMYK percentages

%0
%41.09
%41.09
%49.41

Codes

Color #814C4C in popluar color models

814C4C
RGB1297676
HSL25.85%40.20%
HSB/HSV41.09%50.59%
CMYK0.00%41.09%41.09%
49.41%

Color #814C4C in popluar number systems.

HEX814C4C
Decimal1297676
Binary1000000110011001001100
Octal201114114

Shades and tints

Shades of #814C4C

#814C4C
(129,76,76)
#764646
(118,70,70)
#6B4040
(107,64,64)
#603A3A
(96,58,58)
#553434
(85,52,52)
#4A2E2E
(74,46,46)
#3F2828
(63,40,40)
#342222
(52,34,34)
#291C1C
(41,28,28)
#1E1616
(30,22,22)
#131010
(19,16,16)
#000000
(0,0,0)

Tints of #814C4C

#814C4C
(129,76,76)
#8C5C5C
(140,92,92)
#976C6C
(151,108,108)
#A27C7C
(162,124,124)
#AD8C8C
(173,140,140)
#B89C9C
(184,156,156)
#C3ACAC
(195,172,172)
#CEBCBC
(206,188,188)
#D9CCCC
(217,204,204)
#E4DCDC
(228,220,220)
#EFECEC
(239,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814C4C; }

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

This text font color is #814C4C.


Background Color

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

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

This div background color is #814C4C.


Border color

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

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

This div border color is #814C4C.


Opacity

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

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

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

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

This text has shadow with #814C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814C4C on black background.


Color preview on white background

This text has color #814C4C on white background.



Black color preview on #814C4C background

This text has black color on #814C4C background.


White color preview on #814C4C background

This text has white color on #814C4C background.