Color Hex Logo

#48212a Color Hex

#48212A
(72,33,42)
0 Favorites   0 Comments

Color spaces of #48212a

RGB 723342
HSL0.960.370.21
HSV346°54°28°
CMYK 0.000.540.42   0.72
XYZ3.63432.63262.5071
Yxy2.63260.41420.3000
Hunter Lab16.225311.58792.1963
CIE-Lab18.508019.70602.5981

#48212a color RGB value is (72,33,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 00101010
Octal 110 41 52
Decimal 72 33 42
Hex 48 21 2A

RGB Percentages of Color #48212a

%48.98
%22.45
%28.57

CMYK Percentages of Color #48212a

%0
%54
%42
%72

Triadic Colors of #48212a

#48212a #2a4821 #212a48

Analogous Colors of #48212a

#48212a #482c21 #48213e

Monochromatic Colors of #48212a

#48212a

Complementary Color

#48212a #21483f

#48212a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48212a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48212a Color CSS Codes

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

#48212a Text Font Color

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

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


#48212a Background Color

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

This div background color is #48212a


#48212a Border Color

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

This div border color is #48212a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48212a


Comments

No comments written yet.

Please login to write comment.