Color Hex Logo

#48121e Color Hex

#48121E
(72,18,30)
0 Favorites   0 Comments

Color spaces of #48121e

RGB 721830
HSL0.960.600.18
HSV347°75°28°
CMYK 0.000.750.58   0.72
XYZ3.12311.90411.4312
Yxy1.90410.48360.2948
Hunter Lab13.798916.25173.5098
CIE-Lab14.975726.63116.2062

#48121e color RGB value is (72,18,30).

#48121e hex color red value is 72, green value is 18 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #48121e hue: 0.96 , saturation: 0.60 and the lightness value of 48121e is 0.18.

The process color (four color CMYK) of #48121e color hex is 0.00, 0.75, 0.58, 0.72. Web safe color of #48121e is #330033. Color #48121e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010010 00011110
Octal 110 22 36
Decimal 72 18 30
Hex 48 12 1E

RGB Percentages of Color #48121e

%60.00
%15.00
%25.00

CMYK Percentages of Color #48121e

%0
%75
%58
%72

Triadic Colors of #48121e

#48121e #1e4812 #121e48

Analogous Colors of #48121e

#48121e #482112 #481239

Monochromatic Colors of #48121e

#48121e

Complementary Color

#48121e #12483c

#48121e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48121e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48121e Color CSS Codes

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

#48121e Text Font Color

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

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


#48121e Background Color

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

This div background color is #48121e


#48121e Border Color

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

This div border color is #48121e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48121e


Comments

No comments written yet.

Please login to write comment.