COLOR #A34C2E

HEX: #A34C2E
RGB: (163,76,46)

Color info

#A34C2E contains mainly red color. Web safe color of #A34C2E is #993333 (or #933).

RGB color model

#A34C2E color RGB value is (163,76,46).

  • red value is 163;
  • green value is 76;
  • blue value is 46.
RGB:
(163,76,46)
(64%,30%,18%)

RGB channels and saturation

R 163 of 255 = 64%
G 76 of 255 = 30%
B 46 of 255 = 18%

163
76
46

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

Portions of RGB colors in percentages

R + G + B =
163 + 76 + 46 = 285 (100%)
R 163 of 285 ~ 57.19%
G 76 of 285 ~ 26.67%
B 46 of 285 ~ 16.14%

%57.19
%26.67
%16.14

CMYK color model

#A34C2E color CMYK value is (0,53,72,36).

  • cyan value is 0.00%
  • magenta value is 53.37%
  • yellow value is 71.78%
  • key color value is 36.08%
CMYK:
(0,53,72,36)
C0M53Y72K36 
(0%,53%,72%,36%)
(0.00/0.53/0.72/0.36)	

CMYK percentages

%0
%53.37
%71.78
%36.08

Codes

Color #A34C2E in popluar color models

A34C2E
RGB1637646
HSL15°55.98%40.98%
HSB/HSV15°71.78%63.92%
CMYK0.00%53.37%71.78%
36.08%

Color #A34C2E in popluar number systems.

HEXA34C2E
Decimal1637646
Binary101000111001100101110
Octal24311456

Shades and tints

Shades of #A34C2E

#A34C2E
(163,76,46)
#95462A
(149,70,42)
#874026
(135,64,38)
#793A22
(121,58,34)
#6B341E
(107,52,30)
#5D2E1A
(93,46,26)
#4F2816
(79,40,22)
#412212
(65,34,18)
#331C0E
(51,28,14)
#25160A
(37,22,10)
#171006
(23,16,6)
#000000
(0,0,0)

Tints of #A34C2E

#A34C2E
(163,76,46)
#AB5C41
(171,92,65)
#B36C54
(179,108,84)
#BB7C67
(187,124,103)
#C38C7A
(195,140,122)
#CB9C8D
(203,156,141)
#D3ACA0
(211,172,160)
#DBBCB3
(219,188,179)
#E3CCC6
(227,204,198)
#EBDCD9
(235,220,217)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A34C2E color. Also use rgb(163,76,46) instead hex code.

Text Font Color

.myTextColor { color: #A34C2E; }

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

This text font color is #A34C2E.


Background Color

.myBgColor { background-color: #A34C2E; }

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

This div background color is #A34C2E.


Border color

.myBorderColor { border: 1px solid #A34C2E; }

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

This div border color is #A34C2E.


Opacity

.myOpacity80 { color: #A34C2E; opacity: 0.8; }

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

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

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

This text has shadow with #A34C2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34C2E on black background.


Color preview on white background

This text has color #A34C2E on white background.



Black color preview on #A34C2E background

This text has black color on #A34C2E background.


White color preview on #A34C2E background

This text has white color on #A34C2E background.