Color Hex Logo

#46421b Color Hex

#46421B
(70,66,27)
0 Favorites   0 Comments

Color spaces of #46421b

RGB 706627
HSL0.150.440.19
HSV54°61°27°
CMYK 0.000.060.61   0.73
XYZ4.67185.27771.8094
Yxy5.27770.39730.4488
Hunter Lab22.9732-3.903711.4115
CIE-Lab27.5117-4.395623.9828

#46421b color RGB value is (70,66,27).

#46421b hex color red value is 70, green value is 66 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #46421b hue: 0.15 , saturation: 0.44 and the lightness value of 46421b is 0.19.

The process color (four color CMYK) of #46421b color hex is 0.00, 0.06, 0.61, 0.73. Web safe color of #46421b is #333333. Color #46421b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 00011011
Octal 106 102 33
Decimal 70 66 27
Hex 46 42 1B

RGB Percentages of Color #46421b

%42.94
%40.49
%16.56

CMYK Percentages of Color #46421b

%0
%6
%61
%73

Triadic Colors of #46421b

#46421b #1b4642 #421b46

Analogous Colors of #46421b

#46421b #35461b #462d1b

Monochromatic Colors of #46421b

#46421b

Complementary Color

#46421b #1b1f46

#46421b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46421b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46421b Color CSS Codes

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

#46421b Text Font Color

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

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


#46421b Background Color

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

This div background color is #46421b


#46421b Border Color

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

This div border color is #46421b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46421b


Comments

No comments written yet.

Please login to write comment.