Color Hex Logo

#464332 Color Hex

#464332
(70,67,50)
0 Favorites   0 Comments

Color spaces of #464332

RGB 706750
HSL0.140.170.24
HSV51°29°27°
CMYK 0.000.040.29   0.73
XYZ5.10875.54673.8190
Yxy5.54670.35290.3832
Hunter Lab23.5514-2.49546.8718
CIE-Lab28.2388-1.989210.8061

#464332 color RGB value is (70,67,50).

#464332 hex color red value is 70, green value is 67 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #464332 hue: 0.14 , saturation: 0.17 and the lightness value of 464332 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000011 00110010
Octal 106 103 62
Decimal 70 67 50
Hex 46 43 32

RGB Percentages of Color #464332

%37.43
%35.83
%26.74

CMYK Percentages of Color #464332

%0
%4
%29
%73

Triadic Colors of #464332

#464332 #324643 #433246

Analogous Colors of #464332

#464332 #3f4632 #463932

Monochromatic Colors of #464332

#464332

Complementary Color

#464332 #323546

#464332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464332 Color CSS Codes

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

#464332 Text Font Color

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

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


#464332 Background Color

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

This div background color is #464332


#464332 Border Color

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

This div border color is #464332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464332


Comments

No comments written yet.

Please login to write comment.