Color Hex Logo

#8b4500 Color Hex DarkOrange4

#8B4500
(139,69,0)
14 Favorites   1 Comments

Color spaces of #8b4500 DarkOrange4

RGB 139690
HSL0.081.000.27
HSV30°100°55°
CMYK 0.000.501.00   0.45
XYZ12.77569.74521.2077
Yxy9.74520.53840.4107
Hunter Lab31.217318.420419.5584
CIE-Lab37.381226.033147.4336

#8b4500 color RGB value is (139,69,0). #8b4500 color name is DarkOrange4 color.

#8b4500 hex color red value is 139, green value is 69 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #8b4500 hue: 0.08 , saturation: 1.00 and the lightness value of 8b4500 is 0.27.

The process color (four color CMYK) of #8b4500 color hex is 0.00, 0.50, 1.00, 0.45. Web safe color of #8b4500 is #993300. Color #8b4500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01000101 00000000
Octal 213 105 0
Decimal 139 69 0
Hex 8B 45 0

RGB Percentages of Color #8b4500

%66.83
%33.17
%0.00

CMYK Percentages of Color #8b4500

%0
%50
%100
%45

Triadic Colors of #8b4500

#8b4500 #008b45 #45008b

Analogous Colors of #8b4500

#8b4500 #8b8b00 #8b0000

Monochromatic Colors of #8b4500

#8b4500

Complementary Color

#8b4500 #00468b

#8b4500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b4500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b4500 Color CSS Codes

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

#8b4500 Text Font Color

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

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


#8b4500 Background Color

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

This div background color is #8b4500


#8b4500 Border Color

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

This div border color is #8b4500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b4500


Comments

23 Jul 2022, 4:37 hizhi404

Saddle brown with no blue value

Please login to write comment.