Color Hex Logo

#489f6f Color Hex

#489F6F
(72,159,111)
0 Favorites   0 Comments

Color spaces of #489f6f

RGB 72159111
HSL0.410.380.45
HSV147°55°62°
CMYK 0.550.000.30   0.38
XYZ17.939927.321719.3670
Yxy27.32170.27760.4227
Hunter Lab52.2702-30.208914.6211
CIE-Lab59.2709-37.631717.3004

#489f6f color RGB value is (72,159,111).

#489f6f hex color red value is 72, green value is 159 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #489f6f hue: 0.41 , saturation: 0.38 and the lightness value of 489f6f is 0.45.

The process color (four color CMYK) of #489f6f color hex is 0.55, 0.00, 0.30, 0.38. Web safe color of #489f6f is #339966. Color #489f6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011111 01101111
Octal 110 237 157
Decimal 72 159 111
Hex 48 9F 6F

RGB Percentages of Color #489f6f

%21.05
%46.49
%32.46

CMYK Percentages of Color #489f6f

%55
%0
%30
%38

Triadic Colors of #489f6f

#489f6f #6f489f #9f6f48

Analogous Colors of #489f6f

#489f6f #489f9b #4d9f48

Monochromatic Colors of #489f6f

#489f6f

Complementary Color

#489f6f #9f4878

#489f6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489f6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#489f6f Color CSS Codes

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

#489f6f Text Font Color

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

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


#489f6f Background Color

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

This div background color is #489f6f


#489f6f Border Color

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

This div border color is #489f6f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(72,159,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #489f6f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #489f6f;
  -webkit-box-shadow: 1px 1px 3px 2px #489f6f;
  box-shadow:         1px 1px 3px 2px #489f6f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489f6f

#489f6f Color Palettes


Comments

No comments written yet.

Please login to write comment.