Color Hex Logo

#8b7415 Color Hex

#8B7415
(139,116,21)
0 Favorites   0 Comments

Color spaces of #8b7415

RGB 13911621
HSL0.130.740.31
HSV48°85°55°
CMYK 0.000.170.85   0.45
XYZ17.028218.03393.2929
Yxy18.03390.44400.4702
Hunter Lab42.4663-2.741025.1290
CIE-Lab49.5372-0.619350.6835

#8b7415 color RGB value is (139,116,21).

#8b7415 hex color red value is 139, green value is 116 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #8b7415 hue: 0.13 , saturation: 0.74 and the lightness value of 8b7415 is 0.31.

The process color (four color CMYK) of #8b7415 color hex is 0.00, 0.17, 0.85, 0.45. Web safe color of #8b7415 is #996600. Color #8b7415 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01110100 00010101
Octal 213 164 25
Decimal 139 116 21
Hex 8B 74 15

RGB Percentages of Color #8b7415

%50.36
%42.03
%7.61

CMYK Percentages of Color #8b7415

%0
%17
%85
%45

Triadic Colors of #8b7415

#8b7415 #158b74 #74158b

Analogous Colors of #8b7415

#8b7415 #678b15 #8b3915

Monochromatic Colors of #8b7415

#8b7415

Complementary Color

#8b7415 #152c8b

#8b7415 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b7415 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b7415 Color CSS Codes

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

#8b7415 Text Font Color

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

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


#8b7415 Background Color

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

This div background color is #8b7415


#8b7415 Border Color

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

This div border color is #8b7415


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,116,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b7415; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b7415;
  -webkit-box-shadow: 1px 1px 3px 2px #8b7415;
  box-shadow:         1px 1px 3px 2px #8b7415; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b7415


Comments

No comments written yet.

Please login to write comment.