Color Hex Logo

#461321 Color Hex

#461321
(70,19,33)
0 Favorites   0 Comments

Color spaces of #461321

RGB 701933
HSL0.950.570.17
HSV344°73°27°
CMYK 0.000.730.53   0.73
XYZ3.03321.87761.6414
Yxy1.87760.46290.2866
Hunter Lab13.702615.53332.4896
CIE-Lab14.831325.70183.7513

#461321 color RGB value is (70,19,33).

#461321 hex color red value is 70, green value is 19 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #461321 hue: 0.95 , saturation: 0.57 and the lightness value of 461321 is 0.17.

The process color (four color CMYK) of #461321 color hex is 0.00, 0.73, 0.53, 0.73. Web safe color of #461321 is #330033. Color #461321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010011 00100001
Octal 106 23 41
Decimal 70 19 33
Hex 46 13 21

RGB Percentages of Color #461321

%57.38
%15.57
%27.05

CMYK Percentages of Color #461321

%0
%73
%53
%73

Triadic Colors of #461321

#461321 #214613 #132146

Analogous Colors of #461321

#461321 #461f13 #46133b

Monochromatic Colors of #461321

#461321

Complementary Color

#461321 #134638

#461321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461321 Color CSS Codes

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

#461321 Text Font Color

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

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


#461321 Background Color

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

This div background color is #461321


#461321 Border Color

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

This div border color is #461321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461321


Comments

No comments written yet.

Please login to write comment.