Color Hex Logo

#8b301c Color Hex

#8B301C
(139,48,28)
0 Favorites   0 Comments

Color spaces of #8b301c

RGB 1394828
HSL0.030.660.33
HSV11°80°55°
CMYK 0.000.650.80   0.45
XYZ11.91407.68671.9544
Yxy7.68670.55270.3566
Hunter Lab27.724928.186815.2279
CIE-Lab33.321737.638632.6716

#8b301c color RGB value is (139,48,28).

#8b301c hex color red value is 139, green value is 48 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #8b301c hue: 0.03 , saturation: 0.66 and the lightness value of 8b301c is 0.33.

The process color (four color CMYK) of #8b301c color hex is 0.00, 0.65, 0.80, 0.45. Web safe color of #8b301c is #993333. Color #8b301c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00110000 00011100
Octal 213 60 34
Decimal 139 48 28
Hex 8B 30 1C

RGB Percentages of Color #8b301c

%64.65
%22.33
%13.02

CMYK Percentages of Color #8b301c

%0
%65
%80
%45

Triadic Colors of #8b301c

#8b301c #1c8b30 #301c8b

Analogous Colors of #8b301c

#8b301c #8b681c #8b1c3f

Monochromatic Colors of #8b301c

#8b301c

Complementary Color

#8b301c #1c778b

#8b301c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b301c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b301c Color CSS Codes

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

#8b301c Text Font Color

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

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


#8b301c Background Color

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

This div background color is #8b301c


#8b301c Border Color

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

This div border color is #8b301c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b301c


Comments

No comments written yet.

Please login to write comment.