Color Hex Logo

#48371f Color Hex

#48371F
(72,55,31)
0 Favorites   0 Comments

Color spaces of #48371f

RGB 725531
HSL0.100.400.20
HSV35°57°28°
CMYK 0.000.240.57   0.72
XYZ4.28604.20901.8828
Yxy4.20900.41300.4056
Hunter Lab20.51581.38808.9199
CIE-Lab24.35074.042317.8518

#48371f color RGB value is (72,55,31).

#48371f hex color red value is 72, green value is 55 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #48371f hue: 0.10 , saturation: 0.40 and the lightness value of 48371f is 0.20.

The process color (four color CMYK) of #48371f color hex is 0.00, 0.24, 0.57, 0.72. Web safe color of #48371f is #333333. Color #48371f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110111 00011111
Octal 110 67 37
Decimal 72 55 31
Hex 48 37 1F

RGB Percentages of Color #48371f

%45.57
%34.81
%19.62

CMYK Percentages of Color #48371f

%0
%24
%57
%72

Triadic Colors of #48371f

#48371f #1f4837 #371f48

Analogous Colors of #48371f

#48371f #45481f #48231f

Monochromatic Colors of #48371f

#48371f

Complementary Color

#48371f #1f3048

#48371f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48371f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48371f Color CSS Codes

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

#48371f Text Font Color

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

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


#48371f Background Color

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

This div background color is #48371f


#48371f Border Color

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

This div border color is #48371f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48371f


Comments

No comments written yet.

Please login to write comment.