Color Hex Logo

#321315 Color Hex

#321315
(50,19,21)
0 Favorites   0 Comments

Color spaces of #321315

RGB 501921
HSL0.990.450.14
HSV356°62°20°
CMYK 0.000.620.58   0.80
XYZ1.68361.19800.8520
Yxy1.19800.45090.3209
Hunter Lab10.94538.30243.0465
CIE-Lab10.542615.92995.9904

#321315 color RGB value is (50,19,21).

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

The process color (four color CMYK) of #321315 color hex is 0.00, 0.62, 0.58, 0.80. Web safe color of #321315 is #330000. Color #321315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010011 00010101
Octal 62 23 25
Decimal 50 19 21
Hex 32 13 15

RGB Percentages of Color #321315

%55.56
%21.11
%23.33

CMYK Percentages of Color #321315

%0
%62
%58
%80

Triadic Colors of #321315

#321315 #153213 #131532

Analogous Colors of #321315

#321315 #322113 #321325

Monochromatic Colors of #321315

#321315

Complementary Color

#321315 #133230

#321315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321315 Color CSS Codes

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

#321315 Text Font Color

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

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


#321315 Background Color

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

This div background color is #321315


#321315 Border Color

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

This div border color is #321315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321315


Comments

No comments written yet.

Please login to write comment.