Color Hex Logo

#8a3324 Color Hex Burnt Umber

#8A3324
(138,51,36)
9 Favorites   0 Comments

Color spaces of #8a3324 Burnt Umber

RGB 1385136
HSL0.020.590.34
HSV74°54°
CMYK 0.000.630.74   0.46
XYZ11.98357.89832.5620
Yxy7.89830.53390.3519
Hunter Lab28.103926.930514.2678
CIE-Lab33.770236.191128.4999

#8a3324 color RGB value is (138,51,36). #8a3324 color name is Burnt Umber color.

#8a3324 hex color red value is 138, green value is 51 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #8a3324 hue: 0.02 , saturation: 0.59 and the lightness value of 8a3324 is 0.34.

The process color (four color CMYK) of #8a3324 color hex is 0.00, 0.63, 0.74, 0.46. Web safe color of #8a3324 is #993333. Color #8a3324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 00110011 00100100
Octal 212 63 44
Decimal 138 51 36
Hex 8A 33 24

RGB Percentages of Color #8a3324

%61.33
%22.67
%16.00

CMYK Percentages of Color #8a3324

%0
%63
%74
%46

Triadic Colors of #8a3324

#8a3324 #248a33 #33248a

Analogous Colors of #8a3324

#8a3324 #8a6624 #8a2448

Monochromatic Colors of #8a3324

#8a3324

Complementary Color

#8a3324 #247b8a

#8a3324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a3324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a3324 Color CSS Codes

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

#8a3324 Text Font Color

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

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


#8a3324 Background Color

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

This div background color is #8a3324


#8a3324 Border Color

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

This div border color is #8a3324


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,51,36, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8a3324; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8a3324;
  -webkit-box-shadow: 1px 1px 3px 2px #8a3324;
  box-shadow:         1px 1px 3px 2px #8a3324; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a3324


Comments

No comments written yet.

Please login to write comment.