Color Hex Logo

#464228 Color Hex

#464228
(70,66,40)
0 Favorites   0 Comments

Color spaces of #464228

RGB 706640
HSL0.140.270.22
HSV52°43°27°
CMYK 0.000.060.43   0.73
XYZ4.85705.35172.7845
Yxy5.35170.37380.4119
Hunter Lab23.1337-3.00749.0572
CIE-Lab27.7141-2.879216.4452

#464228 color RGB value is (70,66,40).

#464228 hex color red value is 70, green value is 66 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #464228 hue: 0.14 , saturation: 0.27 and the lightness value of 464228 is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000010 00101000
Octal 106 102 50
Decimal 70 66 40
Hex 46 42 28

RGB Percentages of Color #464228

%39.77
%37.50
%22.73

CMYK Percentages of Color #464228

%0
%6
%43
%73

Triadic Colors of #464228

#464228 #284642 #422846

Analogous Colors of #464228

#464228 #3b4628 #463328

Monochromatic Colors of #464228

#464228

Complementary Color

#464228 #282c46

#464228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464228 Color CSS Codes

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

#464228 Text Font Color

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

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


#464228 Background Color

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

This div background color is #464228


#464228 Border Color

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

This div border color is #464228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464228


Comments

No comments written yet.

Please login to write comment.