Color Hex Logo

#48536a Color Hex

#48536A
(72,83,106)
0 Favorites   0 Comments

Color spaces of #48536a

RGB 7283106
HSL0.610.190.35
HSV221°32°42°
CMYK 0.320.220.00   0.58
XYZ8.36738.604814.8556
Yxy8.60480.26290.2704
Hunter Lab29.3339-0.4185-9.4925
CIE-Lab35.21201.6847-14.6646

#48536a color RGB value is (72,83,106).

#48536a hex color red value is 72, green value is 83 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #48536a hue: 0.61 , saturation: 0.19 and the lightness value of 48536a is 0.35.

The process color (four color CMYK) of #48536a color hex is 0.32, 0.22, 0.00, 0.58. Web safe color of #48536a is #336666. Color #48536a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010011 01101010
Octal 110 123 152
Decimal 72 83 106
Hex 48 53 6A

RGB Percentages of Color #48536a

%27.59
%31.80
%40.61

CMYK Percentages of Color #48536a

%32
%22
%0
%58

Triadic Colors of #48536a

#48536a #6a4853 #536a48

Analogous Colors of #48536a

#48536a #4e486a #48646a

Monochromatic Colors of #48536a

#48536a

Complementary Color

#48536a #6a5f48

#48536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48536a Color CSS Codes

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

#48536a Text Font Color

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

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


#48536a Background Color

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

This div background color is #48536a


#48536a Border Color

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

This div border color is #48536a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48536a


Comments

No comments written yet.

Please login to write comment.