Color Hex Logo

#48181c Color Hex

#48181C
(72,24,28)
0 Favorites   0 Comments

Color spaces of #48181c

RGB 722428
HSL0.990.500.19
HSV355°67°28°
CMYK 0.000.670.61   0.72
XYZ3.20872.11481.3377
Yxy2.11480.48170.3175
Hunter Lab14.542413.93614.7258
CIE-Lab16.078523.32769.1587

#48181c color RGB value is (72,24,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00011000 00011100
Octal 110 30 34
Decimal 72 24 28
Hex 48 18 1C

RGB Percentages of Color #48181c

%58.06
%19.35
%22.58

CMYK Percentages of Color #48181c

%0
%67
%61
%72

Triadic Colors of #48181c

#48181c #1c4818 #181c48

Analogous Colors of #48181c

#48181c #482c18 #481834

Monochromatic Colors of #48181c

#48181c

Complementary Color

#48181c #184844

#48181c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48181c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48181c Color CSS Codes

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

#48181c Text Font Color

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

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


#48181c Background Color

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

This div background color is #48181c


#48181c Border Color

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

This div border color is #48181c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48181c


Comments

No comments written yet.

Please login to write comment.