Color Hex Logo

#48897f Color Hex

#48897F
(72,137,127)
0 Favorites   0 Comments

Color spaces of #48897f

RGB 72137127
HSL0.470.310.41
HSV171°47°54°
CMYK 0.470.000.07   0.46
XYZ15.448920.801323.2795
Yxy20.80130.25950.3494
Hunter Lab45.6084-19.35171.6631
CIE-Lab52.7313-23.3854-1.0894

#48897f color RGB value is (72,137,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001001 01111111
Octal 110 211 177
Decimal 72 137 127
Hex 48 89 7F

RGB Percentages of Color #48897f

%21.43
%40.77
%37.80

CMYK Percentages of Color #48897f

%47
%0
%7
%46

Triadic Colors of #48897f

#48897f #7f4889 #897f48

Analogous Colors of #48897f

#48897f #487389 #48895f

Monochromatic Colors of #48897f

#48897f

Complementary Color

#48897f #894852

#48897f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48897f Color Preview on White Background

Lorem ipsum dolor sit amet.

#48897f Color CSS Codes

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

#48897f Text Font Color

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

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


#48897f Background Color

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

This div background color is #48897f


#48897f Border Color

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

This div border color is #48897f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48897f


Comments

No comments written yet.

Please login to write comment.