Color Hex Logo

#46995e Color Hex

#46995E
(70,153,94)
0 Favorites   0 Comments

Color spaces of #46995e

RGB 7015394
HSL0.380.370.44
HSV137°54°60°
CMYK 0.540.000.39   0.40
XYZ15.937424.892714.5545
Yxy24.89270.28780.4495
Hunter Lab49.8926-30.293017.6289
CIE-Lab56.9707-38.812323.5508

#46995e color RGB value is (70,153,94).

#46995e hex color red value is 70, green value is 153 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #46995e hue: 0.38 , saturation: 0.37 and the lightness value of 46995e is 0.44.

The process color (four color CMYK) of #46995e color hex is 0.54, 0.00, 0.39, 0.40. Web safe color of #46995e is #339966. Color #46995e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011001 01011110
Octal 106 231 136
Decimal 70 153 94
Hex 46 99 5E

RGB Percentages of Color #46995e

%22.08
%48.26
%29.65

CMYK Percentages of Color #46995e

%54
%0
%39
%40

Triadic Colors of #46995e

#46995e #5e4699 #995e46

Analogous Colors of #46995e

#46995e #469988 #589946

Monochromatic Colors of #46995e

#46995e

Complementary Color

#46995e #994681

#46995e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46995e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46995e Color CSS Codes

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

#46995e Text Font Color

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

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


#46995e Background Color

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

This div background color is #46995e


#46995e Border Color

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

This div border color is #46995e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,153,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46995e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46995e;
  -webkit-box-shadow: 1px 1px 3px 2px #46995e;
  box-shadow:         1px 1px 3px 2px #46995e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46995e


Comments

No comments written yet.

Please login to write comment.