Color Hex Logo

#a47633 Color Hex

#A47633
(164,118,51)
0 Favorites   0 Comments

Color spaces of #a47633

RGB 16411851
HSL0.100.530.42
HSV36°69°64°
CMYK 0.000.280.69   0.36
XYZ22.385821.08846.0226
Yxy21.08840.45230.4261
Hunter Lab45.92216.650324.3697
CIE-Lab53.046111.166742.8421

#a47633 color RGB value is (164,118,51).

#a47633 hex color red value is 164, green value is 118 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a47633 hue: 0.10 , saturation: 0.53 and the lightness value of a47633 is 0.42.

The process color (four color CMYK) of #a47633 color hex is 0.00, 0.28, 0.69, 0.36. Web safe color of #a47633 is #996633. Color #a47633 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110110 00110011
Octal 244 166 63
Decimal 164 118 51
Hex A4 76 33

RGB Percentages of Color #a47633

%49.25
%35.44
%15.32

CMYK Percentages of Color #a47633

%0
%28
%69
%36

Triadic Colors of #a47633

#a47633 #33a476 #7633a4

Analogous Colors of #a47633

#a47633 #9aa433 #a43e33

Monochromatic Colors of #a47633

#a47633

Complementary Color

#a47633 #3361a4

#a47633 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a47633 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a47633 Color CSS Codes

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

#a47633 Text Font Color

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

This sample text font color is #a47633
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.


#a47633 Background Color

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

This div background color is #a47633


#a47633 Border Color

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

This div border color is #a47633


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a47633


Comments

No comments written yet.

Please login to write comment.