Color Hex Logo

#48957a Color Hex

#48957A
(72,149,122)
0 Favorites   0 Comments

Color spaces of #48957a

RGB 72149122
HSL0.440.350.43
HSV159°52°58°
CMYK 0.520.000.18   0.42
XYZ16.932824.277822.2060
Yxy24.27780.26700.3828
Hunter Lab49.2725-24.88437.7701
CIE-Lab56.3649-30.57627.0425

#48957a color RGB value is (72,149,122).

#48957a hex color red value is 72, green value is 149 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #48957a hue: 0.44 , saturation: 0.35 and the lightness value of 48957a is 0.43.

The process color (four color CMYK) of #48957a color hex is 0.52, 0.00, 0.18, 0.42. Web safe color of #48957a is #339966. Color #48957a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010101 01111010
Octal 110 225 172
Decimal 72 149 122
Hex 48 95 7A

RGB Percentages of Color #48957a

%20.99
%43.44
%35.57

CMYK Percentages of Color #48957a

%52
%0
%18
%42

Triadic Colors of #48957a

#48957a #7a4895 #957a48

Analogous Colors of #48957a

#48957a #488a95 #489554

Monochromatic Colors of #48957a

#48957a

Complementary Color

#48957a #954863

#48957a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48957a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48957a Color CSS Codes

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

#48957a Text Font Color

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

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


#48957a Background Color

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

This div background color is #48957a


#48957a Border Color

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

This div border color is #48957a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48957a


Comments

No comments written yet.

Please login to write comment.