COLOR #814C2A

HEX: #814C2A
RGB: (129,76,42)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

129
76
42

R + G + B ~ 32%. #814C2A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 76 + 42 = 247 (100%)
R 129 of 247 ~ 52.23%
G 76 of 247 ~ 30.77%
B 42 of 247 ~ 17%

%52.23
%30.77
%17

CMYK color model

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

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

CMYK percentages

%0
%41.09
%67.44
%49.41

Codes

Color #814C2A in popluar color models

814C2A
RGB1297642
HSL23°50.88%33.53%
HSB/HSV23°67.44%50.59%
CMYK0.00%41.09%67.44%
49.41%

Color #814C2A in popluar number systems.

HEX814C2A
Decimal1297642
Binary100000011001100101010
Octal20111452

Shades and tints

Shades of #814C2A

#814C2A
(129,76,42)
#764627
(118,70,39)
#6B4024
(107,64,36)
#603A21
(96,58,33)
#55341E
(85,52,30)
#4A2E1B
(74,46,27)
#3F2818
(63,40,24)
#342215
(52,34,21)
#291C12
(41,28,18)
#1E160F
(30,22,15)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #814C2A

#814C2A
(129,76,42)
#8C5C3D
(140,92,61)
#976C50
(151,108,80)
#A27C63
(162,124,99)
#AD8C76
(173,140,118)
#B89C89
(184,156,137)
#C3AC9C
(195,172,156)
#CEBCAF
(206,188,175)
#D9CCC2
(217,204,194)
#E4DCD5
(228,220,213)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814C2A; }

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

This text font color is #814C2A.


Background Color

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

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

This div background color is #814C2A.


Border color

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

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

This div border color is #814C2A.


Opacity

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

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

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

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

This text has shadow with #814C2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814C2A on black background.


Color preview on white background

This text has color #814C2A on white background.



Black color preview on #814C2A background

This text has black color on #814C2A background.


White color preview on #814C2A background

This text has white color on #814C2A background.