Color Hex Logo

#46331e Color Hex

#46331E
(70,51,30)
0 Favorites   0 Comments

Color spaces of #46331e

RGB 705130
HSL0.090.400.20
HSV32°57°27°
CMYK 0.000.270.57   0.73
XYZ3.94403.76351.7469
Yxy3.76350.41720.3981
Hunter Lab19.39972.33988.2409
CIE-Lab22.87365.543516.5807

#46331e color RGB value is (70,51,30).

#46331e hex color red value is 70, green value is 51 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #46331e hue: 0.09 , saturation: 0.40 and the lightness value of 46331e is 0.20.

The process color (four color CMYK) of #46331e color hex is 0.00, 0.27, 0.57, 0.73. Web safe color of #46331e is #333333. Color #46331e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00110011 00011110
Octal 106 63 36
Decimal 70 51 30
Hex 46 33 1E

RGB Percentages of Color #46331e

%46.36
%33.77
%19.87

CMYK Percentages of Color #46331e

%0
%27
%57
%73

Triadic Colors of #46331e

#46331e #1e4633 #331e46

Analogous Colors of #46331e

#46331e #45461e #461f1e

Monochromatic Colors of #46331e

#46331e

Complementary Color

#46331e #1e3146

#46331e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46331e Color Preview on White Background

Lorem ipsum dolor sit amet.

#46331e Color CSS Codes

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

#46331e Text Font Color

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

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


#46331e Background Color

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

This div background color is #46331e


#46331e Border Color

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

This div border color is #46331e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,51,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46331e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46331e;
  -webkit-box-shadow: 1px 1px 3px 2px #46331e;
  box-shadow:         1px 1px 3px 2px #46331e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46331e


Comments

No comments written yet.

Please login to write comment.