Color Hex Logo

#40813e Color Hex

#40813E
(64,129,62)
0 Favorites   0 Comments

Color spaces of #40813e

RGB 6412962
HSL0.330.350.37
HSV118°52°51°
CMYK 0.500.000.52   0.49
XYZ10.834117.13837.2944
Yxy17.13830.30720.4860
Hunter Lab41.3984-25.733218.5320
CIE-Lab48.4338-35.301029.8647

#40813e color RGB value is (64,129,62).

#40813e hex color red value is 64, green value is 129 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #40813e hue: 0.33 , saturation: 0.35 and the lightness value of 40813e is 0.37.

The process color (four color CMYK) of #40813e color hex is 0.50, 0.00, 0.52, 0.49. Web safe color of #40813e is #339933. Color #40813e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000001 00111110
Octal 100 201 76
Decimal 64 129 62
Hex 40 81 3E

RGB Percentages of Color #40813e

%25.10
%50.59
%24.31

CMYK Percentages of Color #40813e

%50
%0
%52
%49

Triadic Colors of #40813e

#40813e #3e4081 #813e40

Analogous Colors of #40813e

#40813e #3e815e #62813e

Monochromatic Colors of #40813e

#40813e

Complementary Color

#40813e #7f3e81

#40813e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40813e Color Preview on White Background

Lorem ipsum dolor sit amet.

#40813e Color CSS Codes

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

#40813e Text Font Color

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

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


#40813e Background Color

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

This div background color is #40813e


#40813e Border Color

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

This div border color is #40813e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,129,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 #40813e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40813e


Comments

No comments written yet.

Please login to write comment.