Color Hex Logo

#48212c Color Hex

#48212C
(72,33,44)
0 Favorites   0 Comments

Color spaces of #48212c

RGB 723344
HSL0.950.370.21
HSV343°54°28°
CMYK 0.000.540.39   0.72
XYZ3.67102.64732.7004
Yxy2.64730.40700.2935
Hunter Lab16.270511.80021.5491
CIE-Lab18.572119.99481.2823

#48212c color RGB value is (72,33,44).

#48212c hex color red value is 72, green value is 33 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #48212c hue: 0.95 , saturation: 0.37 and the lightness value of 48212c is 0.21.

The process color (four color CMYK) of #48212c color hex is 0.00, 0.54, 0.39, 0.72. Web safe color of #48212c is #333333. Color #48212c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 00101100
Octal 110 41 54
Decimal 72 33 44
Hex 48 21 2C

RGB Percentages of Color #48212c

%48.32
%22.15
%29.53

CMYK Percentages of Color #48212c

%0
%54
%39
%72

Triadic Colors of #48212c

#48212c #2c4821 #212c48

Analogous Colors of #48212c

#48212c #482a21 #482140

Monochromatic Colors of #48212c

#48212c

Complementary Color

#48212c #21483d

#48212c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48212c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48212c Color CSS Codes

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

#48212c Text Font Color

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

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


#48212c Background Color

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

This div background color is #48212c


#48212c Border Color

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

This div border color is #48212c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48212c


Comments

No comments written yet.

Please login to write comment.