Color Hex Logo

#48314c Color Hex

#48314C
(72,49,76)
0 Favorites   0 Comments

Color spaces of #48314c

RGB 724976
HSL0.810.220.25
HSV291°36°30°
CMYK 0.050.360.00   0.70
XYZ5.07534.09617.3606
Yxy4.09610.30700.2478
Hunter Lab20.23889.3446-7.3958
CIE-Lab23.986615.9268-12.5307

#48314c color RGB value is (72,49,76).

#48314c hex color red value is 72, green value is 49 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #48314c hue: 0.81 , saturation: 0.22 and the lightness value of 48314c is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110001 01001100
Octal 110 61 114
Decimal 72 49 76
Hex 48 31 4C

RGB Percentages of Color #48314c

%36.55
%24.87
%38.58

CMYK Percentages of Color #48314c

%5
%36
%0
%70

Triadic Colors of #48314c

#48314c #4c4831 #314c48

Analogous Colors of #48314c

#48314c #4c3143 #3b314c

Monochromatic Colors of #48314c

#48314c

Complementary Color

#48314c #354c31

#48314c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48314c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48314c Color CSS Codes

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

#48314c Text Font Color

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

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


#48314c Background Color

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

This div background color is #48314c


#48314c Border Color

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

This div border color is #48314c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48314c


Comments

No comments written yet.

Please login to write comment.