COLOR #A3878F

HEX: #A3878F
RGB: (163,135,143)

Color info

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

RGB color model

#A3878F color RGB value is (163,135,143).

  • red value is 163;
  • green value is 135;
  • blue value is 143.
RGB:
(163,135,143)
(64%,53%,56%)

RGB channels and saturation

R 163 of 255 = 64%
G 135 of 255 = 53%
B 143 of 255 = 56%

163
135
143

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

Portions of RGB colors in percentages

R + G + B =
163 + 135 + 143 = 441 (100%)
R 163 of 441 ~ 36.96%
G 135 of 441 ~ 30.61%
B 143 of 441 ~ 32.43%

%36.96
%30.61
%32.43

CMYK color model

#A3878F color CMYK value is (0,17,12,36).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(0,17,12,36)
C0M17Y12K36 
(0%,17%,12%,36%)
(0.00/0.17/0.12/0.36)	

CMYK percentages

%0
%17.18
%12.27
%36.08

Codes

Color #A3878F in popluar color models

A3878F
RGB163135143
HSL343°13.21%58.43%
HSB/HSV343°17.18%63.92%
CMYK0.00%17.18%12.27%
36.08%

Color #A3878F in popluar number systems.

HEXA3878F
Decimal163135143
Binary101000111000011110001111
Octal243207217

Shades and tints

Shades of #A3878F

#A3878F
(163,135,143)
#957B82
(149,123,130)
#876F75
(135,111,117)
#796368
(121,99,104)
#6B575B
(107,87,91)
#5D4B4E
(93,75,78)
#4F3F41
(79,63,65)
#413334
(65,51,52)
#332727
(51,39,39)
#251B1A
(37,27,26)
#170F0D
(23,15,13)
#000000
(0,0,0)

Tints of #A3878F

#A3878F
(163,135,143)
#AB9199
(171,145,153)
#B39BA3
(179,155,163)
#BBA5AD
(187,165,173)
#C3AFB7
(195,175,183)
#CBB9C1
(203,185,193)
#D3C3CB
(211,195,203)
#DBCDD5
(219,205,213)
#E3D7DF
(227,215,223)
#EBE1E9
(235,225,233)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3878F color. Also use rgb(163,135,143) instead hex code.

Text Font Color

.myTextColor { color: #A3878F; }

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

This text font color is #A3878F.


Background Color

.myBgColor { background-color: #A3878F; }

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

This div background color is #A3878F.


Border color

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

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

This div border color is #A3878F.


Opacity

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

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

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

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

This text has shadow with #A3878F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3878F on black background.


Color preview on white background

This text has color #A3878F on white background.



Black color preview on #A3878F background

This text has black color on #A3878F background.


White color preview on #A3878F background

This text has white color on #A3878F background.