Color Hex Logo

#48787c Color Hex

#48787C
(72,120,124)
0 Favorites   0 Comments

Color spaces of #48787c

RGB 72120124
HSL0.510.270.38
HSV185°42°49°
CMYK 0.420.030.00   0.51
XYZ13.027016.265921.5218
Yxy16.26590.25640.3201
Hunter Lab40.3310-12.9234-3.4072
CIE-Lab47.3214-15.1437-7.3279

#48787c color RGB value is (72,120,124).

#48787c hex color red value is 72, green value is 120 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #48787c hue: 0.51 , saturation: 0.27 and the lightness value of 48787c is 0.38.

The process color (four color CMYK) of #48787c color hex is 0.42, 0.03, 0.00, 0.51. Web safe color of #48787c is #336666. Color #48787c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 01111000 01111100
Octal 110 170 174
Decimal 72 120 124
Hex 48 78 7C

RGB Percentages of Color #48787c

%22.78
%37.97
%39.24

CMYK Percentages of Color #48787c

%42
%3
%0
%51

Triadic Colors of #48787c

#48787c #7c4878 #787c48

Analogous Colors of #48787c

#48787c #485e7c #487c66

Monochromatic Colors of #48787c

#48787c

Complementary Color

#48787c #7c4c48

#48787c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48787c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48787c Color CSS Codes

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

#48787c Text Font Color

<p style="color:#48787c">Text here</p>

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


#48787c Background Color

<div style="background-color:#48787c">
Div content here</div>

This div background color is #48787c


#48787c Border Color

<div style="border:3px solid #48787c">
Div here</div>

This div border color is #48787c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,120,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #48787c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #48787c;
  -webkit-box-shadow: 1px 1px 3px 2px #48787c;
  box-shadow:         1px 1px 3px 2px #48787c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48787c


Comments

No comments written yet.

Please login to write comment.