COLOR #A38E3D

HEX: #A38E3D
RGB: (163,142,61)

Color info

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

RGB color model

#A38E3D color RGB value is (163,142,61).

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

RGB channels and saturation

R 163 of 255 = 64%
G 142 of 255 = 56%
B 61 of 255 = 24%

163
142
61

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

Portions of RGB colors in percentages

R + G + B =
163 + 142 + 61 = 366 (100%)
R 163 of 366 ~ 44.54%
G 142 of 366 ~ 38.8%
B 61 of 366 ~ 16.67%

%44.54
%38.8
%16.67

CMYK color model

#A38E3D color CMYK value is (0,13,63,36).

  • cyan value is 0.00%
  • magenta value is 12.88%
  • yellow value is 62.58%
  • key color value is 36.08%
CMYK:
(0,13,63,36)
C0M13Y63K36 
(0%,13%,63%,36%)
(0.00/0.13/0.63/0.36)	

CMYK percentages

%0
%12.88
%62.58
%36.08

Codes

Color #A38E3D in popluar color models

A38E3D
RGB16314261
HSL48°45.54%43.92%
HSB/HSV48°62.58%63.92%
CMYK0.00%12.88%62.58%
36.08%

Color #A38E3D in popluar number systems.

HEXA38E3D
Decimal16314261
Binary1010001110001110111101
Octal24321675

Shades and tints

Shades of #A38E3D

#A38E3D
(163,142,61)
#958238
(149,130,56)
#877633
(135,118,51)
#796A2E
(121,106,46)
#6B5E29
(107,94,41)
#5D5224
(93,82,36)
#4F461F
(79,70,31)
#413A1A
(65,58,26)
#332E15
(51,46,21)
#252210
(37,34,16)
#17160B
(23,22,11)
#000000
(0,0,0)

Tints of #A38E3D

#A38E3D
(163,142,61)
#AB984E
(171,152,78)
#B3A25F
(179,162,95)
#BBAC70
(187,172,112)
#C3B681
(195,182,129)
#CBC092
(203,192,146)
#D3CAA3
(211,202,163)
#DBD4B4
(219,212,180)
#E3DEC5
(227,222,197)
#EBE8D6
(235,232,214)
#F3F2E7
(243,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38E3D; }

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

This text font color is #A38E3D.


Background Color

.myBgColor { background-color: #A38E3D; }

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

This div background color is #A38E3D.


Border color

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

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

This div border color is #A38E3D.


Opacity

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

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

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

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

This text has shadow with #A38E3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38E3D on black background.


Color preview on white background

This text has color #A38E3D on white background.



Black color preview on #A38E3D background

This text has black color on #A38E3D background.


White color preview on #A38E3D background

This text has white color on #A38E3D background.