COLOR #A0382F

HEX: #A0382F
RGB: (160,56,47)

Color info

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

RGB color model

#A0382F color RGB value is (160,56,47).

  • red value is 160;
  • green value is 56;
  • blue value is 47.
RGB:
(160,56,47)
(63%,22%,18%)

RGB channels and saturation

R 160 of 255 = 63%
G 56 of 255 = 22%
B 47 of 255 = 18%

160
56
47

R + G + B ~ 34%. #A0382F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 56 + 47 = 263 (100%)
R 160 of 263 ~ 60.84%
G 56 of 263 ~ 21.29%
B 47 of 263 ~ 17.87%

%60.84
%21.29
%17.87

CMYK color model

#A0382F color CMYK value is (0,65,71,37).

  • cyan value is 0.00%
  • magenta value is 65.00%
  • yellow value is 70.63%
  • key color value is 37.25%
CMYK:
(0,65,71,37)
C0M65Y71K37 
(0%,65%,71%,37%)
(0.00/0.65/0.71/0.37)	

CMYK percentages

%0
%65
%70.63
%37.25

Codes

Color #A0382F in popluar color models

A0382F
RGB1605647
HSL54.59%40.59%
HSB/HSV70.63%62.75%
CMYK0.00%65.00%70.63%
37.25%

Color #A0382F in popluar number systems.

HEXA0382F
Decimal1605647
Binary10100000111000101111
Octal2407057

Shades and tints

Shades of #A0382F

#A0382F
(160,56,47)
#92332B
(146,51,43)
#842E27
(132,46,39)
#762923
(118,41,35)
#68241F
(104,36,31)
#5A1F1B
(90,31,27)
#4C1A17
(76,26,23)
#3E1513
(62,21,19)
#30100F
(48,16,15)
#220B0B
(34,11,11)
#140607
(20,6,7)
#000000
(0,0,0)

Tints of #A0382F

#A0382F
(160,56,47)
#A84A41
(168,74,65)
#B05C53
(176,92,83)
#B86E65
(184,110,101)
#C08077
(192,128,119)
#C89289
(200,146,137)
#D0A49B
(208,164,155)
#D8B6AD
(216,182,173)
#E0C8BF
(224,200,191)
#E8DAD1
(232,218,209)
#F0ECE3
(240,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0382F color. Also use rgb(160,56,47) instead hex code.

Text Font Color

.myTextColor { color: #A0382F; }

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

This text font color is #A0382F.


Background Color

.myBgColor { background-color: #A0382F; }

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

This div background color is #A0382F.


Border color

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

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

This div border color is #A0382F.


Opacity

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

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

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

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

This text has shadow with #A0382F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0382F on black background.


Color preview on white background

This text has color #A0382F on white background.



Black color preview on #A0382F background

This text has black color on #A0382F background.


White color preview on #A0382F background

This text has white color on #A0382F background.