Color Hex Logo

#8b7330 Color Hex

#8B7330
(139,115,48)
0 Favorites   0 Comments

Color spaces of #8b7330

RGB 13911548
HSL0.120.490.37
HSV44°65°55°
CMYK 0.000.170.65   0.45
XYZ17.311717.96385.3512
Yxy17.96380.42610.4422
Hunter Lab42.3837-1.262922.1829
CIE-Lab49.45221.302939.5897

#8b7330 color RGB value is (139,115,48).

#8b7330 hex color red value is 139, green value is 115 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #8b7330 hue: 0.12 , saturation: 0.49 and the lightness value of 8b7330 is 0.37.

The process color (four color CMYK) of #8b7330 color hex is 0.00, 0.17, 0.65, 0.45. Web safe color of #8b7330 is #996633. Color #8b7330 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01110011 00110000
Octal 213 163 60
Decimal 139 115 48
Hex 8B 73 30

RGB Percentages of Color #8b7330

%46.03
%38.08
%15.89

CMYK Percentages of Color #8b7330

%0
%17
%65
%45

Triadic Colors of #8b7330

#8b7330 #308b73 #73308b

Analogous Colors of #8b7330

#8b7330 #768b30 #8b4630

Monochromatic Colors of #8b7330

#8b7330

Complementary Color

#8b7330 #30488b

#8b7330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b7330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b7330 Color CSS Codes

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

#8b7330 Text Font Color

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

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


#8b7330 Background Color

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

This div background color is #8b7330


#8b7330 Border Color

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

This div border color is #8b7330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b7330


Comments

No comments written yet.

Please login to write comment.