Color Hex Logo

#46644a Color Hex

#46644A
(70,100,74)
0 Favorites   0 Comments

Color spaces of #46644a

RGB 7010074
HSL0.360.180.33
HSV128°30°39°
CMYK 0.300.000.26   0.61
XYZ8.319010.91088.1461
Yxy10.91080.30390.3986
Hunter Lab33.0315-12.84988.5002
CIE-Lab39.4298-16.924411.2947

#46644a color RGB value is (70,100,74).

#46644a hex color red value is 70, green value is 100 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #46644a hue: 0.36 , saturation: 0.18 and the lightness value of 46644a is 0.33.

The process color (four color CMYK) of #46644a color hex is 0.30, 0.00, 0.26, 0.61. Web safe color of #46644a is #336633. Color #46644a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100100 01001010
Octal 106 144 112
Decimal 70 100 74
Hex 46 64 4A

RGB Percentages of Color #46644a

%28.69
%40.98
%30.33

CMYK Percentages of Color #46644a

%30
%0
%26
%61

Triadic Colors of #46644a

#46644a #4a4664 #644a46

Analogous Colors of #46644a

#46644a #466459 #516446

Monochromatic Colors of #46644a

#46644a

Complementary Color

#46644a #644660

#46644a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46644a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46644a Color CSS Codes

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

#46644a Text Font Color

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

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


#46644a Background Color

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

This div background color is #46644a


#46644a Border Color

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

This div border color is #46644a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,100,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46644a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46644a;
  -webkit-box-shadow: 1px 1px 3px 2px #46644a;
  box-shadow:         1px 1px 3px 2px #46644a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46644a


Comments

No comments written yet.

Please login to write comment.