Color Hex Logo

#40893c Color Hex

#40893C
(64,137,60)
0 Favorites   0 Comments

Color spaces of #40893c

RGB 6413760
HSL0.320.390.39
HSV117°56°54°
CMYK 0.530.000.56   0.46
XYZ11.875619.30767.3758
Yxy19.30760.30800.5007
Hunter Lab43.9404-28.653220.8059
CIE-Lab51.0452-39.024834.0659

#40893c color RGB value is (64,137,60).

#40893c hex color red value is 64, green value is 137 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #40893c hue: 0.32 , saturation: 0.39 and the lightness value of 40893c is 0.39.

The process color (four color CMYK) of #40893c color hex is 0.53, 0.00, 0.56, 0.46. Web safe color of #40893c is #339933. Color #40893c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10001001 00111100
Octal 100 211 74
Decimal 64 137 60
Hex 40 89 3C

RGB Percentages of Color #40893c

%24.52
%52.49
%22.99

CMYK Percentages of Color #40893c

%53
%0
%56
%46

Triadic Colors of #40893c

#40893c #3c4089 #893c40

Analogous Colors of #40893c

#40893c #3c895f #67893c

Monochromatic Colors of #40893c

#40893c

Complementary Color

#40893c #853c89

#40893c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40893c Color Preview on White Background

Lorem ipsum dolor sit amet.

#40893c Color CSS Codes

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

#40893c Text Font Color

<p style="color:#40893c">Text here</p>

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


#40893c Background Color

<div style="background-color:#40893c">
Div content here</div>

This div background color is #40893c


#40893c Border Color

<div style="border:3px solid #40893c">
Div here</div>

This div border color is #40893c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,137,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40893c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40893c;
  -webkit-box-shadow: 1px 1px 3px 2px #40893c;
  box-shadow:         1px 1px 3px 2px #40893c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40893c


Comments

No comments written yet.

Please login to write comment.