Color Hex Logo

#48977e Color Hex

#48977E
(72,151,126)
0 Favorites   0 Comments

Color spaces of #48977e

RGB 72151126
HSL0.450.350.44
HSV161°52°59°
CMYK 0.520.000.17   0.41
XYZ17.505025.017323.6449
Yxy25.01730.26460.3781
Hunter Lab50.0173-25.05906.9837
CIE-Lab57.0923-30.57765.8070

#48977e color RGB value is (72,151,126).

#48977e hex color red value is 72, green value is 151 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #48977e hue: 0.45 , saturation: 0.35 and the lightness value of 48977e is 0.44.

The process color (four color CMYK) of #48977e color hex is 0.52, 0.00, 0.17, 0.41. Web safe color of #48977e is #339966. Color #48977e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010111 01111110
Octal 110 227 176
Decimal 72 151 126
Hex 48 97 7E

RGB Percentages of Color #48977e

%20.63
%43.27
%36.10

CMYK Percentages of Color #48977e

%52
%0
%17
%41

Triadic Colors of #48977e

#48977e #7e4897 #977e48

Analogous Colors of #48977e

#48977e #488997 #489757

Monochromatic Colors of #48977e

#48977e

Complementary Color

#48977e #974861

#48977e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48977e Color Preview on White Background

Lorem ipsum dolor sit amet.

#48977e Color CSS Codes

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

#48977e Text Font Color

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

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


#48977e Background Color

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

This div background color is #48977e


#48977e Border Color

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

This div border color is #48977e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48977e


Comments

No comments written yet.

Please login to write comment.