Color Hex Logo

#462218 Color Hex

#462218
(70,34,24)
0 Favorites   0 Comments

Color spaces of #462218

RGB 703424
HSL0.040.490.18
HSV13°66°27°
CMYK 0.000.510.66   0.73
XYZ3.26272.51211.1771
Yxy2.51210.46930.3614
Hunter Lab15.84969.00816.6914
CIE-Lab17.973216.062214.3516

#462218 color RGB value is (70,34,24).

#462218 hex color red value is 70, green value is 34 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #462218 hue: 0.04 , saturation: 0.49 and the lightness value of 462218 is 0.18.

The process color (four color CMYK) of #462218 color hex is 0.00, 0.51, 0.66, 0.73. Web safe color of #462218 is #333300. Color #462218 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 00100010 00011000
Octal 106 42 30
Decimal 70 34 24
Hex 46 22 18

RGB Percentages of Color #462218

%54.69
%26.56
%18.75

CMYK Percentages of Color #462218

%0
%51
%66
%73

Triadic Colors of #462218

#462218 #184622 #221846

Analogous Colors of #462218

#462218 #463918 #461825

Monochromatic Colors of #462218

#462218

Complementary Color

#462218 #183c46

#462218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#462218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#462218 Color CSS Codes

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

#462218 Text Font Color

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

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


#462218 Background Color

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

This div background color is #462218


#462218 Border Color

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

This div border color is #462218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #462218


Comments

No comments written yet.

Please login to write comment.