Color Hex Logo

#48334a Color Hex

#48334A
(72,51,74)
0 Favorites   0 Comments

Color spaces of #48334a

RGB 725174
HSL0.820.180.25
HSV295°31°29°
CMYK 0.030.310.00   0.71
XYZ5.09234.23987.0285
Yxy4.23980.31130.2591
Hunter Lab20.59088.1109-5.8246
CIE-Lab24.448914.1444-10.4895

#48334a color RGB value is (72,51,74).

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

The process color (four color CMYK) of #48334a color hex is 0.03, 0.31, 0.00, 0.71. Web safe color of #48334a is #333333. Color #48334a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 00110011 01001010
Octal 110 63 112
Decimal 72 51 74
Hex 48 33 4A

RGB Percentages of Color #48334a

%36.55
%25.89
%37.56

CMYK Percentages of Color #48334a

%3
%31
%0
%71

Triadic Colors of #48334a

#48334a #4a4833 #334a48

Analogous Colors of #48334a

#48334a #4a3341 #3d334a

Monochromatic Colors of #48334a

#48334a

Complementary Color

#48334a #354a33

#48334a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48334a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48334a Color CSS Codes

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

#48334a Text Font Color

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

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


#48334a Background Color

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

This div background color is #48334a


#48334a Border Color

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

This div border color is #48334a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48334a


Comments

No comments written yet.

Please login to write comment.