Color Hex Logo

#48332c Color Hex

#48332C
(72,51,44)
0 Favorites   0 Comments

Color spaces of #48332c

RGB 725144
HSL0.040.240.23
HSV15°39°28°
CMYK 0.000.290.39   0.72
XYZ4.31093.92722.9137
Yxy3.92720.38660.3522
Hunter Lab19.81724.14975.1547
CIE-Lab23.42938.35798.1599

#48332c color RGB value is (72,51,44).

#48332c hex color red value is 72, green value is 51 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #48332c hue: 0.04 , saturation: 0.24 and the lightness value of 48332c is 0.23.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110011 00101100
Octal 110 63 54
Decimal 72 51 44
Hex 48 33 2C

RGB Percentages of Color #48332c

%43.11
%30.54
%26.35

CMYK Percentages of Color #48332c

%0
%29
%39
%72

Triadic Colors of #48332c

#48332c #2c4833 #332c48

Analogous Colors of #48332c

#48332c #48412c #482c33

Monochromatic Colors of #48332c

#48332c

Complementary Color

#48332c #2c4148

#48332c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48332c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48332c Color CSS Codes

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

#48332c Text Font Color

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

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


#48332c Background Color

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

This div background color is #48332c


#48332c Border Color

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

This div border color is #48332c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,51,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 #48332c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48332c


Comments

No comments written yet.

Please login to write comment.