Color Hex Logo

#a37530 Color Hex

#A37530
(163,117,48)
0 Favorites   0 Comments

Color spaces of #a37530

RGB 16311748
HSL0.100.550.41
HSV36°71°64°
CMYK 0.000.280.71   0.36
XYZ21.999020.72255.6367
Yxy20.72250.45490.4285
Hunter Lab45.52206.598724.5239
CIE-Lab52.644411.109243.8132

#a37530 color RGB value is (163,117,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110101 00110000
Octal 243 165 60
Decimal 163 117 48
Hex A3 75 30

RGB Percentages of Color #a37530

%49.70
%35.67
%14.63

CMYK Percentages of Color #a37530

%0
%28
%71
%36

Triadic Colors of #a37530

#a37530 #30a375 #7530a3

Analogous Colors of #a37530

#a37530 #98a330 #a33c30

Monochromatic Colors of #a37530

#a37530

Complementary Color

#a37530 #305ea3

#a37530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37530 Color CSS Codes

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

#a37530 Text Font Color

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

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


#a37530 Background Color

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

This div background color is #a37530


#a37530 Border Color

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

This div border color is #a37530


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,117,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 #a37530">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37530


Comments

No comments written yet.

Please login to write comment.