Color Hex Logo

#48183f Color Hex

#48183F
(72,24,63)
0 Favorites   0 Comments

Color spaces of #48183f

RGB 722463
HSL0.860.500.19
HSV311°67°28°
CMYK 0.000.670.13   0.72
XYZ3.89632.38994.9586
Yxy2.38990.34650.2125
Hunter Lab15.459317.9346-8.1959
CIE-Lab17.413228.3793-13.8127

#48183f color RGB value is (72,24,63).

#48183f hex color red value is 72, green value is 24 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #48183f hue: 0.86 , saturation: 0.50 and the lightness value of 48183f is 0.19.

The process color (four color CMYK) of #48183f color hex is 0.00, 0.67, 0.13, 0.72. Web safe color of #48183f is #330033. Color #48183f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011000 00111111
Octal 110 30 77
Decimal 72 24 63
Hex 48 18 3F

RGB Percentages of Color #48183f

%45.28
%15.09
%39.62

CMYK Percentages of Color #48183f

%0
%67
%13
%72

Triadic Colors of #48183f

#48183f #3f4818 #183f48

Analogous Colors of #48183f

#48183f #481827 #391848

Monochromatic Colors of #48183f

#48183f

Complementary Color

#48183f #184821

#48183f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48183f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48183f Color CSS Codes

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

#48183f Text Font Color

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

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


#48183f Background Color

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

This div background color is #48183f


#48183f Border Color

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

This div border color is #48183f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48183f


Comments

No comments written yet.

Please login to write comment.