Color Hex Logo

#48032c Color Hex

#48032C
(72,3,44)
0 Favorites   0 Comments

Color spaces of #48032c

RGB 72344
HSL0.900.920.15
HSV324°96°28°
CMYK 0.000.960.39   0.72
XYZ3.15971.62472.5299
Yxy1.62470.43200.2221
Hunter Lab12.746421.9422-2.8454
CIE-Lab13.379834.1332-6.4156

#48032c color RGB value is (72,3,44).

#48032c hex color red value is 72, green value is 3 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #48032c hue: 0.90 , saturation: 0.92 and the lightness value of 48032c is 0.15.

The process color (four color CMYK) of #48032c color hex is 0.00, 0.96, 0.39, 0.72. Web safe color of #48032c is #330033. Color #48032c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 00101100
Octal 110 3 54
Decimal 72 3 44
Hex 48 3 2C

RGB Percentages of Color #48032c

%60.50
%2.52
%36.97

CMYK Percentages of Color #48032c

%0
%96
%39
%72

Triadic Colors of #48032c

#48032c #2c4803 #032c48

Analogous Colors of #48032c

#48032c #480309 #420348

Monochromatic Colors of #48032c

#48032c

Complementary Color

#48032c #03481f

#48032c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48032c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48032c Color CSS Codes

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

#48032c Text Font Color

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

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


#48032c Background Color

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

This div background color is #48032c


#48032c Border Color

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

This div border color is #48032c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48032c


Comments

No comments written yet.

Please login to write comment.