Color Hex Logo

#42766b Color Hex

#42766B
(66,118,107)
0 Favorites   0 Comments

Color spaces of #42766b

RGB 66118107
HSL0.460.280.36
HSV167°44°46°
CMYK 0.440.000.09   0.54
XYZ11.379015.176716.2396
Yxy15.17670.26590.3546
Hunter Lab38.9573-16.03732.5547
CIE-Lab45.8753-20.27470.6174

#42766b color RGB value is (66,118,107).

#42766b hex color red value is 66, green value is 118 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #42766b hue: 0.46 , saturation: 0.28 and the lightness value of 42766b is 0.36.

The process color (four color CMYK) of #42766b color hex is 0.44, 0.00, 0.09, 0.54. Web safe color of #42766b is #336666. Color #42766b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 01110110 01101011
Octal 102 166 153
Decimal 66 118 107
Hex 42 76 6B

RGB Percentages of Color #42766b

%22.68
%40.55
%36.77

CMYK Percentages of Color #42766b

%44
%0
%9
%54

Triadic Colors of #42766b

#42766b #6b4276 #766b42

Analogous Colors of #42766b

#42766b #426776 #427651

Monochromatic Colors of #42766b

#42766b

Complementary Color

#42766b #76424d

#42766b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42766b Color Preview on White Background

Lorem ipsum dolor sit amet.

#42766b Color CSS Codes

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

#42766b Text Font Color

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

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


#42766b Background Color

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

This div background color is #42766b


#42766b Border Color

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

This div border color is #42766b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42766b


Comments

No comments written yet.

Please login to write comment.