COLOR #A47368

HEX: #A47368
RGB: (164,115,104)

Color info

#A47368 contains mainly red and green colors. Web safe color of #A47368 is #996666 (or #966).

RGB color model

#A47368 color RGB value is (164,115,104).

  • red value is 164;
  • green value is 115;
  • blue value is 104.
RGB:
(164,115,104)
(64%,45%,41%)

RGB channels and saturation

R 164 of 255 = 64%
G 115 of 255 = 45%
B 104 of 255 = 41%

164
115
104

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

Portions of RGB colors in percentages

R + G + B =
164 + 115 + 104 = 383 (100%)
R 164 of 383 ~ 42.82%
G 115 of 383 ~ 30.03%
B 104 of 383 ~ 27.15%

%42.82
%30.03
%27.15

CMYK color model

#A47368 color CMYK value is (0,30,37,36).

  • cyan value is 0.00%
  • magenta value is 29.88%
  • yellow value is 36.59%
  • key color value is 35.69%
CMYK:
(0,30,37,36)
C0M30Y37K36 
(0%,30%,37%,36%)
(0.00/0.30/0.37/0.36)	

CMYK percentages

%0
%29.88
%36.59
%35.69

Codes

Color #A47368 in popluar color models

A47368
RGB164115104
HSL11°24.79%52.55%
HSB/HSV11°36.59%64.31%
CMYK0.00%29.88%36.59%
35.69%

Color #A47368 in popluar number systems.

HEXA47368
Decimal164115104
Binary1010010011100111101000
Octal244163150

Shades and tints

Shades of #A47368

#A47368
(164,115,104)
#96695F
(150,105,95)
#885F56
(136,95,86)
#7A554D
(122,85,77)
#6C4B44
(108,75,68)
#5E413B
(94,65,59)
#503732
(80,55,50)
#422D29
(66,45,41)
#342320
(52,35,32)
#261917
(38,25,23)
#180F0E
(24,15,14)
#000000
(0,0,0)

Tints of #A47368

#A47368
(164,115,104)
#AC7F75
(172,127,117)
#B48B82
(180,139,130)
#BC978F
(188,151,143)
#C4A39C
(196,163,156)
#CCAFA9
(204,175,169)
#D4BBB6
(212,187,182)
#DCC7C3
(220,199,195)
#E4D3D0
(228,211,208)
#ECDFDD
(236,223,221)
#F4EBEA
(244,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47368 color. Also use rgb(164,115,104) instead hex code.

Text Font Color

.myTextColor { color: #A47368; }

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

This text font color is #A47368.


Background Color

.myBgColor { background-color: #A47368; }

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

This div background color is #A47368.


Border color

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

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

This div border color is #A47368.


Opacity

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

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

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

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

This text has shadow with #A47368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47368 on black background.


Color preview on white background

This text has color #A47368 on white background.



Black color preview on #A47368 background

This text has black color on #A47368 background.


White color preview on #A47368 background

This text has white color on #A47368 background.