Color Hex Logo

#48897c Color Hex

#48897C
(72,137,124)
0 Favorites   0 Comments

Color spaces of #48897c

RGB 72137124
HSL0.470.310.41
HSV168°47°54°
CMYK 0.470.000.09   0.46
XYZ15.256220.724322.2649
Yxy20.72430.26190.3558
Hunter Lab45.5239-19.84722.8692
CIE-Lab52.6464-24.15870.5274

#48897c color RGB value is (72,137,124).

#48897c hex color red value is 72, green value is 137 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #48897c hue: 0.47 , saturation: 0.31 and the lightness value of 48897c is 0.41.

The process color (four color CMYK) of #48897c color hex is 0.47, 0.00, 0.09, 0.46. Web safe color of #48897c is #339966. Color #48897c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001001 01111100
Octal 110 211 174
Decimal 72 137 124
Hex 48 89 7C

RGB Percentages of Color #48897c

%21.62
%41.14
%37.24

CMYK Percentages of Color #48897c

%47
%0
%9
%46

Triadic Colors of #48897c

#48897c #7c4889 #897c48

Analogous Colors of #48897c

#48897c #487689 #48895c

Monochromatic Colors of #48897c

#48897c

Complementary Color

#48897c #894855

#48897c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48897c Color Preview on White Background

Lorem ipsum dolor sit amet.

#48897c Color CSS Codes

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

#48897c Text Font Color

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

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


#48897c Background Color

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

This div background color is #48897c


#48897c Border Color

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

This div border color is #48897c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(72,137,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 #48897c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48897c


Comments

No comments written yet.

Please login to write comment.