Color Hex Logo

#a37423 Color Hex

#A37423
(163,116,35)
0 Favorites   0 Comments

Color spaces of #a37423

RGB 16311635
HSL0.110.650.39
HSV38°79°64°
CMYK 0.000.290.79   0.36
XYZ21.653020.39874.3862
Yxy20.39870.46630.4393
Hunter Lab45.16496.538025.8575
CIE-Lab52.285011.040549.1725

#a37423 color RGB value is (163,116,35).

#a37423 hex color red value is 163, green value is 116 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a37423 hue: 0.11 , saturation: 0.65 and the lightness value of a37423 is 0.39.

The process color (four color CMYK) of #a37423 color hex is 0.00, 0.29, 0.79, 0.36. Web safe color of #a37423 is #996633. Color #a37423 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01110100 00100011
Octal 243 164 43
Decimal 163 116 35
Hex A3 74 23

RGB Percentages of Color #a37423

%51.91
%36.94
%11.15

CMYK Percentages of Color #a37423

%0
%29
%79
%36

Triadic Colors of #a37423

#a37423 #23a374 #7423a3

Analogous Colors of #a37423

#a37423 #92a323 #a33423

Monochromatic Colors of #a37423

#a37423

Complementary Color

#a37423 #2352a3

#a37423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a37423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a37423 Color CSS Codes

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

#a37423 Text Font Color

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

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


#a37423 Background Color

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

This div background color is #a37423


#a37423 Border Color

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

This div border color is #a37423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a37423


Comments

No comments written yet.

Please login to write comment.