Color Hex Logo

#465a18 Color Hex

#465A18
(70,90,24)
0 Favorites   0 Comments

Color spaces of #465a18

RGB 709024
HSL0.220.580.22
HSV78°73°35°
CMYK 0.220.000.73   0.65
XYZ6.34688.68042.2051
Yxy8.68040.36830.5037
Hunter Lab29.4625-13.107016.1862
CIE-Lab35.3615-18.535734.0389

#465a18 color RGB value is (70,90,24).

#465a18 hex color red value is 70, green value is 90 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #465a18 hue: 0.22 , saturation: 0.58 and the lightness value of 465a18 is 0.22.

The process color (four color CMYK) of #465a18 color hex is 0.22, 0.00, 0.73, 0.65. Web safe color of #465a18 is #336600. Color #465a18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01011010 00011000
Octal 106 132 30
Decimal 70 90 24
Hex 46 5A 18

RGB Percentages of Color #465a18

%38.04
%48.91
%13.04

CMYK Percentages of Color #465a18

%22
%0
%73
%65

Triadic Colors of #465a18

#465a18 #18465a #5a1846

Analogous Colors of #465a18

#465a18 #255a18 #5a4d18

Monochromatic Colors of #465a18

#465a18

Complementary Color

#465a18 #2c185a

#465a18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465a18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465a18 Color CSS Codes

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

#465a18 Text Font Color

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

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


#465a18 Background Color

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

This div background color is #465a18


#465a18 Border Color

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

This div border color is #465a18


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,90,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 #465a18">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465a18


Comments

No comments written yet.

Please login to write comment.