COLOR #A38C4F

HEX: #A38C4F
RGB: (163,140,79)

Color info

#A38C4F contains mainly red and green colors. Web safe color of #A38C4F is #999966 (or #996).

RGB color model

#A38C4F color RGB value is (163,140,79).

  • red value is 163;
  • green value is 140;
  • blue value is 79.
RGB:
(163,140,79)
(64%,55%,31%)

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 79 of 255 = 31%

163
140
79

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

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 79 = 382 (100%)
R 163 of 382 ~ 42.67%
G 140 of 382 ~ 36.65%
B 79 of 382 ~ 20.68%

%42.67
%36.65
%20.68

CMYK color model

#A38C4F color CMYK value is (0,14,52,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 51.53%
  • key color value is 36.08%
CMYK:
(0,14,52,36)
C0M14Y52K36 
(0%,14%,52%,36%)
(0.00/0.14/0.52/0.36)	

CMYK percentages

%0
%14.11
%51.53
%36.08

Codes

Color #A38C4F in popluar color models

A38C4F
RGB16314079
HSL44°34.71%47.45%
HSB/HSV44°51.53%63.92%
CMYK0.00%14.11%51.53%
36.08%

Color #A38C4F in popluar number systems.

HEXA38C4F
Decimal16314079
Binary10100011100011001001111
Octal243214117

Shades and tints

Shades of #A38C4F

#A38C4F
(163,140,79)
#958048
(149,128,72)
#877441
(135,116,65)
#79683A
(121,104,58)
#6B5C33
(107,92,51)
#5D502C
(93,80,44)
#4F4425
(79,68,37)
#41381E
(65,56,30)
#332C17
(51,44,23)
#252010
(37,32,16)
#171409
(23,20,9)
#000000
(0,0,0)

Tints of #A38C4F

#A38C4F
(163,140,79)
#AB965F
(171,150,95)
#B3A06F
(179,160,111)
#BBAA7F
(187,170,127)
#C3B48F
(195,180,143)
#CBBE9F
(203,190,159)
#D3C8AF
(211,200,175)
#DBD2BF
(219,210,191)
#E3DCCF
(227,220,207)
#EBE6DF
(235,230,223)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A38C4F color. Also use rgb(163,140,79) instead hex code.

Text Font Color

.myTextColor { color: #A38C4F; }

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

This text font color is #A38C4F.


Background Color

.myBgColor { background-color: #A38C4F; }

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

This div background color is #A38C4F.


Border color

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

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

This div border color is #A38C4F.


Opacity

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

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

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

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

This text has shadow with #A38C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38C4F on black background.


Color preview on white background

This text has color #A38C4F on white background.



Black color preview on #A38C4F background

This text has black color on #A38C4F background.


White color preview on #A38C4F background

This text has white color on #A38C4F background.