Color Hex Logo

#46603f Color Hex

#46603F
(70,96,63)
0 Favorites   0 Comments

Color spaces of #46603f

RGB 709663
HSL0.300.210.31
HSV107°34°38°
CMYK 0.270.000.34   0.62
XYZ7.605910.02676.2371
Yxy10.02670.31860.4201
Hunter Lab31.6650-12.538110.4870
CIE-Lab37.8903-16.822115.8173

#46603f color RGB value is (70,96,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01100000 00111111
Octal 106 140 77
Decimal 70 96 63
Hex 46 60 3F

RGB Percentages of Color #46603f

%30.57
%41.92
%27.51

CMYK Percentages of Color #46603f

%27
%0
%34
%62

Triadic Colors of #46603f

#46603f #3f4660 #603f46

Analogous Colors of #46603f

#46603f #3f6049 #57603f

Monochromatic Colors of #46603f

#46603f

Complementary Color

#46603f #593f60

#46603f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46603f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46603f Color CSS Codes

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

#46603f Text Font Color

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

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


#46603f Background Color

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

This div background color is #46603f


#46603f Border Color

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

This div border color is #46603f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46603f


Comments

No comments written yet.

Please login to write comment.