Color Hex Logo

#48131b Color Hex

#48131B
(72,19,27)
0 Favorites   0 Comments

Color spaces of #48131b

RGB 721927
HSL0.970.580.18
HSV351°74°28°
CMYK 0.000.740.63   0.72
XYZ3.10321.92261.2445
Yxy1.92260.49490.3066
Hunter Lab13.865815.68374.3846
CIE-Lab15.075725.85938.5274

#48131b color RGB value is (72,19,27).

#48131b hex color red value is 72, green value is 19 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #48131b hue: 0.97 , saturation: 0.58 and the lightness value of 48131b is 0.18.

The process color (four color CMYK) of #48131b color hex is 0.00, 0.74, 0.63, 0.72. Web safe color of #48131b is #330033. Color #48131b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010011 00011011
Octal 110 23 33
Decimal 72 19 27
Hex 48 13 1B

RGB Percentages of Color #48131b

%61.02
%16.10
%22.88

CMYK Percentages of Color #48131b

%0
%74
%63
%72

Triadic Colors of #48131b

#48131b #1b4813 #131b48

Analogous Colors of #48131b

#48131b #482613 #481335

Monochromatic Colors of #48131b

#48131b

Complementary Color

#48131b #134840

#48131b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48131b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48131b Color CSS Codes

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

#48131b Text Font Color

<p style="color:#48131b">Text here</p>

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


#48131b Background Color

<div style="background-color:#48131b">
Div content here</div>

This div background color is #48131b


#48131b Border Color

<div style="border:3px solid #48131b">
Div here</div>

This div border color is #48131b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,19,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48131b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48131b;
  -webkit-box-shadow: 1px 1px 3px 2px #48131b;
  box-shadow:         1px 1px 3px 2px #48131b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48131b


Comments

No comments written yet.

Please login to write comment.