Color Hex Logo

#462642 Color Hex

#462642
(70,38,66)
0 Favorites   0 Comments

Color spaces of #462642

RGB 703866
HSL0.850.300.21
HSV308°46°27°
CMYK 0.000.460.06   0.73
XYZ4.20233.08175.5276
Yxy3.08170.32800.2405
Hunter Lab17.554812.0089-6.3807
CIE-Lab20.368220.0423-11.3515

#462642 color RGB value is (70,38,66).

#462642 hex color red value is 70, green value is 38 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #462642 hue: 0.85 , saturation: 0.30 and the lightness value of 462642 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100110 01000010
Octal 106 46 102
Decimal 70 38 66
Hex 46 26 42

RGB Percentages of Color #462642

%40.23
%21.84
%37.93

CMYK Percentages of Color #462642

%0
%46
%6
%73

Triadic Colors of #462642

#462642 #424626 #264246

Analogous Colors of #462642

#462642 #462632 #3a2646

Monochromatic Colors of #462642

#462642

Complementary Color

#462642 #26462a

#462642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462642 Color CSS Codes

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

#462642 Text Font Color

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

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


#462642 Background Color

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

This div background color is #462642


#462642 Border Color

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

This div border color is #462642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462642


Comments

No comments written yet.

Please login to write comment.