Color Hex Logo

#461319 Color Hex

#461319
(70,19,25)
0 Favorites   0 Comments

Color spaces of #461319

RGB 701925
HSL0.980.570.17
HSV353°73°27°
CMYK 0.000.730.64   0.73
XYZ2.93411.83801.1198
Yxy1.83800.49800.3120
Hunter Lab13.557314.90614.5929
CIE-Lab14.613024.89649.2877

#461319 color RGB value is (70,19,25).

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

The process color (four color CMYK) of #461319 color hex is 0.00, 0.73, 0.64, 0.73. Web safe color of #461319 is #330000. Color #461319 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010011 00011001
Octal 106 23 31
Decimal 70 19 25
Hex 46 13 19

RGB Percentages of Color #461319

%61.40
%16.67
%21.93

CMYK Percentages of Color #461319

%0
%73
%64
%73

Triadic Colors of #461319

#461319 #194613 #131946

Analogous Colors of #461319

#461319 #462713 #461332

Monochromatic Colors of #461319

#461319

Complementary Color

#461319 #134640

#461319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461319 Color CSS Codes

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

#461319 Text Font Color

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

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


#461319 Background Color

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

This div background color is #461319


#461319 Border Color

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

This div border color is #461319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461319


Comments

No comments written yet.

Please login to write comment.