Color Hex Logo

#46995c Color Hex

#46995C
(70,153,92)
0 Favorites   0 Comments

Color spaces of #46995c

RGB 7015392
HSL0.380.370.44
HSV136°54°60°
CMYK 0.540.000.40   0.40
XYZ15.848824.857314.0878
Yxy24.85730.28920.4537
Hunter Lab49.8571-30.507518.1468
CIE-Lab56.9361-39.175024.5961

#46995c color RGB value is (70,153,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10011001 01011100
Octal 106 231 134
Decimal 70 153 92
Hex 46 99 5C

RGB Percentages of Color #46995c

%22.22
%48.57
%29.21

CMYK Percentages of Color #46995c

%54
%0
%40
%40

Triadic Colors of #46995c

#46995c #5c4699 #995c46

Analogous Colors of #46995c

#46995c #469986 #5a9946

Monochromatic Colors of #46995c

#46995c

Complementary Color

#46995c #994683

#46995c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46995c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46995c Color CSS Codes

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

#46995c Text Font Color

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

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


#46995c Background Color

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

This div background color is #46995c


#46995c Border Color

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

This div border color is #46995c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46995c


Comments

No comments written yet.

Please login to write comment.