Color Hex Logo

#40694d Color Hex

#40694D
(64,105,77)
0 Favorites   0 Comments

Color spaces of #40694d

RGB 6410577
HSL0.390.240.33
HSV139°39°41°
CMYK 0.390.000.27   0.59
XYZ8.505511.72908.8368
Yxy11.72900.29260.4035
Hunter Lab34.2476-15.60238.6749
CIE-Lab40.7821-21.106611.3088

#40694d color RGB value is (64,105,77).

#40694d hex color red value is 64, green value is 105 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #40694d hue: 0.39 , saturation: 0.24 and the lightness value of 40694d is 0.33.

The process color (four color CMYK) of #40694d color hex is 0.39, 0.00, 0.27, 0.59. Web safe color of #40694d is #336666. Color #40694d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101001 01001101
Octal 100 151 115
Decimal 64 105 77
Hex 40 69 4D

RGB Percentages of Color #40694d

%26.02
%42.68
%31.30

CMYK Percentages of Color #40694d

%39
%0
%27
%59

Triadic Colors of #40694d

#40694d #4d4069 #694d40

Analogous Colors of #40694d

#40694d #406962 #486940

Monochromatic Colors of #40694d

#40694d

Complementary Color

#40694d #69405c

#40694d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40694d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40694d Color CSS Codes

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

#40694d Text Font Color

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

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


#40694d Background Color

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

This div background color is #40694d


#40694d Border Color

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

This div border color is #40694d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,105,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40694d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40694d;
  -webkit-box-shadow: 1px 1px 3px 2px #40694d;
  box-shadow:         1px 1px 3px 2px #40694d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40694d


Comments

No comments written yet.

Please login to write comment.