Color Hex Logo

#40623d Color Hex

#40623D
(64,98,61)
0 Favorites   0 Comments

Color spaces of #40623d

RGB 649861
HSL0.320.230.31
HSV115°38°38°
CMYK 0.350.000.38   0.62
XYZ7.324310.16235.9904
Yxy10.16230.31200.4329
Hunter Lab31.8784-14.775411.1734
CIE-Lab38.1322-20.557217.2645

#40623d color RGB value is (64,98,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 01100010 00111101
Octal 100 142 75
Decimal 64 98 61
Hex 40 62 3D

RGB Percentages of Color #40623d

%28.70
%43.95
%27.35

CMYK Percentages of Color #40623d

%35
%0
%38
%62

Triadic Colors of #40623d

#40623d #3d4062 #623d40

Analogous Colors of #40623d

#40623d #3d624d #53623d

Monochromatic Colors of #40623d

#40623d

Complementary Color

#40623d #5f3d62

#40623d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40623d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40623d Color CSS Codes

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

#40623d Text Font Color

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

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


#40623d Background Color

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

This div background color is #40623d


#40623d Border Color

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

This div border color is #40623d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40623d


Comments

No comments written yet.

Please login to write comment.