Color Hex Logo

#48585d Color Hex

#48585D
(72,88,93)
0 Favorites   0 Comments

Color spaces of #48585d

RGB 728893
HSL0.540.130.32
HSV194°23°36°
CMYK 0.230.050.00   0.64
XYZ8.13809.147511.6926
Yxy9.14750.28080.3157
Hunter Lab30.2448-4.8993-1.7500
CIE-Lab36.2667-4.9123-4.9484

#48585d color RGB value is (72,88,93).

#48585d hex color red value is 72, green value is 88 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #48585d hue: 0.54 , saturation: 0.13 and the lightness value of 48585d is 0.32.

The process color (four color CMYK) of #48585d color hex is 0.23, 0.05, 0.00, 0.64. Web safe color of #48585d is #336666. Color #48585d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01011000 01011101
Octal 110 130 135
Decimal 72 88 93
Hex 48 58 5D

RGB Percentages of Color #48585d

%28.46
%34.78
%36.76

CMYK Percentages of Color #48585d

%23
%5
%0
%64

Triadic Colors of #48585d

#48585d #5d4858 #585d48

Analogous Colors of #48585d

#48585d #484e5d #485d58

Monochromatic Colors of #48585d

#48585d

Complementary Color

#48585d #5d4d48

#48585d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48585d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48585d Color CSS Codes

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

#48585d Text Font Color

<p style="color:#48585d">Text here</p>

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


#48585d Background Color

<div style="background-color:#48585d">
Div content here</div>

This div background color is #48585d


#48585d Border Color

<div style="border:3px solid #48585d">
Div here</div>

This div border color is #48585d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,88,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48585d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48585d;
  -webkit-box-shadow: 1px 1px 3px 2px #48585d;
  box-shadow:         1px 1px 3px 2px #48585d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48585d


Comments

No comments written yet.

Please login to write comment.