Color Hex Logo

#320511 Color Hex

#320511
(50,5,17)
0 Favorites   0 Comments

Color spaces of #320511

RGB 50517
HSL0.960.820.11
HSV344°90°20°
CMYK 0.000.900.66   0.80
XYZ1.47080.82710.6124
Yxy0.82710.50540.2842
Hunter Lab9.094512.95242.3737
CIE-Lab7.471123.42864.1218

#320511 color RGB value is (50,5,17).

#320511 hex color red value is 50, green value is 5 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #320511 hue: 0.96 , saturation: 0.82 and the lightness value of 320511 is 0.11.

The process color (four color CMYK) of #320511 color hex is 0.00, 0.90, 0.66, 0.80. Web safe color of #320511 is #330000. Color #320511 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 00000101 00010001
Octal 62 5 21
Decimal 50 5 17
Hex 32 5 11

RGB Percentages of Color #320511

%69.44
%6.94
%23.61

CMYK Percentages of Color #320511

%0
%90
%66
%80

Triadic Colors of #320511

#320511 #113205 #051132

Analogous Colors of #320511

#320511 #321005 #320528

Monochromatic Colors of #320511

#320511

Complementary Color

#320511 #053226

#320511 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#320511 Color Preview on White Background

Lorem ipsum dolor sit amet.

#320511 Color CSS Codes

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

#320511 Text Font Color

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

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


#320511 Background Color

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

This div background color is #320511


#320511 Border Color

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

This div border color is #320511


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #320511


Comments

No comments written yet.

Please login to write comment.