Color Hex Logo

#8a6828 Color Hex

#8A6828
(138,104,40)
0 Favorites   0 Comments

Color spaces of #8a6828

RGB 13810440
HSL0.110.550.35
HSV39°71°54°
CMYK 0.000.250.71   0.46
XYZ15.814615.45714.1575
Yxy15.45710.44640.4363
Hunter Lab39.31552.999221.2511
CIE-Lab46.25406.670439.9871

#8a6828 color RGB value is (138,104,40).

#8a6828 hex color red value is 138, green value is 104 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #8a6828 hue: 0.11 , saturation: 0.55 and the lightness value of 8a6828 is 0.35.

The process color (four color CMYK) of #8a6828 color hex is 0.00, 0.25, 0.71, 0.46. Web safe color of #8a6828 is #996633. Color #8a6828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01101000 00101000
Octal 212 150 50
Decimal 138 104 40
Hex 8A 68 28

RGB Percentages of Color #8a6828

%48.94
%36.88
%14.18

CMYK Percentages of Color #8a6828

%0
%25
%71
%46

Triadic Colors of #8a6828

#8a6828 #288a68 #68288a

Analogous Colors of #8a6828

#8a6828 #7b8a28 #8a3728

Monochromatic Colors of #8a6828

#8a6828

Complementary Color

#8a6828 #284a8a

#8a6828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a6828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a6828 Color CSS Codes

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

#8a6828 Text Font Color

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

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


#8a6828 Background Color

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

This div background color is #8a6828


#8a6828 Border Color

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

This div border color is #8a6828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a6828


Comments

No comments written yet.

Please login to write comment.