Color Hex Logo

#321517 Color Hex

#321517
(50,21,23)
0 Favorites   0 Comments

Color spaces of #321517

RGB 502123
HSL0.990.410.14
HSV356°58°20°
CMYK 0.000.580.54   0.80
XYZ1.73821.27630.9653
Yxy1.27630.43680.3207
Hunter Lab11.29737.69352.8421
CIE-Lab11.108714.88385.3458

#321517 color RGB value is (50,21,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 00010101 00010111
Octal 62 25 27
Decimal 50 21 23
Hex 32 15 17

RGB Percentages of Color #321517

%53.19
%22.34
%24.47

CMYK Percentages of Color #321517

%0
%58
%54
%80

Triadic Colors of #321517

#321517 #173215 #151732

Analogous Colors of #321517

#321517 #322215 #321526

Monochromatic Colors of #321517

#321517

Complementary Color

#321517 #153230

#321517 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#321517 Color Preview on White Background

Lorem ipsum dolor sit amet.

#321517 Color CSS Codes

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

#321517 Text Font Color

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

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


#321517 Background Color

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

This div background color is #321517


#321517 Border Color

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

This div border color is #321517


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #321517


Comments

No comments written yet.

Please login to write comment.