Color Hex Logo

#48576e Color Hex

#48576E
(72,87,110)
0 Favorites   0 Comments

Color spaces of #48576e

RGB 7287110
HSL0.600.210.36
HSV216°35°43°
CMYK 0.350.210.00   0.57
XYZ8.89529.319916.0819
Yxy9.31990.25940.2717
Hunter Lab30.5285-1.4147-9.8630
CIE-Lab36.59310.3145-15.0420

#48576e color RGB value is (72,87,110).

#48576e hex color red value is 72, green value is 87 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #48576e hue: 0.60 , saturation: 0.21 and the lightness value of 48576e is 0.36.

The process color (four color CMYK) of #48576e color hex is 0.35, 0.21, 0.00, 0.57. Web safe color of #48576e is #336666. Color #48576e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010111 01101110
Octal 110 127 156
Decimal 72 87 110
Hex 48 57 6E

RGB Percentages of Color #48576e

%26.77
%32.34
%40.89

CMYK Percentages of Color #48576e

%35
%21
%0
%57

Triadic Colors of #48576e

#48576e #6e4857 #576e48

Analogous Colors of #48576e

#48576e #4c486e #486a6e

Monochromatic Colors of #48576e

#48576e

Complementary Color

#48576e #6e5f48

#48576e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48576e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48576e Color CSS Codes

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

#48576e Text Font Color

<p style="color:#48576e">Text here</p>

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


#48576e Background Color

<div style="background-color:#48576e">
Div content here</div>

This div background color is #48576e


#48576e Border Color

<div style="border:3px solid #48576e">
Div here</div>

This div border color is #48576e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,87,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48576e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48576e;
  -webkit-box-shadow: 1px 1px 3px 2px #48576e;
  box-shadow:         1px 1px 3px 2px #48576e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48576e


Comments

No comments written yet.

Please login to write comment.