Color Hex Logo

#48091c Color Hex

#48091C
(72,9,28)
0 Favorites   0 Comments

Color spaces of #48091c

RGB 72928
HSL0.950.780.16
HSV342°88°28°
CMYK 0.000.880.61   0.72
XYZ2.97981.65691.2614
Yxy1.65690.50520.2809
Hunter Lab12.872118.79553.2003
CIE-Lab13.572630.19105.7329

#48091c color RGB value is (72,9,28).

#48091c hex color red value is 72, green value is 9 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #48091c hue: 0.95 , saturation: 0.78 and the lightness value of 48091c is 0.16.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00001001 00011100
Octal 110 11 34
Decimal 72 9 28
Hex 48 9 1C

RGB Percentages of Color #48091c

%66.06
%8.26
%25.69

CMYK Percentages of Color #48091c

%0
%88
%61
%72

Triadic Colors of #48091c

#48091c #1c4809 #091c48

Analogous Colors of #48091c

#48091c #481609 #48093b

Monochromatic Colors of #48091c

#48091c

Complementary Color

#48091c #094835

#48091c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48091c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48091c Color CSS Codes

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

#48091c Text Font Color

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

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


#48091c Background Color

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

This div background color is #48091c


#48091c Border Color

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

This div border color is #48091c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48091c


Comments

No comments written yet.

Please login to write comment.