Color Hex Logo

#321830 Color Hex

#321830
(50,24,48)
0 Favorites   0 Comments

Color spaces of #321830

RGB 502448
HSL0.850.350.15
HSV305°52°20°
CMYK 0.000.520.04   0.80
XYZ2.17551.54482.9798
Yxy1.54480.32470.2306
Hunter Lab12.42909.4929-5.5142
CIE-Lab12.890117.4374-10.4601

#321830 color RGB value is (50,24,48).

#321830 hex color red value is 50, green value is 24 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #321830 hue: 0.85 , saturation: 0.35 and the lightness value of 321830 is 0.15.

The process color (four color CMYK) of #321830 color hex is 0.00, 0.52, 0.04, 0.80. Web safe color of #321830 is #330033. Color #321830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00011000 00110000
Octal 62 30 60
Decimal 50 24 48
Hex 32 18 30

RGB Percentages of Color #321830

%40.98
%19.67
%39.34

CMYK Percentages of Color #321830

%0
%52
%4
%80

Triadic Colors of #321830

#321830 #303218 #183032

Analogous Colors of #321830

#321830 #321823 #271832

Monochromatic Colors of #321830

#321830

Complementary Color

#321830 #18321a

#321830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321830 Color CSS Codes

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

#321830 Text Font Color

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

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


#321830 Background Color

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

This div background color is #321830


#321830 Border Color

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

This div border color is #321830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321830


Comments

No comments written yet.

Please login to write comment.