Color Hex Logo

#481308 Color Hex

#481308
(72,19,8)
0 Favorites   0 Comments

Color spaces of #481308

RGB 72198
HSL0.030.800.16
HSV10°89°28°
CMYK 0.000.740.89   0.72
XYZ2.94921.86100.4335
Yxy1.86100.56240.3549
Hunter Lab13.641814.71637.6652
CIE-Lab14.740224.616919.2136

#481308 color RGB value is (72,19,8).

#481308 hex color red value is 72, green value is 19 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #481308 hue: 0.03 , saturation: 0.80 and the lightness value of 481308 is 0.16.

The process color (four color CMYK) of #481308 color hex is 0.00, 0.74, 0.89, 0.72. Web safe color of #481308 is #330000. Color #481308 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010011 00001000
Octal 110 23 10
Decimal 72 19 8
Hex 48 13 8

RGB Percentages of Color #481308

%72.73
%19.19
%8.08

CMYK Percentages of Color #481308

%0
%74
%89
%72

Triadic Colors of #481308

#481308 #084813 #130848

Analogous Colors of #481308

#481308 #483308 #48081d

Monochromatic Colors of #481308

#481308

Complementary Color

#481308 #083d48

#481308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#481308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#481308 Color CSS Codes

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

#481308 Text Font Color

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

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


#481308 Background Color

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

This div background color is #481308


#481308 Border Color

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

This div border color is #481308


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,19,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #481308; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #481308;
  -webkit-box-shadow: 1px 1px 3px 2px #481308;
  box-shadow:         1px 1px 3px 2px #481308; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,19,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #481308


Comments

No comments written yet.

Please login to write comment.