COLOR #A47433

HEX: #A47433
RGB: (164,116,51)

Color info

#A47433 contains mainly red and green colors. Web safe color of #A47433 is #996633 (or #963).

RGB color model

#A47433 color RGB value is (164,116,51).

  • red value is 164;
  • green value is 116;
  • blue value is 51.
RGB:
(164,116,51)
(64%,45%,20%)

RGB channels and saturation

R 164 of 255 = 64%
G 116 of 255 = 45%
B 51 of 255 = 20%

164
116
51

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

Portions of RGB colors in percentages

R + G + B =
164 + 116 + 51 = 331 (100%)
R 164 of 331 ~ 49.55%
G 116 of 331 ~ 35.05%
B 51 of 331 ~ 15.41%

%49.55
%35.05
%15.41

CMYK color model

#A47433 color CMYK value is (0,29,69,36).

  • cyan value is 0.00%
  • magenta value is 29.27%
  • yellow value is 68.90%
  • key color value is 35.69%
CMYK:
(0,29,69,36)
C0M29Y69K36 
(0%,29%,69%,36%)
(0.00/0.29/0.69/0.36)	

CMYK percentages

%0
%29.27
%68.9
%35.69

Codes

Color #A47433 in popluar color models

A47433
RGB16411651
HSL35°52.56%42.16%
HSB/HSV35°68.90%64.31%
CMYK0.00%29.27%68.90%
35.69%

Color #A47433 in popluar number systems.

HEXA47433
Decimal16411651
Binary101001001110100110011
Octal24416463

Shades and tints

Shades of #A47433

#A47433
(164,116,51)
#966A2F
(150,106,47)
#88602B
(136,96,43)
#7A5627
(122,86,39)
#6C4C23
(108,76,35)
#5E421F
(94,66,31)
#50381B
(80,56,27)
#422E17
(66,46,23)
#342413
(52,36,19)
#261A0F
(38,26,15)
#18100B
(24,16,11)
#000000
(0,0,0)

Tints of #A47433

#A47433
(164,116,51)
#AC8045
(172,128,69)
#B48C57
(180,140,87)
#BC9869
(188,152,105)
#C4A47B
(196,164,123)
#CCB08D
(204,176,141)
#D4BC9F
(212,188,159)
#DCC8B1
(220,200,177)
#E4D4C3
(228,212,195)
#ECE0D5
(236,224,213)
#F4ECE7
(244,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A47433 color. Also use rgb(164,116,51) instead hex code.

Text Font Color

.myTextColor { color: #A47433; }

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

This text font color is #A47433.


Background Color

.myBgColor { background-color: #A47433; }

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

This div background color is #A47433.


Border color

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

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

This div border color is #A47433.


Opacity

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

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

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

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

This text has shadow with #A47433 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A47433 on black background.


Color preview on white background

This text has color #A47433 on white background.



Black color preview on #A47433 background

This text has black color on #A47433 background.


White color preview on #A47433 background

This text has white color on #A47433 background.