COLOR #A34B2E

HEX: #A34B2E
RGB: (163,75,46)

Color info

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

RGB color model

#A34B2E color RGB value is (163,75,46).

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

RGB channels and saturation

R 163 of 255 = 64%
G 75 of 255 = 29%
B 46 of 255 = 18%

163
75
46

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

Portions of RGB colors in percentages

R + G + B =
163 + 75 + 46 = 284 (100%)
R 163 of 284 ~ 57.39%
G 75 of 284 ~ 26.41%
B 46 of 284 ~ 16.2%

%57.39
%26.41
%16.2

CMYK color model

#A34B2E color CMYK value is (0,54,72,36).

  • cyan value is 0.00%
  • magenta value is 53.99%
  • yellow value is 71.78%
  • key color value is 36.08%
CMYK:
(0,54,72,36)
C0M54Y72K36 
(0%,54%,72%,36%)
(0.00/0.54/0.72/0.36)	

CMYK percentages

%0
%53.99
%71.78
%36.08

Codes

Color #A34B2E in popluar color models

A34B2E
RGB1637546
HSL15°55.98%40.98%
HSB/HSV15°71.78%63.92%
CMYK0.00%53.99%71.78%
36.08%

Color #A34B2E in popluar number systems.

HEXA34B2E
Decimal1637546
Binary101000111001011101110
Octal24311356

Shades and tints

Shades of #A34B2E

#A34B2E
(163,75,46)
#95452A
(149,69,42)
#873F26
(135,63,38)
#793922
(121,57,34)
#6B331E
(107,51,30)
#5D2D1A
(93,45,26)
#4F2716
(79,39,22)
#412112
(65,33,18)
#331B0E
(51,27,14)
#25150A
(37,21,10)
#170F06
(23,15,6)
#000000
(0,0,0)

Tints of #A34B2E

#A34B2E
(163,75,46)
#AB5B41
(171,91,65)
#B36B54
(179,107,84)
#BB7B67
(187,123,103)
#C38B7A
(195,139,122)
#CB9B8D
(203,155,141)
#D3ABA0
(211,171,160)
#DBBBB3
(219,187,179)
#E3CBC6
(227,203,198)
#EBDBD9
(235,219,217)
#F3EBEC
(243,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A34B2E; }

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

This text font color is #A34B2E.


Background Color

.myBgColor { background-color: #A34B2E; }

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

This div background color is #A34B2E.


Border color

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

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

This div border color is #A34B2E.


Opacity

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

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

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

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

This text has shadow with #A34B2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34B2E on black background.


Color preview on white background

This text has color #A34B2E on white background.



Black color preview on #A34B2E background

This text has black color on #A34B2E background.


White color preview on #A34B2E background

This text has white color on #A34B2E background.