COLOR #A4963F

HEX: #A4963F
RGB: (164,150,63)

Color info

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

RGB color model

#A4963F color RGB value is (164,150,63).

  • red value is 164;
  • green value is 150;
  • blue value is 63.
RGB:
(164,150,63)
(64%,59%,25%)

RGB channels and saturation

R 164 of 255 = 64%
G 150 of 255 = 59%
B 63 of 255 = 25%

164
150
63

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

Portions of RGB colors in percentages

R + G + B =
164 + 150 + 63 = 377 (100%)
R 164 of 377 ~ 43.5%
G 150 of 377 ~ 39.79%
B 63 of 377 ~ 16.71%

%43.5
%39.79
%16.71

CMYK color model

#A4963F color CMYK value is (0,9,62,36).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 61.59%
  • key color value is 35.69%
CMYK:
(0,9,62,36)
C0M9Y62K36 
(0%,9%,62%,36%)
(0.00/0.09/0.62/0.36)	

CMYK percentages

%0
%8.54
%61.59
%35.69

Codes

Color #A4963F in popluar color models

A4963F
RGB16415063
HSL52°44.49%44.51%
HSB/HSV52°61.59%64.31%
CMYK0.00%8.54%61.59%
35.69%

Color #A4963F in popluar number systems.

HEXA4963F
Decimal16415063
Binary1010010010010110111111
Octal24422677

Shades and tints

Shades of #A4963F

#A4963F
(164,150,63)
#96893A
(150,137,58)
#887C35
(136,124,53)
#7A6F30
(122,111,48)
#6C622B
(108,98,43)
#5E5526
(94,85,38)
#504821
(80,72,33)
#423B1C
(66,59,28)
#342E17
(52,46,23)
#262112
(38,33,18)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #A4963F

#A4963F
(164,150,63)
#AC9F50
(172,159,80)
#B4A861
(180,168,97)
#BCB172
(188,177,114)
#C4BA83
(196,186,131)
#CCC394
(204,195,148)
#D4CCA5
(212,204,165)
#DCD5B6
(220,213,182)
#E4DEC7
(228,222,199)
#ECE7D8
(236,231,216)
#F4F0E9
(244,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4963F color. Also use rgb(164,150,63) instead hex code.

Text Font Color

.myTextColor { color: #A4963F; }

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

This text font color is #A4963F.


Background Color

.myBgColor { background-color: #A4963F; }

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

This div background color is #A4963F.


Border color

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

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

This div border color is #A4963F.


Opacity

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

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

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

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

This text has shadow with #A4963F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4963F on black background.


Color preview on white background

This text has color #A4963F on white background.



Black color preview on #A4963F background

This text has black color on #A4963F background.


White color preview on #A4963F background

This text has white color on #A4963F background.