Color Hex Logo

#465218 Color Hex

#465218
(70,82,24)
0 Favorites   0 Comments

Color spaces of #465218

RGB 708224
HSL0.200.550.21
HSV72°71°32°
CMYK 0.150.000.71   0.68
XYZ5.70807.40261.9922
Yxy7.40260.37790.4901
Hunter Lab27.2077-10.165414.7041
CIE-Lab32.7064-14.138831.2753

#465218 color RGB value is (70,82,24).

#465218 hex color red value is 70, green value is 82 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #465218 hue: 0.20 , saturation: 0.55 and the lightness value of 465218 is 0.21.

The process color (four color CMYK) of #465218 color hex is 0.15, 0.00, 0.71, 0.68. Web safe color of #465218 is #336600. Color #465218 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010010 00011000
Octal 106 122 30
Decimal 70 82 24
Hex 46 52 18

RGB Percentages of Color #465218

%39.77
%46.59
%13.64

CMYK Percentages of Color #465218

%15
%0
%71
%68

Triadic Colors of #465218

#465218 #184652 #521846

Analogous Colors of #465218

#465218 #295218 #524118

Monochromatic Colors of #465218

#465218

Complementary Color

#465218 #241852

#465218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#465218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#465218 Color CSS Codes

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

#465218 Text Font Color

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

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


#465218 Background Color

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

This div background color is #465218


#465218 Border Color

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

This div border color is #465218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #465218


Comments

No comments written yet.

Please login to write comment.