Color Hex Logo

#366340 Color Hex

#366340
(54,99,64)
0 Favorites   0 Comments

Color spaces of #366340

RGB 549964
HSL0.370.290.30
HSV133°45°39°
CMYK 0.450.000.35   0.61
XYZ6.908610.07816.4316
Yxy10.07810.29500.4304
Hunter Lab31.7460-16.710210.2103
CIE-Lab37.9822-24.015015.1826

#366340 color RGB value is (54,99,64).

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

The process color (four color CMYK) of #366340 color hex is 0.45, 0.00, 0.35, 0.61. Web safe color of #366340 is #336633. Color #366340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100011 01000000
Octal 66 143 100
Decimal 54 99 64
Hex 36 63 40

RGB Percentages of Color #366340

%24.88
%45.62
%29.49

CMYK Percentages of Color #366340

%45
%0
%35
%61

Triadic Colors of #366340

#366340 #403663 #634036

Analogous Colors of #366340

#366340 #366357 #436336

Monochromatic Colors of #366340

#366340

Complementary Color

#366340 #633659

#366340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366340 Color CSS Codes

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

#366340 Text Font Color

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

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


#366340 Background Color

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

This div background color is #366340


#366340 Border Color

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

This div border color is #366340


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,99,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 #366340">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366340


Comments

No comments written yet.

Please login to write comment.