Color Hex Logo

#323d4f Color Hex

#323D4F
(50,61,79)
0 Favorites   0 Comments

Color spaces of #323d4f

RGB 506179
HSL0.600.220.25
HSV217°37°31°
CMYK 0.370.230.00   0.69
XYZ4.39544.58018.0495
Yxy4.58010.25820.2690
Hunter Lab21.4012-0.7915-7.3196
CIE-Lab25.50330.5756-12.3820

#323d4f color RGB value is (50,61,79).

#323d4f hex color red value is 50, green value is 61 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #323d4f hue: 0.60 , saturation: 0.22 and the lightness value of 323d4f is 0.25.

The process color (four color CMYK) of #323d4f color hex is 0.37, 0.23, 0.00, 0.69. Web safe color of #323d4f is #333366. Color #323d4f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00111101 01001111
Octal 62 75 117
Decimal 50 61 79
Hex 32 3D 4F

RGB Percentages of Color #323d4f

%26.32
%32.11
%41.58

CMYK Percentages of Color #323d4f

%37
%23
%0
%69

Triadic Colors of #323d4f

#323d4f #4f323d #3d4f32

Analogous Colors of #323d4f

#323d4f #36324f #324c4f

Monochromatic Colors of #323d4f

#323d4f

Complementary Color

#323d4f #4f4432

#323d4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#323d4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#323d4f Color CSS Codes

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

#323d4f Text Font Color

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

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


#323d4f Background Color

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

This div background color is #323d4f


#323d4f Border Color

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

This div border color is #323d4f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,61,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #323d4f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #323d4f;
  -webkit-box-shadow: 1px 1px 3px 2px #323d4f;
  box-shadow:         1px 1px 3px 2px #323d4f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #323d4f


Comments

No comments written yet.

Please login to write comment.