COLOR #A38C45

HEX: #A38C45
RGB: (163,140,69)

Color info

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

RGB color model

#A38C45 color RGB value is (163,140,69).

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

RGB channels and saturation

R 163 of 255 = 64%
G 140 of 255 = 55%
B 69 of 255 = 27%

163
140
69

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

Portions of RGB colors in percentages

R + G + B =
163 + 140 + 69 = 372 (100%)
R 163 of 372 ~ 43.82%
G 140 of 372 ~ 37.63%
B 69 of 372 ~ 18.55%

%43.82
%37.63
%18.55

CMYK color model

#A38C45 color CMYK value is (0,14,58,36).

  • cyan value is 0.00%
  • magenta value is 14.11%
  • yellow value is 57.67%
  • key color value is 36.08%
CMYK:
(0,14,58,36)
C0M14Y58K36 
(0%,14%,58%,36%)
(0.00/0.14/0.58/0.36)	

CMYK percentages

%0
%14.11
%57.67
%36.08

Codes

Color #A38C45 in popluar color models

A38C45
RGB16314069
HSL45°40.52%45.49%
HSB/HSV45°57.67%63.92%
CMYK0.00%14.11%57.67%
36.08%

Color #A38C45 in popluar number systems.

HEXA38C45
Decimal16314069
Binary10100011100011001000101
Octal243214105

Shades and tints

Shades of #A38C45

#A38C45
(163,140,69)
#95803F
(149,128,63)
#877439
(135,116,57)
#796833
(121,104,51)
#6B5C2D
(107,92,45)
#5D5027
(93,80,39)
#4F4421
(79,68,33)
#41381B
(65,56,27)
#332C15
(51,44,21)
#25200F
(37,32,15)
#171409
(23,20,9)
#000000
(0,0,0)

Tints of #A38C45

#A38C45
(163,140,69)
#AB9655
(171,150,85)
#B3A065
(179,160,101)
#BBAA75
(187,170,117)
#C3B485
(195,180,133)
#CBBE95
(203,190,149)
#D3C8A5
(211,200,165)
#DBD2B5
(219,210,181)
#E3DCC5
(227,220,197)
#EBE6D5
(235,230,213)
#F3F0E5
(243,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A38C45; }

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

This text font color is #A38C45.


Background Color

.myBgColor { background-color: #A38C45; }

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

This div background color is #A38C45.


Border color

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

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

This div border color is #A38C45.


Opacity

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

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

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

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

This text has shadow with #A38C45 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A38C45 on black background.


Color preview on white background

This text has color #A38C45 on white background.



Black color preview on #A38C45 background

This text has black color on #A38C45 background.


White color preview on #A38C45 background

This text has white color on #A38C45 background.