Color Hex Logo

#324046 Color Hex

#324046
(50,64,70)
1 Favorites   0 Comments

Color spaces of #324046

RGB 506470
HSL0.550.170.24
HSV198°29°27°
CMYK 0.290.090.00   0.73
XYZ4.25434.78716.4941
Yxy4.78710.27380.3081
Hunter Lab21.8794-3.5810-2.2824
CIE-Lab26.1194-4.0212-5.5221

#324046 color RGB value is (50,64,70).

#324046 hex color red value is 50, green value is 64 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #324046 hue: 0.55 , saturation: 0.17 and the lightness value of 324046 is 0.24.

The process color (four color CMYK) of #324046 color hex is 0.29, 0.09, 0.00, 0.73. Web safe color of #324046 is #333333. Color #324046 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01000000 01000110
Octal 62 100 106
Decimal 50 64 70
Hex 32 40 46

RGB Percentages of Color #324046

%27.17
%34.78
%38.04

CMYK Percentages of Color #324046

%29
%9
%0
%73

Triadic Colors of #324046

#324046 #463240 #404632

Analogous Colors of #324046

#324046 #323646 #324642

Monochromatic Colors of #324046

#324046

Complementary Color

#324046 #463832

#324046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324046 Color CSS Codes

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

#324046 Text Font Color

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

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


#324046 Background Color

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

This div background color is #324046


#324046 Border Color

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

This div border color is #324046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324046


Comments

No comments written yet.

Please login to write comment.