COLOR #814A35

HEX: #814A35
RGB: (129,74,53)

Color info

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

RGB color model

#814A35 color RGB value is (129,74,53).

  • red value is 129;
  • green value is 74;
  • blue value is 53.
RGB:
(129,74,53)
(51%,29%,21%)

RGB channels and saturation

R 129 of 255 = 51%
G 74 of 255 = 29%
B 53 of 255 = 21%

129
74
53

R + G + B ~ 34%. #814A35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
129 + 74 + 53 = 256 (100%)
R 129 of 256 ~ 50.39%
G 74 of 256 ~ 28.91%
B 53 of 256 ~ 20.7%

%50.39
%28.91
%20.7

CMYK color model

#814A35 color CMYK value is (0,43,59,49).

  • cyan value is 0.00%
  • magenta value is 42.64%
  • yellow value is 58.91%
  • key color value is 49.41%
CMYK:
(0,43,59,49)
C0M43Y59K49 
(0%,43%,59%,49%)
(0.00/0.43/0.59/0.49)	

CMYK percentages

%0
%42.64
%58.91
%49.41

Codes

Color #814A35 in popluar color models

814A35
RGB1297453
HSL17°41.76%35.69%
HSB/HSV17°58.91%50.59%
CMYK0.00%42.64%58.91%
49.41%

Color #814A35 in popluar number systems.

HEX814A35
Decimal1297453
Binary100000011001010110101
Octal20111265

Shades and tints

Shades of #814A35

#814A35
(129,74,53)
#764431
(118,68,49)
#6B3E2D
(107,62,45)
#603829
(96,56,41)
#553225
(85,50,37)
#4A2C21
(74,44,33)
#3F261D
(63,38,29)
#342019
(52,32,25)
#291A15
(41,26,21)
#1E1411
(30,20,17)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #814A35

#814A35
(129,74,53)
#8C5A47
(140,90,71)
#976A59
(151,106,89)
#A27A6B
(162,122,107)
#AD8A7D
(173,138,125)
#B89A8F
(184,154,143)
#C3AAA1
(195,170,161)
#CEBAB3
(206,186,179)
#D9CAC5
(217,202,197)
#E4DAD7
(228,218,215)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #814A35; }

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

This text font color is #814A35.


Background Color

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

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

This div background color is #814A35.


Border color

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

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

This div border color is #814A35.


Opacity

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

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

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

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

This text has shadow with #814A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #814A35 on black background.


Color preview on white background

This text has color #814A35 on white background.



Black color preview on #814A35 background

This text has black color on #814A35 background.


White color preview on #814A35 background

This text has white color on #814A35 background.