Color Hex Logo

#426c5b Color Hex

#426C5B
(66,108,91)
0 Favorites   0 Comments

Color spaces of #426c5b

RGB 6610891
HSL0.430.240.34
HSV156°39°42°
CMYK 0.390.000.16   0.58
XYZ9.497712.638711.8365
Yxy12.63870.27960.3720
Hunter Lab35.5509-14.52665.1454
CIE-Lab42.2137-18.89884.9166

#426c5b color RGB value is (66,108,91).

#426c5b hex color red value is 66, green value is 108 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #426c5b hue: 0.43 , saturation: 0.24 and the lightness value of 426c5b is 0.34.

The process color (four color CMYK) of #426c5b color hex is 0.39, 0.00, 0.16, 0.58. Web safe color of #426c5b is #336666. Color #426c5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101100 01011011
Octal 102 154 133
Decimal 66 108 91
Hex 42 6C 5B

RGB Percentages of Color #426c5b

%24.91
%40.75
%34.34

CMYK Percentages of Color #426c5b

%39
%0
%16
%58

Triadic Colors of #426c5b

#426c5b #5b426c #6c5b42

Analogous Colors of #426c5b

#426c5b #42686c #426c46

Monochromatic Colors of #426c5b

#426c5b

Complementary Color

#426c5b #6c4253

#426c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#426c5b Color CSS Codes

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

#426c5b Text Font Color

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

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


#426c5b Background Color

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

This div background color is #426c5b


#426c5b Border Color

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

This div border color is #426c5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426c5b


Comments

No comments written yet.

Please login to write comment.