COLOR #A3883B

HEX: #A3883B
RGB: (163,136,59)

Color info

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

RGB color model

#A3883B color RGB value is (163,136,59).

  • red value is 163;
  • green value is 136;
  • blue value is 59.
RGB:
(163,136,59)
(64%,53%,23%)

RGB channels and saturation

R 163 of 255 = 64%
G 136 of 255 = 53%
B 59 of 255 = 23%

163
136
59

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

Portions of RGB colors in percentages

R + G + B =
163 + 136 + 59 = 358 (100%)
R 163 of 358 ~ 45.53%
G 136 of 358 ~ 37.99%
B 59 of 358 ~ 16.48%

%45.53
%37.99
%16.48

CMYK color model

#A3883B color CMYK value is (0,17,64,36).

  • cyan value is 0.00%
  • magenta value is 16.56%
  • yellow value is 63.80%
  • key color value is 36.08%
CMYK:
(0,17,64,36)
C0M17Y64K36 
(0%,17%,64%,36%)
(0.00/0.17/0.64/0.36)	

CMYK percentages

%0
%16.56
%63.8
%36.08

Codes

Color #A3883B in popluar color models

A3883B
RGB16313659
HSL44°46.85%43.53%
HSB/HSV44°63.80%63.92%
CMYK0.00%16.56%63.80%
36.08%

Color #A3883B in popluar number systems.

HEXA3883B
Decimal16313659
Binary1010001110001000111011
Octal24321073

Shades and tints

Shades of #A3883B

#A3883B
(163,136,59)
#957C36
(149,124,54)
#877031
(135,112,49)
#79642C
(121,100,44)
#6B5827
(107,88,39)
#5D4C22
(93,76,34)
#4F401D
(79,64,29)
#413418
(65,52,24)
#332813
(51,40,19)
#251C0E
(37,28,14)
#171009
(23,16,9)
#000000
(0,0,0)

Tints of #A3883B

#A3883B
(163,136,59)
#AB924C
(171,146,76)
#B39C5D
(179,156,93)
#BBA66E
(187,166,110)
#C3B07F
(195,176,127)
#CBBA90
(203,186,144)
#D3C4A1
(211,196,161)
#DBCEB2
(219,206,178)
#E3D8C3
(227,216,195)
#EBE2D4
(235,226,212)
#F3ECE5
(243,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3883B color. Also use rgb(163,136,59) instead hex code.

Text Font Color

.myTextColor { color: #A3883B; }

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

This text font color is #A3883B.


Background Color

.myBgColor { background-color: #A3883B; }

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

This div background color is #A3883B.


Border color

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

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

This div border color is #A3883B.


Opacity

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

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

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

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

This text has shadow with #A3883B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3883B on black background.


Color preview on white background

This text has color #A3883B on white background.



Black color preview on #A3883B background

This text has black color on #A3883B background.


White color preview on #A3883B background

This text has white color on #A3883B background.