Color Hex Logo

#46353e Color Hex

#46353E
(70,53,62)
0 Favorites   0 Comments

Color spaces of #46353e

RGB 705362
HSL0.910.140.24
HSV328°24°27°
CMYK 0.000.240.11   0.73
XYZ4.66844.19615.1213
Yxy4.19610.33380.3000
Hunter Lab20.48444.8326-0.4840
CIE-Lab24.30949.3630-2.6954

#46353e color RGB value is (70,53,62).

#46353e hex color red value is 70, green value is 53 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #46353e hue: 0.91 , saturation: 0.14 and the lightness value of 46353e is 0.24.

The process color (four color CMYK) of #46353e color hex is 0.00, 0.24, 0.11, 0.73. Web safe color of #46353e is #333333. Color #46353e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110101 00111110
Octal 106 65 76
Decimal 70 53 62
Hex 46 35 3E

RGB Percentages of Color #46353e

%37.84
%28.65
%33.51

CMYK Percentages of Color #46353e

%0
%24
%11
%73

Triadic Colors of #46353e

#46353e #3e4635 #353e46

Analogous Colors of #46353e

#46353e #463536 #463546

Monochromatic Colors of #46353e

#46353e

Complementary Color

#46353e #35463d

#46353e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46353e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46353e Color CSS Codes

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

#46353e Text Font Color

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

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


#46353e Background Color

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

This div background color is #46353e


#46353e Border Color

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

This div border color is #46353e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,53,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 #46353e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46353e


Comments

No comments written yet.

Please login to write comment.