Color Hex Logo

#426761 Color Hex

#426761
(66,103,97)
0 Favorites   0 Comments

Color spaces of #426761

RGB 6610397
HSL0.470.220.33
HSV170°36°40°
CMYK 0.360.000.06   0.60
XYZ9.254711.721813.0840
Yxy11.72180.27170.3441
Hunter Lab34.2371-11.66431.3078
CIE-Lab40.7705-14.6739-0.8137

#426761 color RGB value is (66,103,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100111 01100001
Octal 102 147 141
Decimal 66 103 97
Hex 42 67 61

RGB Percentages of Color #426761

%24.81
%38.72
%36.47

CMYK Percentages of Color #426761

%36
%0
%6
%60

Triadic Colors of #426761

#426761 #614267 #676142

Analogous Colors of #426761

#426761 #425b67 #42674f

Monochromatic Colors of #426761

#426761

Complementary Color

#426761 #674248

#426761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426761 Color CSS Codes

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

#426761 Text Font Color

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

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


#426761 Background Color

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

This div background color is #426761


#426761 Border Color

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

This div border color is #426761


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426761


Comments

No comments written yet.

Please login to write comment.