Color Hex Logo

#321425 Color Hex

#321425
(50,20,37)
0 Favorites   0 Comments

Color spaces of #321425

RGB 502037
HSL0.910.430.14
HSV326°60°20°
CMYK 0.000.600.26   0.80
XYZ1.89951.31201.9034
Yxy1.31200.37140.2565
Hunter Lab11.45439.5563-1.8345
CIE-Lab11.359217.7592-4.7353

#321425 color RGB value is (50,20,37).

#321425 hex color red value is 50, green value is 20 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #321425 hue: 0.91 , saturation: 0.43 and the lightness value of 321425 is 0.14.

The process color (four color CMYK) of #321425 color hex is 0.00, 0.60, 0.26, 0.80. Web safe color of #321425 is #330033. Color #321425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010100 00100101
Octal 62 24 45
Decimal 50 20 37
Hex 32 14 25

RGB Percentages of Color #321425

%46.73
%18.69
%34.58

CMYK Percentages of Color #321425

%0
%60
%26
%80

Triadic Colors of #321425

#321425 #253214 #142532

Analogous Colors of #321425

#321425 #321416 #301432

Monochromatic Colors of #321425

#321425

Complementary Color

#321425 #143221

#321425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321425 Color CSS Codes

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

#321425 Text Font Color

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

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


#321425 Background Color

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

This div background color is #321425


#321425 Border Color

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

This div border color is #321425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321425


Comments

No comments written yet.

Please login to write comment.