Color Hex Logo

#426346 Color Hex

#426346
(66,99,70)
0 Favorites   0 Comments

Color spaces of #426346

RGB 669970
HSL0.350.200.32
HSV127°33°39°
CMYK 0.330.000.29   0.61
XYZ7.814110.52417.4139
Yxy10.52410.30340.4087
Hunter Lab32.4409-13.77599.1587
CIE-Lab38.7671-18.653012.7567

#426346 color RGB value is (66,99,70).

#426346 hex color red value is 66, green value is 99 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #426346 hue: 0.35 , saturation: 0.20 and the lightness value of 426346 is 0.32.

The process color (four color CMYK) of #426346 color hex is 0.33, 0.00, 0.29, 0.61. Web safe color of #426346 is #336633. Color #426346 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100011 01000110
Octal 102 143 106
Decimal 66 99 70
Hex 42 63 46

RGB Percentages of Color #426346

%28.09
%42.13
%29.79

CMYK Percentages of Color #426346

%33
%0
%29
%61

Triadic Colors of #426346

#426346 #464263 #634642

Analogous Colors of #426346

#426346 #426357 #4f6342

Monochromatic Colors of #426346

#426346

Complementary Color

#426346 #63425f

#426346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426346 Color CSS Codes

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

#426346 Text Font Color

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

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


#426346 Background Color

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

This div background color is #426346


#426346 Border Color

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

This div border color is #426346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426346


Comments

No comments written yet.

Please login to write comment.