Color Hex Logo

#48334d Color Hex

#48334D
(72,51,77)
0 Favorites   0 Comments

Color spaces of #48334d

RGB 725177
HSL0.800.200.25
HSV288°34°30°
CMYK 0.060.340.00   0.70
XYZ5.19594.28127.5737
Yxy4.28120.30470.2511
Hunter Lab20.69118.6152-7.2186
CIE-Lab24.580114.8484-12.2862

#48334d color RGB value is (72,51,77).

#48334d hex color red value is 72, green value is 51 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #48334d hue: 0.80 , saturation: 0.20 and the lightness value of 48334d is 0.25.

The process color (four color CMYK) of #48334d color hex is 0.06, 0.34, 0.00, 0.70. Web safe color of #48334d is #333366. Color #48334d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110011 01001101
Octal 110 63 115
Decimal 72 51 77
Hex 48 33 4D

RGB Percentages of Color #48334d

%36.00
%25.50
%38.50

CMYK Percentages of Color #48334d

%6
%34
%0
%70

Triadic Colors of #48334d

#48334d #4d4833 #334d48

Analogous Colors of #48334d

#48334d #4d3345 #3b334d

Monochromatic Colors of #48334d

#48334d

Complementary Color

#48334d #384d33

#48334d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48334d Color Preview on White Background

Lorem ipsum dolor sit amet.

#48334d Color CSS Codes

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

#48334d Text Font Color

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

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


#48334d Background Color

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

This div background color is #48334d


#48334d Border Color

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

This div border color is #48334d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48334d

#48334d Color Palettes


Comments

No comments written yet.

Please login to write comment.