Color Hex Logo

#426b0e Color Hex

#426B0E
(66,107,14)
0 Favorites   0 Comments

Color spaces of #426b0e

RGB 6610714
HSL0.240.770.24
HSV86°87°42°
CMYK 0.380.000.87   0.58
XYZ7.583711.70532.2751
Yxy11.70530.35170.5428
Hunter Lab34.2130-20.306220.0064
CIE-Lab40.7439-29.331742.7480

#426b0e color RGB value is (66,107,14).

#426b0e hex color red value is 66, green value is 107 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #426b0e hue: 0.24 , saturation: 0.77 and the lightness value of 426b0e is 0.24.

The process color (four color CMYK) of #426b0e color hex is 0.38, 0.00, 0.87, 0.58. Web safe color of #426b0e is #336600. Color #426b0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 00001110
Octal 102 153 16
Decimal 66 107 14
Hex 42 6B E

RGB Percentages of Color #426b0e

%35.29
%57.22
%7.49

CMYK Percentages of Color #426b0e

%38
%0
%87
%58

Triadic Colors of #426b0e

#426b0e #0e426b #6b0e42

Analogous Colors of #426b0e

#426b0e #146b0e #6b660e

Monochromatic Colors of #426b0e

#426b0e

Complementary Color

#426b0e #370e6b

#426b0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426b0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#426b0e Color CSS Codes

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

#426b0e Text Font Color

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

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


#426b0e Background Color

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

This div background color is #426b0e


#426b0e Border Color

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

This div border color is #426b0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,107,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #426b0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #426b0e;
  -webkit-box-shadow: 1px 1px 3px 2px #426b0e;
  box-shadow:         1px 1px 3px 2px #426b0e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426b0e


Comments

No comments written yet.

Please login to write comment.