Color Hex Logo

#464019 Color Hex

#464019
(70,64,25)
0 Favorites   0 Comments

Color spaces of #464019

RGB 706425
HSL0.140.470.19
HSV52°64°27°
CMYK 0.000.090.64   0.73
XYZ4.53475.03911.6533
Yxy5.03910.40390.4488
Hunter Lab22.4479-3.225211.3468
CIE-Lab26.8459-3.335024.3469

#464019 color RGB value is (70,64,25).

#464019 hex color red value is 70, green value is 64 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #464019 hue: 0.14 , saturation: 0.47 and the lightness value of 464019 is 0.19.

The process color (four color CMYK) of #464019 color hex is 0.00, 0.09, 0.64, 0.73. Web safe color of #464019 is #333300. Color #464019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01000000 00011001
Octal 106 100 31
Decimal 70 64 25
Hex 46 40 19

RGB Percentages of Color #464019

%44.03
%40.25
%15.72

CMYK Percentages of Color #464019

%0
%9
%64
%73

Triadic Colors of #464019

#464019 #194640 #401946

Analogous Colors of #464019

#464019 #364619 #462a19

Monochromatic Colors of #464019

#464019

Complementary Color

#464019 #191f46

#464019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#464019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#464019 Color CSS Codes

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

#464019 Text Font Color

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

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


#464019 Background Color

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

This div background color is #464019


#464019 Border Color

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

This div border color is #464019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #464019


Comments

No comments written yet.

Please login to write comment.