Color Hex Logo

#461630 Color Hex

#461630
(70,22,48)
0 Favorites   0 Comments

Color spaces of #461630

RGB 702248
HSL0.910.520.18
HSV328°69°27°
CMYK 0.000.690.31   0.73
XYZ3.34622.08933.0232
Yxy2.08930.39560.2470
Hunter Lab14.454416.0276-2.2827
CIE-Lab15.949126.1616-5.4772

#461630 color RGB value is (70,22,48).

#461630 hex color red value is 70, green value is 22 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #461630 hue: 0.91 , saturation: 0.52 and the lightness value of 461630 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010110 00110000
Octal 106 26 60
Decimal 70 22 48
Hex 46 16 30

RGB Percentages of Color #461630

%50.00
%15.71
%34.29

CMYK Percentages of Color #461630

%0
%69
%31
%73

Triadic Colors of #461630

#461630 #304616 #163046

Analogous Colors of #461630

#461630 #461618 #441646

Monochromatic Colors of #461630

#461630

Complementary Color

#461630 #16462c

#461630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#461630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#461630 Color CSS Codes

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

#461630 Text Font Color

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

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


#461630 Background Color

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

This div background color is #461630


#461630 Border Color

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

This div border color is #461630


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #461630


Comments

No comments written yet.

Please login to write comment.