Color Hex Logo

#480318 Color Hex

#480318
(72,3,24)
1 Favorites   0 Comments

Color spaces of #480318

RGB 72324
HSL0.950.920.15
HSV342°96°28°
CMYK 0.000.960.67   0.72
XYZ2.86991.50881.0041
Yxy1.50880.53320.2803
Hunter Lab12.283320.20933.7517
CIE-Lab12.663932.14547.4798

#480318 color RGB value is (72,3,24).

#480318 hex color red value is 72, green value is 3 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #480318 hue: 0.95 , saturation: 0.92 and the lightness value of 480318 is 0.15.

The process color (four color CMYK) of #480318 color hex is 0.00, 0.96, 0.67, 0.72. Web safe color of #480318 is #330000. Color #480318 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 00011000
Octal 110 3 30
Decimal 72 3 24
Hex 48 3 18

RGB Percentages of Color #480318

%72.73
%3.03
%24.24

CMYK Percentages of Color #480318

%0
%96
%67
%72

Triadic Colors of #480318

#480318 #184803 #031848

Analogous Colors of #480318

#480318 #481103 #48033b

Monochromatic Colors of #480318

#480318

Complementary Color

#480318 #034833

#480318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#480318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#480318 Color CSS Codes

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

#480318 Text Font Color

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

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


#480318 Background Color

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

This div background color is #480318


#480318 Border Color

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

This div border color is #480318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #480318


Comments

No comments written yet.

Please login to write comment.