Color Hex Logo

#48475d Color Hex

#48475D
(72,71,93)
0 Favorites   0 Comments

Color spaces of #48475d

RGB 727193
HSL0.670.130.32
HSV243°24°36°
CMYK 0.230.240.00   0.64
XYZ6.90156.674511.2805
Yxy6.67450.27770.2685
Hunter Lab25.83512.4726-7.8036
CIE-Lab31.05415.7761-12.8055

#48475d color RGB value is (72,71,93).

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

The process color (four color CMYK) of #48475d color hex is 0.23, 0.24, 0.00, 0.64. Web safe color of #48475d is #333366. Color #48475d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01000111 01011101
Octal 110 107 135
Decimal 72 71 93
Hex 48 47 5D

RGB Percentages of Color #48475d

%30.51
%30.08
%39.41

CMYK Percentages of Color #48475d

%23
%24
%0
%64

Triadic Colors of #48475d

#48475d #5d4847 #475d48

Analogous Colors of #48475d

#48475d #53475d #47515d

Monochromatic Colors of #48475d

#48475d

Complementary Color

#48475d #5c5d47

#48475d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48475d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48475d Color CSS Codes

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

#48475d Text Font Color

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

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


#48475d Background Color

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

This div background color is #48475d


#48475d Border Color

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

This div border color is #48475d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48475d


Comments

No comments written yet.

Please login to write comment.