Color Hex Logo

#324954 Color Hex

#324954
(50,73,84)
0 Favorites   0 Comments

Color spaces of #324954

RGB 507384
HSL0.550.250.26
HSV199°40°33°
CMYK 0.400.130.00   0.67
XYZ5.29826.08339.2825
Yxy6.08330.25640.2944
Hunter Lab24.6643-4.8186-5.0489
CIE-Lab29.6217-5.6451-9.3654

#324954 color RGB value is (50,73,84).

#324954 hex color red value is 50, green value is 73 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #324954 hue: 0.55 , saturation: 0.25 and the lightness value of 324954 is 0.26.

The process color (four color CMYK) of #324954 color hex is 0.40, 0.13, 0.00, 0.67. Web safe color of #324954 is #333366. Color #324954 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001001 01010100
Octal 62 111 124
Decimal 50 73 84
Hex 32 49 54

RGB Percentages of Color #324954

%24.15
%35.27
%40.58

CMYK Percentages of Color #324954

%40
%13
%0
%67

Triadic Colors of #324954

#324954 #543249 #495432

Analogous Colors of #324954

#324954 #323854 #32544e

Monochromatic Colors of #324954

#324954

Complementary Color

#324954 #543d32

#324954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324954 Color CSS Codes

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

#324954 Text Font Color

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

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


#324954 Background Color

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

This div background color is #324954


#324954 Border Color

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

This div border color is #324954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324954


Comments

No comments written yet.

Please login to write comment.