Color Hex Logo

#46393a Color Hex

#46393A
(70,57,58)
0 Favorites   0 Comments

Color spaces of #46393a

RGB 705758
HSL0.990.100.25
HSV355°19°27°
CMYK 0.000.190.17   0.73
XYZ4.75264.53384.6276
Yxy4.53380.34160.3258
Hunter Lab21.29272.57952.0193
CIE-Lab25.36305.91601.5198

#46393a color RGB value is (70,57,58).

#46393a hex color red value is 70, green value is 57 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #46393a hue: 0.99 , saturation: 0.10 and the lightness value of 46393a is 0.25.

The process color (four color CMYK) of #46393a color hex is 0.00, 0.19, 0.17, 0.73. Web safe color of #46393a is #333333. Color #46393a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111001 00111010
Octal 106 71 72
Decimal 70 57 58
Hex 46 39 3A

RGB Percentages of Color #46393a

%37.84
%30.81
%31.35

CMYK Percentages of Color #46393a

%0
%19
%17
%73

Triadic Colors of #46393a

#46393a #3a4639 #393a46

Analogous Colors of #46393a

#46393a #463f39 #463941

Monochromatic Colors of #46393a

#46393a

Complementary Color

#46393a #394645

#46393a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46393a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46393a Color CSS Codes

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

#46393a Text Font Color

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

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


#46393a Background Color

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

This div background color is #46393a


#46393a Border Color

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

This div border color is #46393a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46393a


Comments

No comments written yet.

Please login to write comment.