Color Hex Logo

#48895a Color Hex

#48895A
(72,137,90)
0 Favorites   0 Comments

Color spaces of #48895a

RGB 7213790
HSL0.380.310.41
HSV137°47°54°
CMYK 0.470.000.34   0.46
XYZ13.463620.007212.8250
Yxy20.00720.29080.4322
Hunter Lab44.7294-24.547814.3107
CIE-Lab51.8454-31.794918.9364

#48895a color RGB value is (72,137,90).

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

The process color (four color CMYK) of #48895a color hex is 0.47, 0.00, 0.34, 0.46. Web safe color of #48895a is #339966. Color #48895a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001001 01011010
Octal 110 211 132
Decimal 72 137 90
Hex 48 89 5A

RGB Percentages of Color #48895a

%24.08
%45.82
%30.10

CMYK Percentages of Color #48895a

%47
%0
%34
%46

Triadic Colors of #48895a

#48895a #5a4889 #895a48

Analogous Colors of #48895a

#48895a #48897b #578948

Monochromatic Colors of #48895a

#48895a

Complementary Color

#48895a #894877

#48895a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48895a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48895a Color CSS Codes

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

#48895a Text Font Color

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

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


#48895a Background Color

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

This div background color is #48895a


#48895a Border Color

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

This div border color is #48895a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48895a


Comments

No comments written yet.

Please login to write comment.