Color Hex Logo

#8b7500 Color Hex Gold4

#8B7500
(139,117,0)
6 Favorites   0 Comments

Color spaces of #8b7500 Gold4

RGB 1391170
HSL0.141.000.27
HSV51°100°55°
CMYK 0.000.161.00   0.45
XYZ17.008818.21152.6187
Yxy18.21150.44950.4813
Hunter Lab42.6749-3.537026.2342
CIE-Lab49.7516-1.650755.6344

#8b7500 color RGB value is (139,117,0). #8b7500 color name is Gold4 color.

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

The process color (four color CMYK) of #8b7500 color hex is 0.00, 0.16, 1.00, 0.45. Web safe color of #8b7500 is #996600. Color #8b7500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01110101 00000000
Octal 213 165 0
Decimal 139 117 0
Hex 8B 75 0

RGB Percentages of Color #8b7500

%54.30
%45.70
%0.00

CMYK Percentages of Color #8b7500

%0
%16
%100
%45

Triadic Colors of #8b7500

#8b7500 #008b75 #75008b

Analogous Colors of #8b7500

#8b7500 #5c8b00 #8b3000

Monochromatic Colors of #8b7500

#8b7500

Complementary Color

#8b7500 #00168b

#8b7500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b7500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b7500 Color CSS Codes

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

#8b7500 Text Font Color

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

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


#8b7500 Background Color

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

This div background color is #8b7500


#8b7500 Border Color

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

This div border color is #8b7500


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,117,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 #8b7500">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b7500


Comments

No comments written yet.

Please login to write comment.