Color Hex Logo

#48394c Color Hex

#48394C
(72,57,76)
0 Favorites   0 Comments

Color spaces of #48394c

RGB 725776
HSL0.800.140.26
HSV287°25°30°
CMYK 0.050.250.00   0.70
XYZ5.44014.82587.4822
Yxy4.82580.30650.2719
Hunter Lab21.96775.7604-4.8168
CIE-Lab26.232610.6531-9.1045

#48394c color RGB value is (72,57,76).

#48394c hex color red value is 72, green value is 57 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #48394c hue: 0.80 , saturation: 0.14 and the lightness value of 48394c is 0.26.

The process color (four color CMYK) of #48394c color hex is 0.05, 0.25, 0.00, 0.70. Web safe color of #48394c is #333333. Color #48394c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00111001 01001100
Octal 110 71 114
Decimal 72 57 76
Hex 48 39 4C

RGB Percentages of Color #48394c

%35.12
%27.80
%37.07

CMYK Percentages of Color #48394c

%5
%25
%0
%70

Triadic Colors of #48394c

#48394c #4c4839 #394c48

Analogous Colors of #48394c

#48394c #4c3947 #3f394c

Monochromatic Colors of #48394c

#48394c

Complementary Color

#48394c #3d4c39

#48394c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48394c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48394c Color CSS Codes

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

#48394c Text Font Color

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

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


#48394c Background Color

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

This div background color is #48394c


#48394c Border Color

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

This div border color is #48394c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48394c


Comments

No comments written yet.

Please login to write comment.