Color Hex Logo

#321c3c Color Hex

#321C3C
(50,28,60)
0 Favorites   0 Comments

Color spaces of #321c3c

RGB 502860
HSL0.780.360.17
HSV281°53°24°
CMYK 0.170.530.00   0.76
XYZ2.54631.83494.4949
Yxy1.83490.28690.2067
Hunter Lab13.54589.8486-10.1920
CIE-Lab14.595817.7314-16.3706

#321c3c color RGB value is (50,28,60).

#321c3c hex color red value is 50, green value is 28 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #321c3c hue: 0.78 , saturation: 0.36 and the lightness value of 321c3c is 0.17.

The process color (four color CMYK) of #321c3c color hex is 0.17, 0.53, 0.00, 0.76. Web safe color of #321c3c is #333333. Color #321c3c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011100 00111100
Octal 62 34 74
Decimal 50 28 60
Hex 32 1C 3C

RGB Percentages of Color #321c3c

%36.23
%20.29
%43.48

CMYK Percentages of Color #321c3c

%17
%53
%0
%76

Triadic Colors of #321c3c

#321c3c #3c321c #1c3c32

Analogous Colors of #321c3c

#321c3c #3c1c36 #221c3c

Monochromatic Colors of #321c3c

#321c3c

Complementary Color

#321c3c #263c1c

#321c3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321c3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#321c3c Color CSS Codes

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

#321c3c Text Font Color

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

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


#321c3c Background Color

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

This div background color is #321c3c


#321c3c Border Color

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

This div border color is #321c3c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(50,28,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #321c3c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #321c3c;
  -webkit-box-shadow: 1px 1px 3px 2px #321c3c;
  box-shadow:         1px 1px 3px 2px #321c3c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321c3c


Comments

No comments written yet.

Please login to write comment.