Color Hex Logo

#426649 Color Hex

#426649
(66,102,73)
0 Favorites   0 Comments

Color spaces of #426649

RGB 6610273
HSL0.370.210.33
HSV132°35°40°
CMYK 0.350.000.28   0.60
XYZ8.200711.14208.0217
Yxy11.14200.29970.4072
Hunter Lab33.3796-14.56059.1173
CIE-Lab39.8186-19.657612.3963

#426649 color RGB value is (66,102,73).

#426649 hex color red value is 66, green value is 102 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #426649 hue: 0.37 , saturation: 0.21 and the lightness value of 426649 is 0.33.

The process color (four color CMYK) of #426649 color hex is 0.35, 0.00, 0.28, 0.60. Web safe color of #426649 is #336633. Color #426649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01100110 01001001
Octal 102 146 111
Decimal 66 102 73
Hex 42 66 49

RGB Percentages of Color #426649

%27.39
%42.32
%30.29

CMYK Percentages of Color #426649

%35
%0
%28
%60

Triadic Colors of #426649

#426649 #494266 #664942

Analogous Colors of #426649

#426649 #42665b #4d6642

Monochromatic Colors of #426649

#426649

Complementary Color

#426649 #66425f

#426649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#426649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#426649 Color CSS Codes

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

#426649 Text Font Color

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

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


#426649 Background Color

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

This div background color is #426649


#426649 Border Color

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

This div border color is #426649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #426649


Comments

No comments written yet.

Please login to write comment.