Color Hex Logo

#8a722d Color Hex

#8A722D
(138,114,45)
0 Favorites   0 Comments

Color spaces of #8a722d

RGB 13811445
HSL0.120.510.36
HSV45°67°54°
CMYK 0.000.170.67   0.46
XYZ16.972217.62744.9905
Yxy17.62740.42870.4452
Hunter Lab41.9850-1.316122.3421
CIE-Lab49.04101.210140.5653

#8a722d color RGB value is (138,114,45).

#8a722d hex color red value is 138, green value is 114 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #8a722d hue: 0.12 , saturation: 0.51 and the lightness value of 8a722d is 0.36.

The process color (four color CMYK) of #8a722d color hex is 0.00, 0.17, 0.67, 0.46. Web safe color of #8a722d is #996633. Color #8a722d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01110010 00101101
Octal 212 162 55
Decimal 138 114 45
Hex 8A 72 2D

RGB Percentages of Color #8a722d

%46.46
%38.38
%15.15

CMYK Percentages of Color #8a722d

%0
%17
%67
%46

Triadic Colors of #8a722d

#8a722d #2d8a72 #722d8a

Analogous Colors of #8a722d

#8a722d #748a2d #8a442d

Monochromatic Colors of #8a722d

#8a722d

Complementary Color

#8a722d #2d458a

#8a722d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a722d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a722d Color CSS Codes

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

#8a722d Text Font Color

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

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


#8a722d Background Color

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

This div background color is #8a722d


#8a722d Border Color

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

This div border color is #8a722d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a722d


Comments

No comments written yet.

Please login to write comment.