Color Hex Logo

#488950 Color Hex

#488950
(72,137,80)
0 Favorites   0 Comments

Color spaces of #488950

RGB 7213780
HSL0.350.310.41
HSV127°47°54°
CMYK 0.470.000.42   0.46
XYZ13.066119.848210.7319
Yxy19.84820.29940.4548
Hunter Lab44.5513-25.614016.9036
CIE-Lab51.6651-33.608924.2789

#488950 color RGB value is (72,137,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001000 10001001 01010000
Octal 110 211 120
Decimal 72 137 80
Hex 48 89 50

RGB Percentages of Color #488950

%24.91
%47.40
%27.68

CMYK Percentages of Color #488950

%47
%0
%42
%46

Triadic Colors of #488950

#488950 #504889 #895048

Analogous Colors of #488950

#488950 #488971 #618948

Monochromatic Colors of #488950

#488950

Complementary Color

#488950 #894881

#488950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#488950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#488950 Color CSS Codes

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

#488950 Text Font Color

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

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


#488950 Background Color

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

This div background color is #488950


#488950 Border Color

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

This div border color is #488950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #488950


Comments

No comments written yet.

Please login to write comment.