Color Hex Logo

#80301b Color Hex

#80301B
(128,48,27)
0 Favorites   0 Comments

Color spaces of #80301b

RGB 1284827
HSL0.030.650.30
HSV12°79°50°
CMYK 0.000.630.79   0.50
XYZ10.15696.78221.8107
Yxy6.78220.54170.3617
Hunter Lab26.042724.042214.1075
CIE-Lab31.305933.366330.5122

#80301b color RGB value is (128,48,27).

#80301b hex color red value is 128, green value is 48 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #80301b hue: 0.03 , saturation: 0.65 and the lightness value of 80301b is 0.30.

The process color (four color CMYK) of #80301b color hex is 0.00, 0.63, 0.79, 0.50. Web safe color of #80301b is #993333. Color #80301b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00110000 00011011
Octal 200 60 33
Decimal 128 48 27
Hex 80 30 1B

RGB Percentages of Color #80301b

%63.05
%23.65
%13.30

CMYK Percentages of Color #80301b

%0
%63
%79
%50

Triadic Colors of #80301b

#80301b #1b8030 #301b80

Analogous Colors of #80301b

#80301b #80631b #801b39

Monochromatic Colors of #80301b

#80301b

Complementary Color

#80301b #1b6b80

#80301b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80301b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80301b Color CSS Codes

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

#80301b Text Font Color

<p style="color:#80301b">Text here</p>

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


#80301b Background Color

<div style="background-color:#80301b">
Div content here</div>

This div background color is #80301b


#80301b Border Color

<div style="border:3px solid #80301b">
Div here</div>

This div border color is #80301b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,48,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80301b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80301b;
  -webkit-box-shadow: 1px 1px 3px 2px #80301b;
  box-shadow:         1px 1px 3px 2px #80301b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80301b


Comments

No comments written yet.

Please login to write comment.