Color Hex Logo

#48212e Color Hex

#48212E
(72,33,46)
0 Favorites   0 Comments

Color spaces of #48212e

RGB 723346
HSL0.940.370.21
HSV340°54°28°
CMYK 0.000.540.36   0.72
XYZ3.70952.66272.9032
Yxy2.66270.39990.2871
Hunter Lab16.317812.02210.8738
CIE-Lab18.639020.2952-0.0273

#48212e color RGB value is (72,33,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00100001 00101110
Octal 110 41 56
Decimal 72 33 46
Hex 48 21 2E

RGB Percentages of Color #48212e

%47.68
%21.85
%30.46

CMYK Percentages of Color #48212e

%0
%54
%36
%72

Triadic Colors of #48212e

#48212e #2e4821 #212e48

Analogous Colors of #48212e

#48212e #482821 #482142

Monochromatic Colors of #48212e

#48212e

Complementary Color

#48212e #21483b

#48212e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48212e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48212e Color CSS Codes

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

#48212e Text Font Color

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

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


#48212e Background Color

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

This div background color is #48212e


#48212e Border Color

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

This div border color is #48212e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48212e


Comments

No comments written yet.

Please login to write comment.