Color Hex Logo

#49890e Color Hex

#49890E
(73,137,14)
0 Favorites   0 Comments

Color spaces of #49890e

RGB 7313714
HSL0.250.810.30
HSV91°90°54°
CMYK 0.470.000.90   0.46
XYZ11.772619.33953.5279
Yxy19.33950.33990.5583
Hunter Lab43.9767-29.174626.0273
CIE-Lab51.0821-39.908651.8987

#49890e color RGB value is (73,137,14).

#49890e hex color red value is 73, green value is 137 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #49890e hue: 0.25 , saturation: 0.81 and the lightness value of 49890e is 0.30.

The process color (four color CMYK) of #49890e color hex is 0.47, 0.00, 0.90, 0.46. Web safe color of #49890e is #339900. Color #49890e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10001001 00001110
Octal 111 211 16
Decimal 73 137 14
Hex 49 89 E

RGB Percentages of Color #49890e

%32.59
%61.16
%6.25

CMYK Percentages of Color #49890e

%47
%0
%90
%46

Triadic Colors of #49890e

#49890e #0e4989 #890e49

Analogous Colors of #49890e

#49890e #0e8911 #87890e

Monochromatic Colors of #49890e

#49890e

Complementary Color

#49890e #4e0e89

#49890e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49890e Color Preview on White Background

Lorem ipsum dolor sit amet.

#49890e Color CSS Codes

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

#49890e Text Font Color

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

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


#49890e Background Color

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

This div background color is #49890e


#49890e Border Color

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

This div border color is #49890e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(73,137,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #49890e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #49890e;
  -webkit-box-shadow: 1px 1px 3px 2px #49890e;
  box-shadow:         1px 1px 3px 2px #49890e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49890e


Comments

No comments written yet.

Please login to write comment.