Color Hex Logo

#366940 Color Hex

#366940
(54,105,64)
0 Favorites   0 Comments

Color spaces of #366940

RGB 5410564
HSL0.370.320.31
HSV132°49°41°
CMYK 0.490.000.39   0.59
XYZ7.498311.25766.6282
Yxy11.25760.29540.4435
Hunter Lab33.5523-18.825311.7740
CIE-Lab40.0110-26.983917.8948

#366940 color RGB value is (54,105,64).

#366940 hex color red value is 54, green value is 105 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #366940 hue: 0.37 , saturation: 0.32 and the lightness value of 366940 is 0.31.

The process color (four color CMYK) of #366940 color hex is 0.49, 0.00, 0.39, 0.59. Web safe color of #366940 is #336633. Color #366940 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101001 01000000
Octal 66 151 100
Decimal 54 105 64
Hex 36 69 40

RGB Percentages of Color #366940

%24.22
%47.09
%28.70

CMYK Percentages of Color #366940

%49
%0
%39
%59

Triadic Colors of #366940

#366940 #403669 #694036

Analogous Colors of #366940

#366940 #36695a #466936

Monochromatic Colors of #366940

#366940

Complementary Color

#366940 #69365f

#366940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366940 Color CSS Codes

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

#366940 Text Font Color

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

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


#366940 Background Color

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

This div background color is #366940


#366940 Border Color

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

This div border color is #366940


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,105,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #366940; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #366940;
  -webkit-box-shadow: 1px 1px 3px 2px #366940;
  box-shadow:         1px 1px 3px 2px #366940; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366940


Comments

No comments written yet.

Please login to write comment.