Color Hex Logo

#426512 Color Hex

#426512
(66,101,18)
0 Favorites   0 Comments

Color spaces of #426512

RGB 6610118
HSL0.240.700.23
HSV85°82°40°
CMYK 0.350.000.82   0.60
XYZ7.009610.50932.2313
Yxy10.50930.35490.5321
Hunter Lab32.4181-18.135418.6118
CIE-Lab38.7414-26.275339.6512

#426512 color RGB value is (66,101,18).

#426512 hex color red value is 66, green value is 101 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #426512 hue: 0.24 , saturation: 0.70 and the lightness value of 426512 is 0.23.

The process color (four color CMYK) of #426512 color hex is 0.35, 0.00, 0.82, 0.60. Web safe color of #426512 is #336600. Color #426512 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100101 00010010
Octal 102 145 22
Decimal 66 101 18
Hex 42 65 12

RGB Percentages of Color #426512

%35.68
%54.59
%9.73

CMYK Percentages of Color #426512

%35
%0
%82
%60

Triadic Colors of #426512

#426512 #124265 #651242

Analogous Colors of #426512

#426512 #196512 #655e12

Monochromatic Colors of #426512

#426512

Complementary Color

#426512 #351265

#426512 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426512 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426512 Color CSS Codes

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

#426512 Text Font Color

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

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


#426512 Background Color

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

This div background color is #426512


#426512 Border Color

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

This div border color is #426512


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426512


Comments

No comments written yet.

Please login to write comment.