COLOR #A3838A

HEX: #A3838A
RGB: (163,131,138)

Color info

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

RGB color model

#A3838A color RGB value is (163,131,138).

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

RGB channels and saturation

R 163 of 255 = 64%
G 131 of 255 = 51%
B 138 of 255 = 54%

163
131
138

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

Portions of RGB colors in percentages

R + G + B =
163 + 131 + 138 = 432 (100%)
R 163 of 432 ~ 37.73%
G 131 of 432 ~ 30.32%
B 138 of 432 ~ 31.94%

%37.73
%30.32
%31.94

CMYK color model

#A3838A color CMYK value is (0,20,15,36).

  • cyan value is 0.00%
  • magenta value is 19.63%
  • yellow value is 15.34%
  • key color value is 36.08%
CMYK:
(0,20,15,36)
C0M20Y15K36 
(0%,20%,15%,36%)
(0.00/0.20/0.15/0.36)	

CMYK percentages

%0
%19.63
%15.34
%36.08

Codes

Color #A3838A in popluar color models

A3838A
RGB163131138
HSL347°14.81%57.65%
HSB/HSV347°19.63%63.92%
CMYK0.00%19.63%15.34%
36.08%

Color #A3838A in popluar number systems.

HEXA3838A
Decimal163131138
Binary101000111000001110001010
Octal243203212

Shades and tints

Shades of #A3838A

#A3838A
(163,131,138)
#95787E
(149,120,126)
#876D72
(135,109,114)
#796266
(121,98,102)
#6B575A
(107,87,90)
#5D4C4E
(93,76,78)
#4F4142
(79,65,66)
#413636
(65,54,54)
#332B2A
(51,43,42)
#25201E
(37,32,30)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #A3838A

#A3838A
(163,131,138)
#AB8E94
(171,142,148)
#B3999E
(179,153,158)
#BBA4A8
(187,164,168)
#C3AFB2
(195,175,178)
#CBBABC
(203,186,188)
#D3C5C6
(211,197,198)
#DBD0D0
(219,208,208)
#E3DBDA
(227,219,218)
#EBE6E4
(235,230,228)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3838A; }

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

This text font color is #A3838A.


Background Color

.myBgColor { background-color: #A3838A; }

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

This div background color is #A3838A.


Border color

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

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

This div border color is #A3838A.


Opacity

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

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

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

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

This text has shadow with #A3838A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3838A on black background.


Color preview on white background

This text has color #A3838A on white background.



Black color preview on #A3838A background

This text has black color on #A3838A background.


White color preview on #A3838A background

This text has white color on #A3838A background.