Color Hex Logo

#46133f Color Hex

#46133F
(70,19,63)
0 Favorites   0 Comments

Color spaces of #46133f

RGB 701963
HSL0.860.570.17
HSV308°73°27°
CMYK 0.000.730.10   0.73
XYZ3.65592.12674.9204
Yxy2.12670.34160.1987
Hunter Lab14.583219.2280-9.7963
CIE-Lab16.138630.2520-15.8264

#46133f color RGB value is (70,19,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010011 00111111
Octal 106 23 77
Decimal 70 19 63
Hex 46 13 3F

RGB Percentages of Color #46133f

%46.05
%12.50
%41.45

CMYK Percentages of Color #46133f

%0
%73
%10
%73

Triadic Colors of #46133f

#46133f #3f4613 #133f46

Analogous Colors of #46133f

#46133f #461326 #341346

Monochromatic Colors of #46133f

#46133f

Complementary Color

#46133f #13461a

#46133f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46133f Color Preview on White Background

Lorem ipsum dolor sit amet.

#46133f Color CSS Codes

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

#46133f Text Font Color

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

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


#46133f Background Color

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

This div background color is #46133f


#46133f Border Color

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

This div border color is #46133f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46133f


Comments

No comments written yet.

Please login to write comment.