Color Hex Logo

#48524e Color Hex

#48524E
(72,82,78)
0 Favorites   0 Comments

Color spaces of #48524e

RGB 728278
HSL0.430.060.30
HSV156°12°32°
CMYK 0.120.000.05   0.68
XYZ7.06497.96248.3723
Yxy7.96240.30190.3403
Hunter Lab28.2177-4.68982.1609
CIE-Lab33.9045-4.87650.9953

#48524e color RGB value is (72,82,78).

#48524e hex color red value is 72, green value is 82 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #48524e hue: 0.43 , saturation: 0.06 and the lightness value of 48524e is 0.30.

The process color (four color CMYK) of #48524e color hex is 0.12, 0.00, 0.05, 0.68. Web safe color of #48524e is #336666. Color #48524e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01010010 01001110
Octal 110 122 116
Decimal 72 82 78
Hex 48 52 4E

RGB Percentages of Color #48524e

%31.03
%35.34
%33.62

CMYK Percentages of Color #48524e

%12
%0
%5
%68

Triadic Colors of #48524e

#48524e #4e4852 #524e48

Analogous Colors of #48524e

#48524e #485152 #485249

Monochromatic Colors of #48524e

#48524e

Complementary Color

#48524e #52484c

#48524e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48524e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48524e Color CSS Codes

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

#48524e Text Font Color

<p style="color:#48524e">Text here</p>

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


#48524e Background Color

<div style="background-color:#48524e">
Div content here</div>

This div background color is #48524e


#48524e Border Color

<div style="border:3px solid #48524e">
Div here</div>

This div border color is #48524e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,82,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48524e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48524e;
  -webkit-box-shadow: 1px 1px 3px 2px #48524e;
  box-shadow:         1px 1px 3px 2px #48524e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48524e


Comments

No comments written yet.

Please login to write comment.