COLOR #A38C3D

HEX: #A38C3D
RGB: (163,140,61)

Color info

#A38C3D contains mainly red and green colors. Web safe color of #A38C3D is #999933 (or #993).

RGB color model

#A38C3D color RGB value is (163,140,61).

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

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 61 of 255 = 24%

163
140
61

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

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 61 = 364 (100%)
R 163 of 364 ~ 44.78%
G 140 of 364 ~ 38.46%
B 61 of 364 ~ 16.76%

%44.78
%38.46
%16.76

CMYK color model

#A38C3D color CMYK value is (0,14,63,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 62.58%
  • key color value is 36.08%
CMYK:
(0,14,63,36)
C0M14Y63K36 
(0%,14%,63%,36%)
(0.00/0.14/0.63/0.36)	

CMYK percentages

%0
%14.11
%62.58
%36.08

Codes

Color #A38C3D in popluar color models

A38C3D
RGB16314061
HSL46°45.54%43.92%
HSB/HSV46°62.58%63.92%
CMYK0.00%14.11%62.58%
36.08%

Color #A38C3D in popluar number systems.

HEXA38C3D
Decimal16314061
Binary1010001110001100111101
Octal24321475

Shades and tints

Shades of #A38C3D

#A38C3D
(163,140,61)
#958038
(149,128,56)
#877433
(135,116,51)
#79682E
(121,104,46)
#6B5C29
(107,92,41)
#5D5024
(93,80,36)
#4F441F
(79,68,31)
#41381A
(65,56,26)
#332C15
(51,44,21)
#252010
(37,32,16)
#17140B
(23,20,11)
#000000
(0,0,0)

Tints of #A38C3D

#A38C3D
(163,140,61)
#AB964E
(171,150,78)
#B3A05F
(179,160,95)
#BBAA70
(187,170,112)
#C3B481
(195,180,129)
#CBBE92
(203,190,146)
#D3C8A3
(211,200,163)
#DBD2B4
(219,210,180)
#E3DCC5
(227,220,197)
#EBE6D6
(235,230,214)
#F3F0E7
(243,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38C3D; }

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

This text font color is #A38C3D.


Background Color

.myBgColor { background-color: #A38C3D; }

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

This div background color is #A38C3D.


Border color

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

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

This div border color is #A38C3D.


Opacity

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

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

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

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

This text has shadow with #A38C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38C3D on black background.


Color preview on white background

This text has color #A38C3D on white background.



Black color preview on #A38C3D background

This text has black color on #A38C3D background.


White color preview on #A38C3D background

This text has white color on #A38C3D background.