Color Hex Logo

#40993f Color Hex

#40993F
(64,153,63)
0 Favorites   0 Comments

Color spaces of #40993f

RGB 6415363
HSL0.330.420.42
HSV119°59°60°
CMYK 0.580.000.59   0.40
XYZ14.402824.23138.6206
Yxy24.23130.30480.5128
Hunter Lab49.2253-33.917124.0745
CIE-Lab56.3186-45.151438.8079

#40993f color RGB value is (64,153,63).

#40993f hex color red value is 64, green value is 153 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #40993f hue: 0.33 , saturation: 0.42 and the lightness value of 40993f is 0.42.

The process color (four color CMYK) of #40993f color hex is 0.58, 0.00, 0.59, 0.40. Web safe color of #40993f is #339933. Color #40993f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011001 00111111
Octal 100 231 77
Decimal 64 153 63
Hex 40 99 3F

RGB Percentages of Color #40993f

%22.86
%54.64
%22.50

CMYK Percentages of Color #40993f

%58
%0
%59
%40

Triadic Colors of #40993f

#40993f #3f4099 #993f40

Analogous Colors of #40993f

#40993f #3f996b #6d993f

Monochromatic Colors of #40993f

#40993f

Complementary Color

#40993f #983f99

#40993f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40993f Color Preview on White Background

Lorem ipsum dolor sit amet.

#40993f Color CSS Codes

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

#40993f Text Font Color

<p style="color:#40993f">Text here</p>

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


#40993f Background Color

<div style="background-color:#40993f">
Div content here</div>

This div background color is #40993f


#40993f Border Color

<div style="border:3px solid #40993f">
Div here</div>

This div border color is #40993f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,153,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40993f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40993f;
  -webkit-box-shadow: 1px 1px 3px 2px #40993f;
  box-shadow:         1px 1px 3px 2px #40993f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40993f


Comments

No comments written yet.

Please login to write comment.