Color Hex Logo

#46324a Color Hex

#46324A
(70,50,74)
0 Favorites   0 Comments

Color spaces of #46324a

RGB 705074
HSL0.810.190.24
HSV290°32°29°
CMYK 0.050.320.00   0.71
XYZ4.90244.07777.0073
Yxy4.07770.30660.2551
Hunter Lab20.19337.9968-6.4390
CIE-Lab23.926714.0225-11.3091

#46324a color RGB value is (70,50,74).

#46324a hex color red value is 70, green value is 50 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #46324a hue: 0.81 , saturation: 0.19 and the lightness value of 46324a is 0.24.

The process color (four color CMYK) of #46324a color hex is 0.05, 0.32, 0.00, 0.71. Web safe color of #46324a is #333333. Color #46324a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110010 01001010
Octal 106 62 112
Decimal 70 50 74
Hex 46 32 4A

RGB Percentages of Color #46324a

%36.08
%25.77
%38.14

CMYK Percentages of Color #46324a

%5
%32
%0
%71

Triadic Colors of #46324a

#46324a #4a4632 #324a46

Analogous Colors of #46324a

#46324a #4a3242 #3a324a

Monochromatic Colors of #46324a

#46324a

Complementary Color

#46324a #364a32

#46324a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46324a Color Preview on White Background

Lorem ipsum dolor sit amet.

#46324a Color CSS Codes

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

#46324a Text Font Color

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

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


#46324a Background Color

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

This div background color is #46324a


#46324a Border Color

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

This div border color is #46324a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46324a


Comments

No comments written yet.

Please login to write comment.