Color Hex Logo

#46382c Color Hex

#46382C
(70,56,44)
0 Favorites   0 Comments

Color spaces of #46382c

RGB 705644
HSL0.080.230.22
HSV28°37°27°
CMYK 0.000.200.37   0.73
XYZ4.39464.31232.9836
Yxy4.31230.37590.3689
Hunter Lab20.76611.43426.0177
CIE-Lab24.67814.12169.8385

#46382c color RGB value is (70,56,44).

#46382c hex color red value is 70, green value is 56 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #46382c hue: 0.08 , saturation: 0.23 and the lightness value of 46382c is 0.22.

The process color (four color CMYK) of #46382c color hex is 0.00, 0.20, 0.37, 0.73. Web safe color of #46382c is #333333. Color #46382c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00111000 00101100
Octal 106 70 54
Decimal 70 56 44
Hex 46 38 2C

RGB Percentages of Color #46382c

%41.18
%32.94
%25.88

CMYK Percentages of Color #46382c

%0
%20
%37
%73

Triadic Colors of #46382c

#46382c #2c4638 #382c46

Analogous Colors of #46382c

#46382c #46452c #462c2d

Monochromatic Colors of #46382c

#46382c

Complementary Color

#46382c #2c3a46

#46382c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46382c Color Preview on White Background

Lorem ipsum dolor sit amet.

#46382c Color CSS Codes

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

#46382c Text Font Color

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

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


#46382c Background Color

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

This div background color is #46382c


#46382c Border Color

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

This div border color is #46382c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,56,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46382c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46382c;
  -webkit-box-shadow: 1px 1px 3px 2px #46382c;
  box-shadow:         1px 1px 3px 2px #46382c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46382c


Comments

No comments written yet.

Please login to write comment.