Color Hex Logo

#426b5f Color Hex

#426B5F
(66,107,95)
0 Favorites   0 Comments

Color spaces of #426b5f

RGB 6610795
HSL0.450.240.34
HSV162°38°42°
CMYK 0.380.000.11   0.58
XYZ9.570012.499912.7348
Yxy12.49990.27500.3591
Hunter Lab35.3552-13.55493.3926
CIE-Lab41.9998-17.38962.1918

#426b5f color RGB value is (66,107,95).

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

The process color (four color CMYK) of #426b5f color hex is 0.38, 0.00, 0.11, 0.58. Web safe color of #426b5f is #336666. Color #426b5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01101011 01011111
Octal 102 153 137
Decimal 66 107 95
Hex 42 6B 5F

RGB Percentages of Color #426b5f

%24.63
%39.93
%35.45

CMYK Percentages of Color #426b5f

%38
%0
%11
%58

Triadic Colors of #426b5f

#426b5f #5f426b #6b5f42

Analogous Colors of #426b5f

#426b5f #42636b #426b4b

Monochromatic Colors of #426b5f

#426b5f

Complementary Color

#426b5f #6b424e

#426b5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426b5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#426b5f Color CSS Codes

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

#426b5f Text Font Color

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

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


#426b5f Background Color

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

This div background color is #426b5f


#426b5f Border Color

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

This div border color is #426b5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426b5f


Comments

No comments written yet.

Please login to write comment.