Color Hex Logo

#40674e Color Hex

#40674E
(64,103,78)
0 Favorites   0 Comments

Color spaces of #40674e

RGB 6410378
HSL0.390.230.33
HSV142°38°40°
CMYK 0.380.000.24   0.60
XYZ8.339711.34058.9571
Yxy11.34050.29120.3960
Hunter Lab33.6757-14.72737.8029
CIE-Lab40.1481-19.83669.8245

#40674e color RGB value is (64,103,78).

#40674e hex color red value is 64, green value is 103 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #40674e hue: 0.39 , saturation: 0.23 and the lightness value of 40674e is 0.33.

The process color (four color CMYK) of #40674e color hex is 0.38, 0.00, 0.24, 0.60. Web safe color of #40674e is #336666. Color #40674e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100111 01001110
Octal 100 147 116
Decimal 64 103 78
Hex 40 67 4E

RGB Percentages of Color #40674e

%26.12
%42.04
%31.84

CMYK Percentages of Color #40674e

%38
%0
%24
%60

Triadic Colors of #40674e

#40674e #4e4067 #674e40

Analogous Colors of #40674e

#40674e #406762 #466740

Monochromatic Colors of #40674e

#40674e

Complementary Color

#40674e #674059

#40674e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40674e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40674e Color CSS Codes

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

#40674e Text Font Color

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

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


#40674e Background Color

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

This div background color is #40674e


#40674e Border Color

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

This div border color is #40674e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40674e


Comments

No comments written yet.

Please login to write comment.