Color Hex Logo

#40813d Color Hex

#40813D
(64,129,61)
0 Favorites   0 Comments

Color spaces of #40813d

RGB 6412961
HSL0.330.360.37
HSV117°53°51°
CMYK 0.500.000.53   0.49
XYZ10.806917.12747.1512
Yxy17.12740.30800.4882
Hunter Lab41.3853-25.812718.7246
CIE-Lab48.4202-35.445230.3762

#40813d color RGB value is (64,129,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10000001 00111101
Octal 100 201 75
Decimal 64 129 61
Hex 40 81 3D

RGB Percentages of Color #40813d

%25.20
%50.79
%24.02

CMYK Percentages of Color #40813d

%50
%0
%53
%49

Triadic Colors of #40813d

#40813d #3d4081 #813d40

Analogous Colors of #40813d

#40813d #3d815c #62813d

Monochromatic Colors of #40813d

#40813d

Complementary Color

#40813d #7e3d81

#40813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#40813d Color CSS Codes

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

#40813d Text Font Color

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

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


#40813d Background Color

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

This div background color is #40813d


#40813d Border Color

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

This div border color is #40813d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40813d


Comments

No comments written yet.

Please login to write comment.