COLOR #A3978A

HEX: #A3978A
RGB: (163,151,138)

Color info

#A3978A contains red, green and blue colors in about the same proportion. Web safe color of #A3978A is #999999 (or #999).

RGB color model

#A3978A color RGB value is (163,151,138).

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

RGB channels and saturation

R 163 of 255 = 64%
G 151 of 255 = 59%
B 138 of 255 = 54%

163
151
138

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

Portions of RGB colors in percentages

R + G + B =
163 + 151 + 138 = 452 (100%)
R 163 of 452 ~ 36.06%
G 151 of 452 ~ 33.41%
B 138 of 452 ~ 30.53%

%36.06
%33.41
%30.53

CMYK color model

#A3978A color CMYK value is (0,7,15,36).

  • cyan value is 0.00%
  • magenta value is 7.36%
  • yellow value is 15.34%
  • key color value is 36.08%
CMYK:
(0,7,15,36)
C0M7Y15K36 
(0%,7%,15%,36%)
(0.00/0.07/0.15/0.36)	

CMYK percentages

%0
%7.36
%15.34
%36.08

Codes

Color #A3978A in popluar color models

A3978A
RGB163151138
HSL31°11.96%59.02%
HSB/HSV31°15.34%63.92%
CMYK0.00%7.36%15.34%
36.08%

Color #A3978A in popluar number systems.

HEXA3978A
Decimal163151138
Binary101000111001011110001010
Octal243227212

Shades and tints

Shades of #A3978A

#A3978A
(163,151,138)
#958A7E
(149,138,126)
#877D72
(135,125,114)
#797066
(121,112,102)
#6B635A
(107,99,90)
#5D564E
(93,86,78)
#4F4942
(79,73,66)
#413C36
(65,60,54)
#332F2A
(51,47,42)
#25221E
(37,34,30)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #A3978A

#A3978A
(163,151,138)
#ABA094
(171,160,148)
#B3A99E
(179,169,158)
#BBB2A8
(187,178,168)
#C3BBB2
(195,187,178)
#CBC4BC
(203,196,188)
#D3CDC6
(211,205,198)
#DBD6D0
(219,214,208)
#E3DFDA
(227,223,218)
#EBE8E4
(235,232,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3978A; }

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

This text font color is #A3978A.


Background Color

.myBgColor { background-color: #A3978A; }

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

This div background color is #A3978A.


Border color

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

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

This div border color is #A3978A.


Opacity

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

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

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

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

This text has shadow with #A3978A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3978A on black background.


Color preview on white background

This text has color #A3978A on white background.



Black color preview on #A3978A background

This text has black color on #A3978A background.


White color preview on #A3978A background

This text has white color on #A3978A background.