COLOR #A3958F

HEX: #A3958F
RGB: (163,149,143)

Color info

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

RGB color model

#A3958F color RGB value is (163,149,143).

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

RGB channels and saturation

R 163 of 255 = 64%
G 149 of 255 = 58%
B 143 of 255 = 56%

163
149
143

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

Portions of RGB colors in percentages

R + G + B =
163 + 149 + 143 = 455 (100%)
R 163 of 455 ~ 35.82%
G 149 of 455 ~ 32.75%
B 143 of 455 ~ 31.43%

%35.82
%32.75
%31.43

CMYK color model

#A3958F color CMYK value is (0,9,12,36).

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 12.27%
  • key color value is 36.08%
CMYK:
(0,9,12,36)
C0M9Y12K36 
(0%,9%,12%,36%)
(0.00/0.09/0.12/0.36)	

CMYK percentages

%0
%8.59
%12.27
%36.08

Codes

Color #A3958F in popluar color models

A3958F
RGB163149143
HSL18°9.80%60.00%
HSB/HSV18°12.27%63.92%
CMYK0.00%8.59%12.27%
36.08%

Color #A3958F in popluar number systems.

HEXA3958F
Decimal163149143
Binary101000111001010110001111
Octal243225217

Shades and tints

Shades of #A3958F

#A3958F
(163,149,143)
#958882
(149,136,130)
#877B75
(135,123,117)
#796E68
(121,110,104)
#6B615B
(107,97,91)
#5D544E
(93,84,78)
#4F4741
(79,71,65)
#413A34
(65,58,52)
#332D27
(51,45,39)
#25201A
(37,32,26)
#17130D
(23,19,13)
#000000
(0,0,0)

Tints of #A3958F

#A3958F
(163,149,143)
#AB9E99
(171,158,153)
#B3A7A3
(179,167,163)
#BBB0AD
(187,176,173)
#C3B9B7
(195,185,183)
#CBC2C1
(203,194,193)
#D3CBCB
(211,203,203)
#DBD4D5
(219,212,213)
#E3DDDF
(227,221,223)
#EBE6E9
(235,230,233)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3958F; }

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

This text font color is #A3958F.


Background Color

.myBgColor { background-color: #A3958F; }

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

This div background color is #A3958F.


Border color

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

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

This div border color is #A3958F.


Opacity

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

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

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

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

This text has shadow with #A3958F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3958F on black background.


Color preview on white background

This text has color #A3958F on white background.



Black color preview on #A3958F background

This text has black color on #A3958F background.


White color preview on #A3958F background

This text has white color on #A3958F background.