Color Hex Logo

#489170 Color Hex

#489170
(72,145,112)
0 Favorites   0 Comments

Color spaces of #489170

RGB 72145112
HSL0.420.340.43
HSV153°50°57°
CMYK 0.500.000.23   0.43
XYZ15.722522.798418.9011
Yxy22.79840.27380.3970
Hunter Lab47.7477-24.78149.9532
CIE-Lab54.8641-30.976810.6116

#489170 color RGB value is (72,145,112).

#489170 hex color red value is 72, green value is 145 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #489170 hue: 0.42 , saturation: 0.34 and the lightness value of 489170 is 0.43.

The process color (four color CMYK) of #489170 color hex is 0.50, 0.00, 0.23, 0.43. Web safe color of #489170 is #339966. Color #489170 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10010001 01110000
Octal 110 221 160
Decimal 72 145 112
Hex 48 91 70

RGB Percentages of Color #489170

%21.88
%44.07
%34.04

CMYK Percentages of Color #489170

%50
%0
%23
%43

Triadic Colors of #489170

#489170 #704891 #917048

Analogous Colors of #489170

#489170 #488e91 #48914c

Monochromatic Colors of #489170

#489170

Complementary Color

#489170 #914869

#489170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489170 Color CSS Codes

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

#489170 Text Font Color

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

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


#489170 Background Color

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

This div background color is #489170


#489170 Border Color

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

This div border color is #489170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489170


Comments

No comments written yet.

Please login to write comment.