Color Hex Logo

#321523 Color Hex

#321523
(50,21,35)
0 Favorites   0 Comments

Color spaces of #321523

RGB 502135
HSL0.920.410.14
HSV331°58°20°
CMYK 0.000.580.30   0.80
XYZ1.88691.33581.7485
Yxy1.33580.37960.2687
Hunter Lab11.55778.9159-0.8793
CIE-Lab11.523616.7497-3.0037

#321523 color RGB value is (50,21,35).

#321523 hex color red value is 50, green value is 21 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #321523 hue: 0.92 , saturation: 0.41 and the lightness value of 321523 is 0.14.

The process color (four color CMYK) of #321523 color hex is 0.00, 0.58, 0.30, 0.80. Web safe color of #321523 is #330033. Color #321523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010101 00100011
Octal 62 25 43
Decimal 50 21 35
Hex 32 15 23

RGB Percentages of Color #321523

%47.17
%19.81
%33.02

CMYK Percentages of Color #321523

%0
%58
%30
%80

Triadic Colors of #321523

#321523 #233215 #152332

Analogous Colors of #321523

#321523 #321615 #321532

Monochromatic Colors of #321523

#321523

Complementary Color

#321523 #153224

#321523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321523 Color CSS Codes

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

#321523 Text Font Color

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

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


#321523 Background Color

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

This div background color is #321523


#321523 Border Color

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

This div border color is #321523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321523


Comments

No comments written yet.

Please login to write comment.