Color Hex Logo

#46153b Color Hex

#46153B
(70,21,59)
0 Favorites   0 Comments

Color spaces of #46153b

RGB 702159
HSL0.870.540.18
HSV313°70°27°
CMYK 0.000.700.16   0.73
XYZ3.58342.15424.3646
Yxy2.15420.35470.2132
Hunter Lab14.677217.8952-7.3572
CIE-Lab16.276528.5343-12.7984

#46153b color RGB value is (70,21,59).

#46153b hex color red value is 70, green value is 21 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #46153b hue: 0.87 , saturation: 0.54 and the lightness value of 46153b is 0.18.

The process color (four color CMYK) of #46153b color hex is 0.00, 0.70, 0.16, 0.73. Web safe color of #46153b is #330033. Color #46153b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00010101 00111011
Octal 106 25 73
Decimal 70 21 59
Hex 46 15 3B

RGB Percentages of Color #46153b

%46.67
%14.00
%39.33

CMYK Percentages of Color #46153b

%0
%70
%16
%73

Triadic Colors of #46153b

#46153b #3b4615 #153b46

Analogous Colors of #46153b

#46153b #461523 #391546

Monochromatic Colors of #46153b

#46153b

Complementary Color

#46153b #154620

#46153b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46153b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46153b Color CSS Codes

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

#46153b Text Font Color

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

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


#46153b Background Color

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

This div background color is #46153b


#46153b Border Color

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

This div border color is #46153b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,21,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46153b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46153b;
  -webkit-box-shadow: 1px 1px 3px 2px #46153b;
  box-shadow:         1px 1px 3px 2px #46153b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46153b


Comments

No comments written yet.

Please login to write comment.