Color Hex Logo

#a47203 Color Hex

#A47203
(164,114,3)
0 Favorites   0 Comments

Color spaces of #a47203

RGB 1641143
HSL0.110.960.33
HSV41°98°64°
CMYK 0.000.300.98   0.36
XYZ21.343619.93372.8088
Yxy19.93370.48410.4522
Hunter Lab44.64727.199527.5230
CIE-Lab51.762211.832757.7364

#a47203 color RGB value is (164,114,3).

#a47203 hex color red value is 164, green value is 114 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #a47203 hue: 0.11 , saturation: 0.96 and the lightness value of a47203 is 0.33.

The process color (four color CMYK) of #a47203 color hex is 0.00, 0.30, 0.98, 0.36. Web safe color of #a47203 is #996600. Color #a47203 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110010 00000011
Octal 244 162 3
Decimal 164 114 3
Hex A4 72 3

RGB Percentages of Color #a47203

%58.36
%40.57
%1.07

CMYK Percentages of Color #a47203

%0
%30
%98
%36

Triadic Colors of #a47203

#a47203 #03a472 #7203a4

Analogous Colors of #a47203

#a47203 #86a403 #a42103

Monochromatic Colors of #a47203

#a47203

Complementary Color

#a47203 #0335a4

#a47203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47203 Color CSS Codes

.mybgcolor {background-color:#a47203; } 
.myforecolor {color:#a47203; }
.mybordercolor {border:3px solid #a47203; }

#a47203 Text Font Color

<p style="color:#a47203">Text here</p>

This sample text font color is #a47203
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a47203 Background Color

<div style="background-color:#a47203">
Div content here</div>

This div background color is #a47203


#a47203 Border Color

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

This div border color is #a47203


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,114,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a47203; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a47203;
  -webkit-box-shadow: 1px 1px 3px 2px #a47203;
  box-shadow:         1px 1px 3px 2px #a47203; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,114,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a47203">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a47203;
  -webkit-box-shadow: 1px 1px 3px 2px #a47203;
  box-shadow:         1px 1px 3px 2px #a47203;">
Div content here</div>

This div box has shadow with color #a47203


Comments

No comments written yet.

Please login to write comment.