Color Hex Logo

#48170f Color Hex

#48170F
(72,23,15)
0 Favorites   0 Comments

Color spaces of #48170f

RGB 722315
HSL0.020.660.17
HSV79°28°
CMYK 0.000.680.79   0.72
XYZ3.06512.02500.6813
Yxy2.02500.53110.3509
Hunter Lab14.230213.54487.1226
CIE-Lab15.617922.865517.1825

#48170f color RGB value is (72,23,15).

#48170f hex color red value is 72, green value is 23 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #48170f hue: 0.02 , saturation: 0.66 and the lightness value of 48170f is 0.17.

The process color (four color CMYK) of #48170f color hex is 0.00, 0.68, 0.79, 0.72. Web safe color of #48170f is #330000. Color #48170f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00010111 00001111
Octal 110 27 17
Decimal 72 23 15
Hex 48 17 F

RGB Percentages of Color #48170f

%65.45
%20.91
%13.64

CMYK Percentages of Color #48170f

%0
%68
%79
%72

Triadic Colors of #48170f

#48170f #0f4817 #170f48

Analogous Colors of #48170f

#48170f #48340f #480f23

Monochromatic Colors of #48170f

#48170f

Complementary Color

#48170f #0f4048

#48170f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48170f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48170f Color CSS Codes

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

#48170f Text Font Color

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

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


#48170f Background Color

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

This div background color is #48170f


#48170f Border Color

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

This div border color is #48170f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48170f


Comments

No comments written yet.

Please login to write comment.