Color Hex Logo

#46433b Color Hex

#46433B
(70,67,59)
0 Favorites   0 Comments

Color spaces of #46433b

RGB 706759
HSL0.120.090.25
HSV44°16°27°
CMYK 0.000.040.16   0.73
XYZ5.32245.63224.9443
Yxy5.63220.33480.3543
Hunter Lab23.7323-1.49954.2603
CIE-Lab28.4649-0.36875.3107

#46433b color RGB value is (70,67,59).

#46433b hex color red value is 70, green value is 67 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #46433b hue: 0.12 , saturation: 0.09 and the lightness value of 46433b is 0.25.

The process color (four color CMYK) of #46433b color hex is 0.00, 0.04, 0.16, 0.73. Web safe color of #46433b is #333333. Color #46433b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000011 00111011
Octal 106 103 73
Decimal 70 67 59
Hex 46 43 3B

RGB Percentages of Color #46433b

%35.71
%34.18
%30.10

CMYK Percentages of Color #46433b

%0
%4
%16
%73

Triadic Colors of #46433b

#46433b #3b4643 #433b46

Analogous Colors of #46433b

#46433b #44463b #463e3b

Monochromatic Colors of #46433b

#46433b

Complementary Color

#46433b #3b3e46

#46433b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46433b Color Preview on White Background

Lorem ipsum dolor sit amet.

#46433b Color CSS Codes

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

#46433b Text Font Color

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

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


#46433b Background Color

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

This div background color is #46433b


#46433b Border Color

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

This div border color is #46433b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,67,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 #46433b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46433b

#46433b Color Palettes


Comments

No comments written yet.

Please login to write comment.