COLOR #A34D2F

HEX: #A34D2F RGB: (163,77,47)

Color info

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

RGB color model

#A34D2F color RGB value is (163,77,47).

RGB: (163,77,47) (64%, 30%, 18%)

RGB channels and saturation

R 163 of 255 = 64%
G 77 of 255 = 30%
B 47 of 255 = 18%

163
77
47

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

Portions of RGB colors in percentages

R + G + B = 163 + 77 + 47 = 287 (100%)
R 163 of 287 ~ 56.79%
G 77 of 287 ~ 26.83%
B 47 of 287 ~ 16.38'%

%56.79
%26.83
%16.38

CMYK color model

#A34D2F color CMYK value is (0,53,71,36).

  • cyan value is 0.00%
  • magenta value is 52.76%
  • yellow value is 71.17%
  • key color value is 36.08%

CMYK: (0,53,71,36)
C0M53Y71K36 (0%, 53%, 71%, 36%)
(0.00 / 0.53 / 0.71 / 0.36)

CMYK percentages

%0
%52.76
%71.17
%36.08

Codes

Color #A34D2F in popluar color models

A3 4D 2F
RGB 163 77 47
HSL 16° 55.24% 41.18%
HSB/HSV 16° 71.17% 63.92%
CMYK 0.00% 52.76% 71.17%
36.08%

Color #A34D2F in popluar number systems.

HEX A3 4D 2F
Decimal 163 77 47
Binary 10100011 1001101 101111
Octal 243 115 57

Shades and tints

Shades of #A34D2F

#A34D2F
(163,77,47)
#95462B
(149,70,43)
#873F27
(135,63,39)
#793823
(121,56,35)
#6B311F
(107,49,31)
#5D2A1B
(93,42,27)
#4F2317
(79,35,23)
#411C13
(65,28,19)
#33150F
(51,21,15)
#250E0B
(37,14,11)
#170707
(23,7,7)
#000000
(0,0,0)

Tints of #A34D2F

#A34D2F
(163,77,47)
#AB5D41
(171,93,65)
#B36D53
(179,109,83)
#BB7D65
(187,125,101)
#C38D77
(195,141,119)
#CB9D89
(203,157,137)
#D3AD9B
(211,173,155)
#DBBDAD
(219,189,173)
#E3CDBF
(227,205,191)
#EBDDD1
(235,221,209)
#F3EDE3
(243,237,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34D2F; }

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

This text font color is #A34D2F.

Background Color

.myBgColor { background-color: #A34D2F; }

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

This div background color is #A34D2F.

Border color

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

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

This div border color is #A34D2F.

Opacity

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

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

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

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

This text has shadow with #A34D2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A34D2F.

Preview

Color preview on black background

This text has color #A34D2F on black background.


Color preview on white background

This text has color #A34D2F on white background.


Black color preview on #A34D2F background

This text has black color on #A34D2F background.


White color preview on #A34D2F background

This text has white color on #A34D2F background.


Related colors

Complementary color

Complementary color for #hex is #5CB2D0.


I love getcolorcode.com

Triadic colors

1 #2FA34D and #4D2FA3 with #A34D2F are triadic colors.

2 #2F4DA3 and #4DA32F with #A34D2F are triadic colors.