Color Hex Logo

#48575b Color Hex

#48575B
(72,87,91)
0 Favorites   0 Comments

Color spaces of #48575b

RGB 728791
HSL0.540.120.32
HSV193°21°36°
CMYK 0.210.040.00   0.64
XYZ7.96908.949411.2049
Yxy8.94940.28340.3182
Hunter Lab29.9155-4.8028-1.2662
CIE-Lab35.8867-4.8103-4.2631

#48575b color RGB value is (72,87,91).

#48575b hex color red value is 72, green value is 87 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #48575b hue: 0.54 , saturation: 0.12 and the lightness value of 48575b is 0.32.

The process color (four color CMYK) of #48575b color hex is 0.21, 0.04, 0.00, 0.64. Web safe color of #48575b is #336666. Color #48575b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010111 01011011
Octal 110 127 133
Decimal 72 87 91
Hex 48 57 5B

RGB Percentages of Color #48575b

%28.80
%34.80
%36.40

CMYK Percentages of Color #48575b

%21
%4
%0
%64

Triadic Colors of #48575b

#48575b #5b4857 #575b48

Analogous Colors of #48575b

#48575b #484e5b #485b56

Monochromatic Colors of #48575b

#48575b

Complementary Color

#48575b #5b4c48

#48575b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48575b Color Preview on White Background

Lorem ipsum dolor sit amet.

#48575b Color CSS Codes

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

#48575b Text Font Color

<p style="color:#48575b">Text here</p>

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


#48575b Background Color

<div style="background-color:#48575b">
Div content here</div>

This div background color is #48575b


#48575b Border Color

<div style="border:3px solid #48575b">
Div here</div>

This div border color is #48575b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48575b


Comments

No comments written yet.

Please login to write comment.