Color Hex Logo

#40694a Color Hex

#40694A
(64,105,74)
0 Favorites   0 Comments

Color spaces of #40694a

RGB 6410574
HSL0.370.240.33
HSV135°39°41°
CMYK 0.390.000.30   0.59
XYZ8.402011.68768.2917
Yxy11.68760.29600.4118
Hunter Lab34.1871-15.95849.5509
CIE-Lab40.7152-21.729113.0118

#40694a color RGB value is (64,105,74).

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

The process color (four color CMYK) of #40694a color hex is 0.39, 0.00, 0.30, 0.59. Web safe color of #40694a is #336633. Color #40694a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01101001 01001010
Octal 100 151 112
Decimal 64 105 74
Hex 40 69 4A

RGB Percentages of Color #40694a

%26.34
%43.21
%30.45

CMYK Percentages of Color #40694a

%39
%0
%30
%59

Triadic Colors of #40694a

#40694a #4a4069 #694a40

Analogous Colors of #40694a

#40694a #40695f #4b6940

Monochromatic Colors of #40694a

#40694a

Complementary Color

#40694a #69405f

#40694a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40694a Color Preview on White Background

Lorem ipsum dolor sit amet.

#40694a Color CSS Codes

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

#40694a Text Font Color

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

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


#40694a Background Color

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

This div background color is #40694a


#40694a Border Color

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

This div border color is #40694a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40694a


Comments

No comments written yet.

Please login to write comment.