Color Hex Logo

#46603e Color Hex

#46603E
(70,96,62)
0 Favorites   0 Comments

Color spaces of #46603e

RGB 709662
HSL0.290.220.31
HSV106°35°38°
CMYK 0.270.000.35   0.62
XYZ7.578210.01566.0912
Yxy10.01560.32000.4229
Hunter Lab31.6474-12.639910.7416
CIE-Lab37.8704-16.998316.3889

#46603e color RGB value is (70,96,62).

#46603e hex color red value is 70, green value is 96 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #46603e hue: 0.29 , saturation: 0.22 and the lightness value of 46603e is 0.31.

The process color (four color CMYK) of #46603e color hex is 0.27, 0.00, 0.35, 0.62. Web safe color of #46603e is #336633. Color #46603e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 00111110
Octal 106 140 76
Decimal 70 96 62
Hex 46 60 3E

RGB Percentages of Color #46603e

%30.70
%42.11
%27.19

CMYK Percentages of Color #46603e

%27
%0
%35
%62

Triadic Colors of #46603e

#46603e #3e4660 #603e46

Analogous Colors of #46603e

#46603e #3e6047 #57603e

Monochromatic Colors of #46603e

#46603e

Complementary Color

#46603e #583e60

#46603e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46603e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46603e Color CSS Codes

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

#46603e Text Font Color

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

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


#46603e Background Color

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

This div background color is #46603e


#46603e Border Color

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

This div border color is #46603e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46603e


Comments

No comments written yet.

Please login to write comment.