Color Hex Logo

#48031c Color Hex

#48031C
(72,3,28)
0 Favorites   0 Comments

Color spaces of #48031c

RGB 72328
HSL0.940.920.15
HSV338°96°28°
CMYK 0.000.960.61   0.72
XYZ2.91471.52671.2397
Yxy1.52670.51310.2687
Hunter Lab12.356020.48412.7005
CIE-Lab12.776832.46474.6218

#48031c color RGB value is (72,3,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00000011 00011100
Octal 110 3 34
Decimal 72 3 28
Hex 48 3 1C

RGB Percentages of Color #48031c

%69.90
%2.91
%27.18

CMYK Percentages of Color #48031c

%0
%96
%61
%72

Triadic Colors of #48031c

#48031c #1c4803 #031c48

Analogous Colors of #48031c

#48031c #480d03 #48033f

Monochromatic Colors of #48031c

#48031c

Complementary Color

#48031c #03482f

#48031c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48031c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48031c Color CSS Codes

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

#48031c Text Font Color

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

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


#48031c Background Color

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

This div background color is #48031c


#48031c Border Color

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

This div border color is #48031c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48031c


Comments

No comments written yet.

Please login to write comment.