Color Hex Logo

#48366d Color Hex

#48366D
(72,54,109)
1 Favorites   0 Comments

Color spaces of #48366d

RGB 7254109
HSL0.720.340.32
HSV260°50°43°
CMYK 0.340.500.00   0.57
XYZ6.75205.120215.1004
Yxy5.12020.25030.1898
Hunter Lab22.627913.6644-23.7269
CIE-Lab27.074521.4124-29.2572

#48366d color RGB value is (72,54,109).

#48366d hex color red value is 72, green value is 54 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #48366d hue: 0.72 , saturation: 0.34 and the lightness value of 48366d is 0.32.

The process color (four color CMYK) of #48366d color hex is 0.34, 0.50, 0.00, 0.57. Web safe color of #48366d is #333366. Color #48366d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110110 01101101
Octal 110 66 155
Decimal 72 54 109
Hex 48 36 6D

RGB Percentages of Color #48366d

%30.64
%22.98
%46.38

CMYK Percentages of Color #48366d

%34
%50
%0
%57

Triadic Colors of #48366d

#48366d #6d4836 #366d48

Analogous Colors of #48366d

#48366d #64366d #36406d

Monochromatic Colors of #48366d

#48366d

Complementary Color

#48366d #5b6d36

#48366d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48366d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48366d Color CSS Codes

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

#48366d Text Font Color

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

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


#48366d Background Color

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

This div background color is #48366d


#48366d Border Color

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

This div border color is #48366d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48366d


Comments

No comments written yet.

Please login to write comment.