Color Hex Logo

#324844 Color Hex

#324844
(50,72,68)
1 Favorites   0 Comments

Color spaces of #324844

RGB 507268
HSL0.470.180.24
HSV169°31°28°
CMYK 0.310.000.06   0.72
XYZ4.67615.73026.3284
Yxy5.73020.27940.3424
Hunter Lab23.9378-7.02241.0821
CIE-Lab28.7213-9.5532-0.3657

#324844 color RGB value is (50,72,68).

#324844 hex color red value is 50, green value is 72 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #324844 hue: 0.47 , saturation: 0.18 and the lightness value of 324844 is 0.24.

The process color (four color CMYK) of #324844 color hex is 0.31, 0.00, 0.06, 0.72. Web safe color of #324844 is #333333. Color #324844 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 01001000 01000100
Octal 62 110 104
Decimal 50 72 68
Hex 32 48 44

RGB Percentages of Color #324844

%26.32
%37.89
%35.79

CMYK Percentages of Color #324844

%31
%0
%6
%72

Triadic Colors of #324844

#324844 #443248 #484432

Analogous Colors of #324844

#324844 #324148 #324839

Monochromatic Colors of #324844

#324844

Complementary Color

#324844 #483236

#324844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#324844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#324844 Color CSS Codes

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

#324844 Text Font Color

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

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


#324844 Background Color

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

This div background color is #324844


#324844 Border Color

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

This div border color is #324844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #324844


Comments

No comments written yet.

Please login to write comment.