COLOR #A3977C

HEX: #A3977C
RGB: (163,151,124)

Color info

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

RGB color model

#A3977C color RGB value is (163,151,124).

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

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 124 of 255 = 49%

163
151
124

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

Portions of RGB colors in percentages

R + G + B =
163 + 151 + 124 = 438 (100%)
R 163 of 438 ~ 37.21%
G 151 of 438 ~ 34.47%
B 124 of 438 ~ 28.31%

%37.21
%34.47
%28.31

CMYK color model

#A3977C color CMYK value is (0,7,24,36).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 23.93%
  • key color value is 36.08%
CMYK:
(0,7,24,36)
C0M7Y24K36 
(0%,7%,24%,36%)
(0.00/0.07/0.24/0.36)	

CMYK percentages

%0
%7.36
%23.93
%36.08

Codes

Color #A3977C in popluar color models

A3977C
RGB163151124
HSL42°17.49%56.27%
HSB/HSV42°23.93%63.92%
CMYK0.00%7.36%23.93%
36.08%

Color #A3977C in popluar number systems.

HEXA3977C
Decimal163151124
Binary10100011100101111111100
Octal243227174

Shades and tints

Shades of #A3977C

#A3977C
(163,151,124)
#958A71
(149,138,113)
#877D66
(135,125,102)
#79705B
(121,112,91)
#6B6350
(107,99,80)
#5D5645
(93,86,69)
#4F493A
(79,73,58)
#413C2F
(65,60,47)
#332F24
(51,47,36)
#252219
(37,34,25)
#17150E
(23,21,14)
#000000
(0,0,0)

Tints of #A3977C

#A3977C
(163,151,124)
#ABA087
(171,160,135)
#B3A992
(179,169,146)
#BBB29D
(187,178,157)
#C3BBA8
(195,187,168)
#CBC4B3
(203,196,179)
#D3CDBE
(211,205,190)
#DBD6C9
(219,214,201)
#E3DFD4
(227,223,212)
#EBE8DF
(235,232,223)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3977C; }

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

This text font color is #A3977C.


Background Color

.myBgColor { background-color: #A3977C; }

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

This div background color is #A3977C.


Border color

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

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

This div border color is #A3977C.


Opacity

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

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

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

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

This text has shadow with #A3977C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3977C on black background.


Color preview on white background

This text has color #A3977C on white background.



Black color preview on #A3977C background

This text has black color on #A3977C background.


White color preview on #A3977C background

This text has white color on #A3977C background.