COLOR #A3838F

HEX: #A3838F
RGB: (163,131,143)

Color info

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

RGB color model

#A3838F color RGB value is (163,131,143).

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

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 143 of 255 = 56%

163
131
143

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

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 143 = 437 (100%)
R 163 of 437 ~ 37.3%
G 131 of 437 ~ 29.98%
B 143 of 437 ~ 32.72%

%37.3
%29.98
%32.72

CMYK color model

#A3838F color CMYK value is (0,20,12,36).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(0,20,12,36)
C0M20Y12K36 
(0%,20%,12%,36%)
(0.00/0.20/0.12/0.36)	

CMYK percentages

%0
%19.63
%12.27
%36.08

Codes

Color #A3838F in popluar color models

A3838F
RGB163131143
HSL338°14.81%57.65%
HSB/HSV338°19.63%63.92%
CMYK0.00%19.63%12.27%
36.08%

Color #A3838F in popluar number systems.

HEXA3838F
Decimal163131143
Binary101000111000001110001111
Octal243203217

Shades and tints

Shades of #A3838F

#A3838F
(163,131,143)
#957882
(149,120,130)
#876D75
(135,109,117)
#796268
(121,98,104)
#6B575B
(107,87,91)
#5D4C4E
(93,76,78)
#4F4141
(79,65,65)
#413634
(65,54,52)
#332B27
(51,43,39)
#25201A
(37,32,26)
#17150D
(23,21,13)
#000000
(0,0,0)

Tints of #A3838F

#A3838F
(163,131,143)
#AB8E99
(171,142,153)
#B399A3
(179,153,163)
#BBA4AD
(187,164,173)
#C3AFB7
(195,175,183)
#CBBAC1
(203,186,193)
#D3C5CB
(211,197,203)
#DBD0D5
(219,208,213)
#E3DBDF
(227,219,223)
#EBE6E9
(235,230,233)
#F3F1F3
(243,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3838F; }

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

This text font color is #A3838F.


Background Color

.myBgColor { background-color: #A3838F; }

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

This div background color is #A3838F.


Border color

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

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

This div border color is #A3838F.


Opacity

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

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

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

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

This text has shadow with #A3838F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3838F on black background.


Color preview on white background

This text has color #A3838F on white background.



Black color preview on #A3838F background

This text has black color on #A3838F background.


White color preview on #A3838F background

This text has white color on #A3838F background.