Color Hex Logo

#48373a Color Hex

#48373A
(72,55,58)
0 Favorites   0 Comments

Color spaces of #48373a

RGB 725558
HSL0.970.130.25
HSV349°24°28°
CMYK 0.000.240.19   0.72
XYZ4.80244.41564.6022
Yxy4.41560.34750.3195
Hunter Lab21.01334.02121.7240
CIE-Lab25.00048.12021.0226

#48373a color RGB value is (72,55,58).

#48373a hex color red value is 72, green value is 55 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #48373a hue: 0.97 , saturation: 0.13 and the lightness value of 48373a is 0.25.

The process color (four color CMYK) of #48373a color hex is 0.00, 0.24, 0.19, 0.72. Web safe color of #48373a is #333333. Color #48373a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110111 00111010
Octal 110 67 72
Decimal 72 55 58
Hex 48 37 3A

RGB Percentages of Color #48373a

%38.92
%29.73
%31.35

CMYK Percentages of Color #48373a

%0
%24
%19
%72

Triadic Colors of #48373a

#48373a #3a4837 #373a48

Analogous Colors of #48373a

#48373a #483d37 #483743

Monochromatic Colors of #48373a

#48373a

Complementary Color

#48373a #374845

#48373a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48373a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48373a Color CSS Codes

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

#48373a Text Font Color

<p style="color:#48373a">Text here</p>

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


#48373a Background Color

<div style="background-color:#48373a">
Div content here</div>

This div background color is #48373a


#48373a Border Color

<div style="border:3px solid #48373a">
Div here</div>

This div border color is #48373a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48373a


Comments

No comments written yet.

Please login to write comment.