Color Hex Logo

#465413 Color Hex

#465413
(70,84,19)
1 Favorites   0 Comments

Color spaces of #465413

RGB 708419
HSL0.200.630.20
HSV73°77°33°
CMYK 0.170.000.77   0.67
XYZ5.81377.68981.7940
Yxy7.68980.38000.5027
Hunter Lab27.7305-11.105815.5756
CIE-Lab33.3283-15.618234.1567

#465413 color RGB value is (70,84,19).

#465413 hex color red value is 70, green value is 84 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #465413 hue: 0.20 , saturation: 0.63 and the lightness value of 465413 is 0.20.

The process color (four color CMYK) of #465413 color hex is 0.17, 0.00, 0.77, 0.67. Web safe color of #465413 is #336600. Color #465413 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010100 00010011
Octal 106 124 23
Decimal 70 84 19
Hex 46 54 13

RGB Percentages of Color #465413

%40.46
%48.55
%10.98

CMYK Percentages of Color #465413

%17
%0
%77
%67

Triadic Colors of #465413

#465413 #134654 #541346

Analogous Colors of #465413

#465413 #265413 #544213

Monochromatic Colors of #465413

#465413

Complementary Color

#465413 #211354

#465413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465413 Color CSS Codes

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

#465413 Text Font Color

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

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


#465413 Background Color

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

This div background color is #465413


#465413 Border Color

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

This div border color is #465413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465413

#465413 Color Palettes


Comments

No comments written yet.

Please login to write comment.