Color Hex Logo

#48998a Color Hex

#48998A
(72,153,138)
0 Favorites   0 Comments

Color spaces of #48998a

RGB 72153138
HSL0.470.360.44
HSV169°53°60°
CMYK 0.530.000.10   0.40
XYZ18.651225.995228.0793
Yxy25.99520.25650.3574
Hunter Lab50.9855-23.92683.0370
CIE-Lab58.0325-28.55210.3392

#48998a color RGB value is (72,153,138).

#48998a hex color red value is 72, green value is 153 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #48998a hue: 0.47 , saturation: 0.36 and the lightness value of 48998a is 0.44.

The process color (four color CMYK) of #48998a color hex is 0.53, 0.00, 0.10, 0.40. Web safe color of #48998a is #339999. Color #48998a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011001 10001010
Octal 110 231 212
Decimal 72 153 138
Hex 48 99 8A

RGB Percentages of Color #48998a

%19.83
%42.15
%38.02

CMYK Percentages of Color #48998a

%53
%0
%10
%40

Triadic Colors of #48998a

#48998a #8a4899 #998a48

Analogous Colors of #48998a

#48998a #488099 #489962

Monochromatic Colors of #48998a

#48998a

Complementary Color

#48998a #994857

#48998a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#48998a Color Preview on White Background

Lorem ipsum dolor sit amet.

#48998a Color CSS Codes

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

#48998a Text Font Color

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

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


#48998a Background Color

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

This div background color is #48998a


#48998a Border Color

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

This div border color is #48998a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #48998a


Comments

No comments written yet.

Please login to write comment.