COLOR #A3501F

HEX: #A3501F
RGB: (163,80,31)

Color info

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

RGB color model

#A3501F color RGB value is (163,80,31).

  • red value is 163;
  • green value is 80;
  • blue value is 31.
RGB:
(163,80,31)
(64%,31%,12%)

RGB channels and saturation

R 163 of 255 = 64%
G 80 of 255 = 31%
B 31 of 255 = 12%

163
80
31

R + G + B ~ 36%. #A3501F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
163 + 80 + 31 = 274 (100%)
R 163 of 274 ~ 59.49%
G 80 of 274 ~ 29.2%
B 31 of 274 ~ 11.31%

%59.49
%29.2
%11.31

CMYK color model

#A3501F color CMYK value is (0,51,81,36).

  • cyan value is 0.00%
  • magenta value is 50.92%
  • yellow value is 80.98%
  • key color value is 36.08%
CMYK:
(0,51,81,36)
C0M51Y81K36 
(0%,51%,81%,36%)
(0.00/0.51/0.81/0.36)	

CMYK percentages

%0
%50.92
%80.98
%36.08

Codes

Color #A3501F in popluar color models

A3501F
RGB1638031
HSL22°68.04%38.04%
HSB/HSV22°80.98%63.92%
CMYK0.00%50.92%80.98%
36.08%

Color #A3501F in popluar number systems.

HEXA3501F
Decimal1638031
Binary10100011101000011111
Octal24312037

Shades and tints

Shades of #A3501F

#A3501F
(163,80,31)
#95491D
(149,73,29)
#87421B
(135,66,27)
#793B19
(121,59,25)
#6B3417
(107,52,23)
#5D2D15
(93,45,21)
#4F2613
(79,38,19)
#411F11
(65,31,17)
#33180F
(51,24,15)
#25110D
(37,17,13)
#170A0B
(23,10,11)
#000000
(0,0,0)

Tints of #A3501F

#A3501F
(163,80,31)
#AB5F33
(171,95,51)
#B36E47
(179,110,71)
#BB7D5B
(187,125,91)
#C38C6F
(195,140,111)
#CB9B83
(203,155,131)
#D3AA97
(211,170,151)
#DBB9AB
(219,185,171)
#E3C8BF
(227,200,191)
#EBD7D3
(235,215,211)
#F3E6E7
(243,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3501F color. Also use rgb(163,80,31) instead hex code.

Text Font Color

.myTextColor { color: #A3501F; }

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

This text font color is #A3501F.


Background Color

.myBgColor { background-color: #A3501F; }

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

This div background color is #A3501F.


Border color

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

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

This div border color is #A3501F.


Opacity

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

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

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

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

This text has shadow with #A3501F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3501F on black background.


Color preview on white background

This text has color #A3501F on white background.



Black color preview on #A3501F background

This text has black color on #A3501F background.


White color preview on #A3501F background

This text has white color on #A3501F background.