Color Hex Logo

#40676e Color Hex

#40676E
(64,103,110)
0 Favorites   0 Comments

Color spaces of #40676e

RGB 64103110
HSL0.530.260.34
HSV189°42°43°
CMYK 0.420.060.00   0.57
XYZ9.779111.916316.5365
Yxy11.91630.25580.3117
Hunter Lab34.5200-9.8431-4.2384
CIE-Lab41.0828-11.7548-8.2880

#40676e color RGB value is (64,103,110).

#40676e hex color red value is 64, green value is 103 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #40676e hue: 0.53 , saturation: 0.26 and the lightness value of 40676e is 0.34.

The process color (four color CMYK) of #40676e color hex is 0.42, 0.06, 0.00, 0.57. Web safe color of #40676e is #336666. Color #40676e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100111 01101110
Octal 100 147 156
Decimal 64 103 110
Hex 40 67 6E

RGB Percentages of Color #40676e

%23.10
%37.18
%39.71

CMYK Percentages of Color #40676e

%42
%6
%0
%57

Triadic Colors of #40676e

#40676e #6e4067 #676e40

Analogous Colors of #40676e

#40676e #40506e #406e5e

Monochromatic Colors of #40676e

#40676e

Complementary Color

#40676e #6e4740

#40676e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40676e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40676e Color CSS Codes

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

#40676e Text Font Color

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

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


#40676e Background Color

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

This div background color is #40676e


#40676e Border Color

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

This div border color is #40676e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,103,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40676e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40676e;
  -webkit-box-shadow: 1px 1px 3px 2px #40676e;
  box-shadow:         1px 1px 3px 2px #40676e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40676e


Comments

No comments written yet.

Please login to write comment.