Color Hex Logo

#8a732e Color Hex

#8A732E
(138,115,46)
0 Favorites   0 Comments

Color spaces of #8a732e

RGB 13811546
HSL0.130.500.36
HSV45°67°54°
CMYK 0.000.170.67   0.46
XYZ17.105117.86205.1309
Yxy17.86200.42660.4455
Hunter Lab42.2635-1.717622.3865
CIE-Lab49.32830.704840.3955

#8a732e color RGB value is (138,115,46).

#8a732e hex color red value is 138, green value is 115 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #8a732e hue: 0.13 , saturation: 0.50 and the lightness value of 8a732e is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 01110011 00101110
Octal 212 163 56
Decimal 138 115 46
Hex 8A 73 2E

RGB Percentages of Color #8a732e

%46.15
%38.46
%15.38

CMYK Percentages of Color #8a732e

%0
%17
%67
%46

Triadic Colors of #8a732e

#8a732e #2e8a73 #732e8a

Analogous Colors of #8a732e

#8a732e #738a2e #8a452e

Monochromatic Colors of #8a732e

#8a732e

Complementary Color

#8a732e #2e458a

#8a732e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a732e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a732e Color CSS Codes

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

#8a732e Text Font Color

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

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


#8a732e Background Color

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

This div background color is #8a732e


#8a732e Border Color

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

This div border color is #8a732e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a732e


Comments

No comments written yet.

Please login to write comment.