COLOR #A84D3C

HEX: #A84D3C
RGB: (168,77,60)

Color info

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

RGB color model

#A84D3C color RGB value is (168,77,60).

  • red value is 168;
  • green value is 77;
  • blue value is 60.
RGB:
(168,77,60)
(66%,30%,24%)

RGB channels and saturation

R 168 of 255 = 66%
G 77 of 255 = 30%
B 60 of 255 = 24%

168
77
60

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

Portions of RGB colors in percentages

R + G + B =
168 + 77 + 60 = 305 (100%)
R 168 of 305 ~ 55.08%
G 77 of 305 ~ 25.25%
B 60 of 305 ~ 19.67%

%55.08
%25.25
%19.67

CMYK color model

#A84D3C color CMYK value is (0,54,64,34).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 64.29%
  • key color value is 34.12%
CMYK:
(0,54,64,34)
C0M54Y64K34 
(0%,54%,64%,34%)
(0.00/0.54/0.64/0.34)	

CMYK percentages

%0
%54.17
%64.29
%34.12

Codes

Color #A84D3C in popluar color models

A84D3C
RGB1687760
HSL47.37%44.71%
HSB/HSV64.29%65.88%
CMYK0.00%54.17%64.29%
34.12%

Color #A84D3C in popluar number systems.

HEXA84D3C
Decimal1687760
Binary101010001001101111100
Octal25011574

Shades and tints

Shades of #A84D3C

#A84D3C
(168,77,60)
#994637
(153,70,55)
#8A3F32
(138,63,50)
#7B382D
(123,56,45)
#6C3128
(108,49,40)
#5D2A23
(93,42,35)
#4E231E
(78,35,30)
#3F1C19
(63,28,25)
#301514
(48,21,20)
#210E0F
(33,14,15)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #A84D3C

#A84D3C
(168,77,60)
#AF5D4D
(175,93,77)
#B66D5E
(182,109,94)
#BD7D6F
(189,125,111)
#C48D80
(196,141,128)
#CB9D91
(203,157,145)
#D2ADA2
(210,173,162)
#D9BDB3
(217,189,179)
#E0CDC4
(224,205,196)
#E7DDD5
(231,221,213)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84D3C color. Also use rgb(168,77,60) instead hex code.

Text Font Color

.myTextColor { color: #A84D3C; }

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

This text font color is #A84D3C.


Background Color

.myBgColor { background-color: #A84D3C; }

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

This div background color is #A84D3C.


Border color

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

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

This div border color is #A84D3C.


Opacity

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

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

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

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

This text has shadow with #A84D3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A84D3C on black background.


Color preview on white background

This text has color #A84D3C on white background.



Black color preview on #A84D3C background

This text has black color on #A84D3C background.


White color preview on #A84D3C background

This text has white color on #A84D3C background.