COLOR #A34D47

HEX: #A34D47
RGB: (163,77,71)

Color info

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

RGB color model

#A34D47 color RGB value is (163,77,71).

  • red value is 163;
  • green value is 77;
  • blue value is 71.
RGB:
(163,77,71)
(64%,30%,28%)

RGB channels and saturation

R 163 of 255 = 64%
G 77 of 255 = 30%
B 71 of 255 = 28%

163
77
71

R + G + B ~ 41%. #A34D47 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 77 + 71 = 311 (100%)
R 163 of 311 ~ 52.41%
G 77 of 311 ~ 24.76%
B 71 of 311 ~ 22.83%

%52.41
%24.76
%22.83

CMYK color model

#A34D47 color CMYK value is (0,53,56,36).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 56.44%
  • key color value is 36.08%
CMYK:
(0,53,56,36)
C0M53Y56K36 
(0%,53%,56%,36%)
(0.00/0.53/0.56/0.36)	

CMYK percentages

%0
%52.76
%56.44
%36.08

Codes

Color #A34D47 in popluar color models

A34D47
RGB1637771
HSL39.32%45.88%
HSB/HSV56.44%63.92%
CMYK0.00%52.76%56.44%
36.08%

Color #A34D47 in popluar number systems.

HEXA34D47
Decimal1637771
Binary1010001110011011000111
Octal243115107

Shades and tints

Shades of #A34D47

#A34D47
(163,77,71)
#954641
(149,70,65)
#873F3B
(135,63,59)
#793835
(121,56,53)
#6B312F
(107,49,47)
#5D2A29
(93,42,41)
#4F2323
(79,35,35)
#411C1D
(65,28,29)
#331517
(51,21,23)
#250E11
(37,14,17)
#17070B
(23,7,11)
#000000
(0,0,0)

Tints of #A34D47

#A34D47
(163,77,71)
#AB5D57
(171,93,87)
#B36D67
(179,109,103)
#BB7D77
(187,125,119)
#C38D87
(195,141,135)
#CB9D97
(203,157,151)
#D3ADA7
(211,173,167)
#DBBDB7
(219,189,183)
#E3CDC7
(227,205,199)
#EBDDD7
(235,221,215)
#F3EDE7
(243,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A34D47 color. Also use rgb(163,77,71) instead hex code.

Text Font Color

.myTextColor { color: #A34D47; }

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

This text font color is #A34D47.


Background Color

.myBgColor { background-color: #A34D47; }

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

This div background color is #A34D47.


Border color

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

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

This div border color is #A34D47.


Opacity

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

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

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

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

This text has shadow with #A34D47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34D47 on black background.


Color preview on white background

This text has color #A34D47 on white background.



Black color preview on #A34D47 background

This text has black color on #A34D47 background.


White color preview on #A34D47 background

This text has white color on #A34D47 background.