Color Hex Logo

#8b8333 Color Hex

#8B8333
(139,131,51)
0 Favorites   0 Comments

Color spaces of #8b8333

RGB 13913151
HSL0.150.460.37
HSV55°63°55°
CMYK 0.000.060.63   0.45
XYZ19.361321.96066.3503
Yxy21.96060.40610.4607
Hunter Lab46.8621-8.260724.7691
CIE-Lab53.9852-7.465243.1035

#8b8333 color RGB value is (139,131,51).

#8b8333 hex color red value is 139, green value is 131 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #8b8333 hue: 0.15 , saturation: 0.46 and the lightness value of 8b8333 is 0.37.

The process color (four color CMYK) of #8b8333 color hex is 0.00, 0.06, 0.63, 0.45. Web safe color of #8b8333 is #999933. Color #8b8333 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10000011 00110011
Octal 213 203 63
Decimal 139 131 51
Hex 8B 83 33

RGB Percentages of Color #8b8333

%43.30
%40.81
%15.89

CMYK Percentages of Color #8b8333

%0
%6
%63
%45

Triadic Colors of #8b8333

#8b8333 #338b83 #83338b

Analogous Colors of #8b8333

#8b8333 #678b33 #8b5733

Monochromatic Colors of #8b8333

#8b8333

Complementary Color

#8b8333 #333b8b

#8b8333 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b8333 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b8333 Color CSS Codes

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

#8b8333 Text Font Color

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

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


#8b8333 Background Color

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

This div background color is #8b8333


#8b8333 Border Color

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

This div border color is #8b8333


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b8333


Comments

No comments written yet.

Please login to write comment.