Color Hex Logo

#426759 Color Hex

#426759
(66,103,89)
0 Favorites   0 Comments

Color spaces of #426759

RGB 6610389
HSL0.440.220.33
HSV157°36°40°
CMYK 0.360.000.14   0.60
XYZ8.900211.580011.2173
Yxy11.58000.28080.3653
Hunter Lab34.0294-12.86584.2765
CIE-Lab40.5407-16.65853.7264

#426759 color RGB value is (66,103,89).

#426759 hex color red value is 66, green value is 103 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #426759 hue: 0.44 , saturation: 0.22 and the lightness value of 426759 is 0.33.

The process color (four color CMYK) of #426759 color hex is 0.36, 0.00, 0.14, 0.60. Web safe color of #426759 is #336666. Color #426759 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100111 01011001
Octal 102 147 131
Decimal 66 103 89
Hex 42 67 59

RGB Percentages of Color #426759

%25.58
%39.92
%34.50

CMYK Percentages of Color #426759

%36
%0
%14
%60

Triadic Colors of #426759

#426759 #594267 #675942

Analogous Colors of #426759

#426759 #426367 #426747

Monochromatic Colors of #426759

#426759

Complementary Color

#426759 #674250

#426759 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426759 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426759 Color CSS Codes

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

#426759 Text Font Color

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

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


#426759 Background Color

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

This div background color is #426759


#426759 Border Color

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

This div border color is #426759


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426759

#426759 Color Palettes


Comments

No comments written yet.

Please login to write comment.