COLOR #A3831F

HEX: #A3831F
RGB: (163,131,31)

Color info

#A3831F contains mainly red and green colors. Web safe color of #A3831F is #999933 (or #993).

RGB color model

#A3831F color RGB value is (163,131,31).

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

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 31 of 255 = 12%

163
131
31

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

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 31 = 325 (100%)
R 163 of 325 ~ 50.15%
G 131 of 325 ~ 40.31%
B 31 of 325 ~ 9.54%

%50.15
%40.31
%9.54

CMYK color model

#A3831F color CMYK value is (0,20,81,36).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 80.98%
  • key color value is 36.08%
CMYK:
(0,20,81,36)
C0M20Y81K36 
(0%,20%,81%,36%)
(0.00/0.20/0.81/0.36)	

CMYK percentages

%0
%19.63
%80.98
%36.08

Codes

Color #A3831F in popluar color models

A3831F
RGB16313131
HSL45°68.04%38.04%
HSB/HSV45°80.98%63.92%
CMYK0.00%19.63%80.98%
36.08%

Color #A3831F in popluar number systems.

HEXA3831F
Decimal16313131
Binary101000111000001111111
Octal24320337

Shades and tints

Shades of #A3831F

#A3831F
(163,131,31)
#95781D
(149,120,29)
#876D1B
(135,109,27)
#796219
(121,98,25)
#6B5717
(107,87,23)
#5D4C15
(93,76,21)
#4F4113
(79,65,19)
#413611
(65,54,17)
#332B0F
(51,43,15)
#25200D
(37,32,13)
#17150B
(23,21,11)
#000000
(0,0,0)

Tints of #A3831F

#A3831F
(163,131,31)
#AB8E33
(171,142,51)
#B39947
(179,153,71)
#BBA45B
(187,164,91)
#C3AF6F
(195,175,111)
#CBBA83
(203,186,131)
#D3C597
(211,197,151)
#DBD0AB
(219,208,171)
#E3DBBF
(227,219,191)
#EBE6D3
(235,230,211)
#F3F1E7
(243,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3831F; }

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

This text font color is #A3831F.


Background Color

.myBgColor { background-color: #A3831F; }

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

This div background color is #A3831F.


Border color

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

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

This div border color is #A3831F.


Opacity

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

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

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

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

This text has shadow with #A3831F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3831F on black background.


Color preview on white background

This text has color #A3831F on white background.



Black color preview on #A3831F background

This text has black color on #A3831F background.


White color preview on #A3831F background

This text has white color on #A3831F background.