Color Hex Logo

#a37030 Color Hex

#A37030
(163,112,48)
0 Favorites   0 Comments

Color spaces of #a37030

RGB 16311248
HSL0.090.550.41
HSV33°71°64°
CMYK 0.000.310.71   0.36
XYZ21.431919.58835.4476
Yxy19.58830.46120.4215
Hunter Lab44.25878.984523.6833
CIE-Lab51.368513.948042.4564

#a37030 color RGB value is (163,112,48).

#a37030 hex color red value is 163, green value is 112 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #a37030 hue: 0.09 , saturation: 0.55 and the lightness value of a37030 is 0.41.

The process color (four color CMYK) of #a37030 color hex is 0.00, 0.31, 0.71, 0.36. Web safe color of #a37030 is #996633. Color #a37030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110000 00110000
Octal 243 160 60
Decimal 163 112 48
Hex A3 70 30

RGB Percentages of Color #a37030

%50.46
%34.67
%14.86

CMYK Percentages of Color #a37030

%0
%31
%71
%36

Triadic Colors of #a37030

#a37030 #30a370 #7030a3

Analogous Colors of #a37030

#a37030 #9da330 #a33730

Monochromatic Colors of #a37030

#a37030

Complementary Color

#a37030 #3063a3

#a37030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37030 Color CSS Codes

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

#a37030 Text Font Color

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

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


#a37030 Background Color

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

This div background color is #a37030


#a37030 Border Color

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

This div border color is #a37030


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,112,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a37030; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a37030;
  -webkit-box-shadow: 1px 1px 3px 2px #a37030;
  box-shadow:         1px 1px 3px 2px #a37030; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,112,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37030


Comments

No comments written yet.

Please login to write comment.