Color Hex Logo

#489849 Color Hex

#489849
(72,152,73)
0 Favorites   0 Comments

Color spaces of #489849

RGB 7215273
HSL0.340.360.44
HSV121°53°60°
CMYK 0.530.000.52   0.40
XYZ15.103324.315210.2006
Yxy24.31520.30440.4900
Hunter Lab49.3104-31.620522.2523
CIE-Lab56.4020-41.257433.9963

#489849 color RGB value is (72,152,73).

#489849 hex color red value is 72, green value is 152 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #489849 hue: 0.34 , saturation: 0.36 and the lightness value of 489849 is 0.44.

The process color (four color CMYK) of #489849 color hex is 0.53, 0.00, 0.52, 0.40. Web safe color of #489849 is #339933. Color #489849 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001000 10011000 01001001
Octal 110 230 111
Decimal 72 152 73
Hex 48 98 49

RGB Percentages of Color #489849

%24.24
%51.18
%24.58

CMYK Percentages of Color #489849

%53
%0
%52
%40

Triadic Colors of #489849

#489849 #494898 #984948

Analogous Colors of #489849

#489849 #489871 #6f9848

Monochromatic Colors of #489849

#489849

Complementary Color

#489849 #984897

#489849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#489849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#489849 Color CSS Codes

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

#489849 Text Font Color

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

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


#489849 Background Color

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

This div background color is #489849


#489849 Border Color

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

This div border color is #489849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #489849


Comments

No comments written yet.

Please login to write comment.