Color Hex Logo

#46052d Color Hex

#46052D
(70,5,45)
0 Favorites   0 Comments

Color spaces of #46052d

RGB 70545
HSL0.900.870.15
HSV323°93°27°
CMYK 0.000.930.36   0.73
XYZ3.05371.60012.6305
Yxy1.60010.41920.2197
Hunter Lab12.649520.9548-3.4749
CIE-Lab13.230832.9573-7.4192

#46052d color RGB value is (70,5,45).

#46052d hex color red value is 70, green value is 5 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #46052d hue: 0.90 , saturation: 0.87 and the lightness value of 46052d is 0.15.

The process color (four color CMYK) of #46052d color hex is 0.00, 0.93, 0.36, 0.73. Web safe color of #46052d is #330033. Color #46052d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00000101 00101101
Octal 106 5 55
Decimal 70 5 45
Hex 46 5 2D

RGB Percentages of Color #46052d

%58.33
%4.17
%37.50

CMYK Percentages of Color #46052d

%0
%93
%36
%73

Triadic Colors of #46052d

#46052d #2d4605 #052d46

Analogous Colors of #46052d

#46052d #46050d #3f0546

Monochromatic Colors of #46052d

#46052d

Complementary Color

#46052d #05461e

#46052d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46052d Color Preview on White Background

Lorem ipsum dolor sit amet.

#46052d Color CSS Codes

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

#46052d Text Font Color

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

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


#46052d Background Color

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

This div background color is #46052d


#46052d Border Color

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

This div border color is #46052d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,5,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46052d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46052d;
  -webkit-box-shadow: 1px 1px 3px 2px #46052d;
  box-shadow:         1px 1px 3px 2px #46052d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46052d


Comments

No comments written yet.

Please login to write comment.