COLOR #A84941

HEX: #A84941
RGB: (168,73,65)

Color info

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

RGB color model

#A84941 color RGB value is (168,73,65).

  • red value is 168;
  • green value is 73;
  • blue value is 65.
RGB:
(168,73,65)
(66%,29%,25%)

RGB channels and saturation

R 168 of 255 = 66%
G 73 of 255 = 29%
B 65 of 255 = 25%

168
73
65

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

Portions of RGB colors in percentages

R + G + B =
168 + 73 + 65 = 306 (100%)
R 168 of 306 ~ 54.9%
G 73 of 306 ~ 23.86%
B 65 of 306 ~ 21.24%

%54.9
%23.86
%21.24

CMYK color model

#A84941 color CMYK value is (0,57,61,34).

  • cyan value is 0.00%
  • magenta value is 56.55%
  • yellow value is 61.31%
  • key color value is 34.12%
CMYK:
(0,57,61,34)
C0M57Y61K34 
(0%,57%,61%,34%)
(0.00/0.57/0.61/0.34)	

CMYK percentages

%0
%56.55
%61.31
%34.12

Codes

Color #A84941 in popluar color models

A84941
RGB1687365
HSL44.21%45.69%
HSB/HSV61.31%65.88%
CMYK0.00%56.55%61.31%
34.12%

Color #A84941 in popluar number systems.

HEXA84941
Decimal1687365
Binary1010100010010011000001
Octal250111101

Shades and tints

Shades of #A84941

#A84941
(168,73,65)
#99433C
(153,67,60)
#8A3D37
(138,61,55)
#7B3732
(123,55,50)
#6C312D
(108,49,45)
#5D2B28
(93,43,40)
#4E2523
(78,37,35)
#3F1F1E
(63,31,30)
#301919
(48,25,25)
#211314
(33,19,20)
#120D0F
(18,13,15)
#000000
(0,0,0)

Tints of #A84941

#A84941
(168,73,65)
#AF5952
(175,89,82)
#B66963
(182,105,99)
#BD7974
(189,121,116)
#C48985
(196,137,133)
#CB9996
(203,153,150)
#D2A9A7
(210,169,167)
#D9B9B8
(217,185,184)
#E0C9C9
(224,201,201)
#E7D9DA
(231,217,218)
#EEE9EB
(238,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84941 color. Also use rgb(168,73,65) instead hex code.

Text Font Color

.myTextColor { color: #A84941; }

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

This text font color is #A84941.


Background Color

.myBgColor { background-color: #A84941; }

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

This div background color is #A84941.


Border color

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

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

This div border color is #A84941.


Opacity

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

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

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

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

This text has shadow with #A84941 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A84941 on black background.


Color preview on white background

This text has color #A84941 on white background.



Black color preview on #A84941 background

This text has black color on #A84941 background.


White color preview on #A84941 background

This text has white color on #A84941 background.