Color Hex Logo

#48191f Color Hex

#48191F
(72,25,31)
0 Favorites   0 Comments

Color spaces of #48191f

RGB 722531
HSL0.980.480.19
HSV352°65°28°
CMYK 0.000.650.57   0.72
XYZ3.26742.17191.5433
Yxy2.17190.46790.3110
Hunter Lab14.737413.78464.1073
CIE-Lab16.364723.07377.3995

#48191f color RGB value is (72,25,31).

#48191f hex color red value is 72, green value is 25 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #48191f hue: 0.98 , saturation: 0.48 and the lightness value of 48191f is 0.19.

The process color (four color CMYK) of #48191f color hex is 0.00, 0.65, 0.57, 0.72. Web safe color of #48191f is #330033. Color #48191f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011001 00011111
Octal 110 31 37
Decimal 72 25 31
Hex 48 19 1F

RGB Percentages of Color #48191f

%56.25
%19.53
%24.22

CMYK Percentages of Color #48191f

%0
%65
%57
%72

Triadic Colors of #48191f

#48191f #1f4819 #191f48

Analogous Colors of #48191f

#48191f #482b19 #481936

Monochromatic Colors of #48191f

#48191f

Complementary Color

#48191f #194842

#48191f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48191f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48191f Color CSS Codes

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

#48191f Text Font Color

<p style="color:#48191f">Text here</p>

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


#48191f Background Color

<div style="background-color:#48191f">
Div content here</div>

This div background color is #48191f


#48191f Border Color

<div style="border:3px solid #48191f">
Div here</div>

This div border color is #48191f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,25,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48191f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48191f;
  -webkit-box-shadow: 1px 1px 3px 2px #48191f;
  box-shadow:         1px 1px 3px 2px #48191f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48191f


Comments

No comments written yet.

Please login to write comment.