COLOR #A3977F

HEX: #A3977F
RGB: (163,151,127)

Color info

#A3977F contains red, green and blue colors in about the same proportion. Web safe color of #A3977F is #999966 (or #996).

RGB color model

#A3977F color RGB value is (163,151,127).

  • red value is 163;
  • green value is 151;
  • blue value is 127.
RGB:
(163,151,127)
(64%,59%,50%)

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 127 of 255 = 50%

163
151
127

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

Portions of RGB colors in percentages

R + G + B =
163 + 151 + 127 = 441 (100%)
R 163 of 441 ~ 36.96%
G 151 of 441 ~ 34.24%
B 127 of 441 ~ 28.8%

%36.96
%34.24
%28.8

CMYK color model

#A3977F color CMYK value is (0,7,22,36).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 22.09%
  • key color value is 36.08%
CMYK:
(0,7,22,36)
C0M7Y22K36 
(0%,7%,22%,36%)
(0.00/0.07/0.22/0.36)	

CMYK percentages

%0
%7.36
%22.09
%36.08

Codes

Color #A3977F in popluar color models

A3977F
RGB163151127
HSL40°16.36%56.86%
HSB/HSV40°22.09%63.92%
CMYK0.00%7.36%22.09%
36.08%

Color #A3977F in popluar number systems.

HEXA3977F
Decimal163151127
Binary10100011100101111111111
Octal243227177

Shades and tints

Shades of #A3977F

#A3977F
(163,151,127)
#958A74
(149,138,116)
#877D69
(135,125,105)
#79705E
(121,112,94)
#6B6353
(107,99,83)
#5D5648
(93,86,72)
#4F493D
(79,73,61)
#413C32
(65,60,50)
#332F27
(51,47,39)
#25221C
(37,34,28)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #A3977F

#A3977F
(163,151,127)
#ABA08A
(171,160,138)
#B3A995
(179,169,149)
#BBB2A0
(187,178,160)
#C3BBAB
(195,187,171)
#CBC4B6
(203,196,182)
#D3CDC1
(211,205,193)
#DBD6CC
(219,214,204)
#E3DFD7
(227,223,215)
#EBE8E2
(235,232,226)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3977F color. Also use rgb(163,151,127) instead hex code.

Text Font Color

.myTextColor { color: #A3977F; }

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

This text font color is #A3977F.


Background Color

.myBgColor { background-color: #A3977F; }

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

This div background color is #A3977F.


Border color

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

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

This div border color is #A3977F.


Opacity

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

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

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

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

This text has shadow with #A3977F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3977F on black background.


Color preview on white background

This text has color #A3977F on white background.



Black color preview on #A3977F background

This text has black color on #A3977F background.


White color preview on #A3977F background

This text has white color on #A3977F background.