Color Hex Logo

#49983a Color Hex

#49983A
(73,152,58)
0 Favorites   0 Comments

Color spaces of #49983a

RGB 7315258
HSL0.310.450.41
HSV110°62°60°
CMYK 0.520.000.62   0.40
XYZ14.739624.17847.8930
Yxy24.17840.31490.5165
Hunter Lab49.1715-32.543224.9029
CIE-Lab56.2660-42.862541.2046

#49983a color RGB value is (73,152,58).

#49983a hex color red value is 73, green value is 152 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #49983a hue: 0.31 , saturation: 0.45 and the lightness value of 49983a is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10011000 00111010
Octal 111 230 72
Decimal 73 152 58
Hex 49 98 3A

RGB Percentages of Color #49983a

%25.80
%53.71
%20.49

CMYK Percentages of Color #49983a

%52
%0
%62
%40

Triadic Colors of #49983a

#49983a #3a4998 #983a49

Analogous Colors of #49983a

#49983a #3a985a #78983a

Monochromatic Colors of #49983a

#49983a

Complementary Color

#49983a #893a98

#49983a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49983a Color Preview on White Background

Lorem ipsum dolor sit amet.

#49983a Color CSS Codes

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

#49983a Text Font Color

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

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


#49983a Background Color

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

This div background color is #49983a


#49983a Border Color

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

This div border color is #49983a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49983a


Comments

No comments written yet.

Please login to write comment.