Color Hex Logo

#366540 Color Hex

#366540
(54,101,64)
0 Favorites   0 Comments

Color spaces of #366540

RGB 5410164
HSL0.370.300.30
HSV133°47°40°
CMYK 0.470.000.37   0.60
XYZ7.100410.46186.4956
Yxy10.46180.29510.4349
Hunter Lab32.3447-17.418410.7344
CIE-Lab38.6588-25.017816.0916

#366540 color RGB value is (54,101,64).

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

The process color (four color CMYK) of #366540 color hex is 0.47, 0.00, 0.37, 0.60. Web safe color of #366540 is #336633. Color #366540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100101 01000000
Octal 66 145 100
Decimal 54 101 64
Hex 36 65 40

RGB Percentages of Color #366540

%24.66
%46.12
%29.22

CMYK Percentages of Color #366540

%47
%0
%37
%60

Triadic Colors of #366540

#366540 #403665 #654036

Analogous Colors of #366540

#366540 #366558 #446536

Monochromatic Colors of #366540

#366540

Complementary Color

#366540 #65365b

#366540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366540 Color CSS Codes

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

#366540 Text Font Color

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

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


#366540 Background Color

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

This div background color is #366540


#366540 Border Color

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

This div border color is #366540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366540


Comments

No comments written yet.

Please login to write comment.