Color Hex Logo

#40623e Color Hex

#40623E
(64,98,62)
0 Favorites   0 Comments

Color spaces of #40623e

RGB 649862
HSL0.320.230.31
HSV117°37°38°
CMYK 0.350.000.37   0.62
XYZ7.351510.17326.1336
Yxy10.17320.31070.4300
Hunter Lab31.8955-14.675010.9252
CIE-Lab38.1515-20.377516.6965

#40623e color RGB value is (64,98,62).

#40623e hex color red value is 64, green value is 98 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #40623e hue: 0.32 , saturation: 0.23 and the lightness value of 40623e is 0.31.

The process color (four color CMYK) of #40623e color hex is 0.35, 0.00, 0.37, 0.62. Web safe color of #40623e is #336633. Color #40623e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100010 00111110
Octal 100 142 76
Decimal 64 98 62
Hex 40 62 3E

RGB Percentages of Color #40623e

%28.57
%43.75
%27.68

CMYK Percentages of Color #40623e

%35
%0
%37
%62

Triadic Colors of #40623e

#40623e #3e4062 #623e40

Analogous Colors of #40623e

#40623e #3e624e #52623e

Monochromatic Colors of #40623e

#40623e

Complementary Color

#40623e #603e62

#40623e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40623e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40623e Color CSS Codes

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

#40623e Text Font Color

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

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


#40623e Background Color

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

This div background color is #40623e


#40623e Border Color

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

This div border color is #40623e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40623e


Comments

No comments written yet.

Please login to write comment.