Color Hex Logo

#48525d Color Hex

#48525D
(72,82,93)
0 Favorites   0 Comments

Color spaces of #48525d

RGB 728293
HSL0.590.130.32
HSV211°23°36°
CMYK 0.230.120.00   0.64
XYZ7.66568.202611.5352
Yxy8.20260.27970.2993
Hunter Lab28.6402-2.3444-3.8317
CIE-Lab34.4013-1.2211-7.7362

#48525d color RGB value is (72,82,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010010 01011101
Octal 110 122 135
Decimal 72 82 93
Hex 48 52 5D

RGB Percentages of Color #48525d

%29.15
%33.20
%37.65

CMYK Percentages of Color #48525d

%23
%12
%0
%64

Triadic Colors of #48525d

#48525d #5d4852 #525d48

Analogous Colors of #48525d

#48525d #49485d #485d5d

Monochromatic Colors of #48525d

#48525d

Complementary Color

#48525d #5d5348

#48525d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48525d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48525d Color CSS Codes

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

#48525d Text Font Color

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

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


#48525d Background Color

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

This div background color is #48525d


#48525d Border Color

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

This div border color is #48525d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48525d


Comments

No comments written yet.

Please login to write comment.