Color Hex Logo

#46894f Color Hex

#46894F
(70,137,79)
0 Favorites   0 Comments

Color spaces of #46894f

RGB 7013779
HSL0.360.320.41
HSV128°49°54°
CMYK 0.490.000.42   0.46
XYZ12.882719.757910.5318
Yxy19.75790.29840.4577
Hunter Lab44.4499-26.053417.0669
CIE-Lab51.5624-34.379024.6795

#46894f color RGB value is (70,137,79).

#46894f hex color red value is 70, green value is 137 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #46894f hue: 0.36 , saturation: 0.32 and the lightness value of 46894f is 0.41.

The process color (four color CMYK) of #46894f color hex is 0.49, 0.00, 0.42, 0.46. Web safe color of #46894f is #339966. Color #46894f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10001001 01001111
Octal 106 211 117
Decimal 70 137 79
Hex 46 89 4F

RGB Percentages of Color #46894f

%24.48
%47.90
%27.62

CMYK Percentages of Color #46894f

%49
%0
%42
%46

Triadic Colors of #46894f

#46894f #4f4689 #894f46

Analogous Colors of #46894f

#46894f #468971 #5f8946

Monochromatic Colors of #46894f

#46894f

Complementary Color

#46894f #894680

#46894f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46894f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46894f Color CSS Codes

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

#46894f Text Font Color

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

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


#46894f Background Color

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

This div background color is #46894f


#46894f Border Color

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

This div border color is #46894f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,137,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46894f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46894f;
  -webkit-box-shadow: 1px 1px 3px 2px #46894f;
  box-shadow:         1px 1px 3px 2px #46894f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46894f


Comments

No comments written yet.

Please login to write comment.