COLOR #A34E3D

HEX: #A34E3D
RGB: (163,78,61)

Color info

#A34E3D contains mainly red color. Web safe color of #A34E3D is #996633 (or #963).

RGB color model

#A34E3D color RGB value is (163,78,61).

  • red value is 163;
  • green value is 78;
  • blue value is 61.
RGB:
(163,78,61)
(64%,31%,24%)

RGB channels and saturation

R 163 of 255 = 64%
G 78 of 255 = 31%
B 61 of 255 = 24%

163
78
61

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

Portions of RGB colors in percentages

R + G + B =
163 + 78 + 61 = 302 (100%)
R 163 of 302 ~ 53.97%
G 78 of 302 ~ 25.83%
B 61 of 302 ~ 20.2%

%53.97
%25.83
%20.2

CMYK color model

#A34E3D color CMYK value is (0,52,63,36).

  • cyan value is 0.00%
  • magenta value is 52.15%
  • yellow value is 62.58%
  • key color value is 36.08%
CMYK:
(0,52,63,36)
C0M52Y63K36 
(0%,52%,63%,36%)
(0.00/0.52/0.63/0.36)	

CMYK percentages

%0
%52.15
%62.58
%36.08

Codes

Color #A34E3D in popluar color models

A34E3D
RGB1637861
HSL10°45.54%43.92%
HSB/HSV10°62.58%63.92%
CMYK0.00%52.15%62.58%
36.08%

Color #A34E3D in popluar number systems.

HEXA34E3D
Decimal1637861
Binary101000111001110111101
Octal24311675

Shades and tints

Shades of #A34E3D

#A34E3D
(163,78,61)
#954738
(149,71,56)
#874033
(135,64,51)
#79392E
(121,57,46)
#6B3229
(107,50,41)
#5D2B24
(93,43,36)
#4F241F
(79,36,31)
#411D1A
(65,29,26)
#331615
(51,22,21)
#250F10
(37,15,16)
#17080B
(23,8,11)
#000000
(0,0,0)

Tints of #A34E3D

#A34E3D
(163,78,61)
#AB5E4E
(171,94,78)
#B36E5F
(179,110,95)
#BB7E70
(187,126,112)
#C38E81
(195,142,129)
#CB9E92
(203,158,146)
#D3AEA3
(211,174,163)
#DBBEB4
(219,190,180)
#E3CEC5
(227,206,197)
#EBDED6
(235,222,214)
#F3EEE7
(243,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A34E3D color. Also use rgb(163,78,61) instead hex code.

Text Font Color

.myTextColor { color: #A34E3D; }

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

This text font color is #A34E3D.


Background Color

.myBgColor { background-color: #A34E3D; }

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

This div background color is #A34E3D.


Border color

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

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

This div border color is #A34E3D.


Opacity

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

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

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

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

This text has shadow with #A34E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A34E3D on black background.


Color preview on white background

This text has color #A34E3D on white background.



Black color preview on #A34E3D background

This text has black color on #A34E3D background.


White color preview on #A34E3D background

This text has white color on #A34E3D background.