Color Hex Logo

#364740 Color Hex

#364740
(54,71,64)
0 Favorites   0 Comments

Color spaces of #364740

RGB 547164
HSL0.430.140.25
HSV155°24°28°
CMYK 0.240.000.10   0.72
XYZ4.70005.66095.6954
Yxy5.66090.29270.3526
Hunter Lab23.7926-6.37622.4622
CIE-Lab28.5403-8.46131.9965

#364740 color RGB value is (54,71,64).

#364740 hex color red value is 54, green value is 71 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #364740 hue: 0.43 , saturation: 0.14 and the lightness value of 364740 is 0.25.

The process color (four color CMYK) of #364740 color hex is 0.24, 0.00, 0.10, 0.72. Web safe color of #364740 is #333333. Color #364740 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000111 01000000
Octal 66 107 100
Decimal 54 71 64
Hex 36 47 40

RGB Percentages of Color #364740

%28.57
%37.57
%33.86

CMYK Percentages of Color #364740

%24
%0
%10
%72

Triadic Colors of #364740

#364740 #403647 #474036

Analogous Colors of #364740

#364740 #364647 #364738

Monochromatic Colors of #364740

#364740

Complementary Color

#364740 #47363d

#364740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364740 Color CSS Codes

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

#364740 Text Font Color

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

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


#364740 Background Color

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

This div background color is #364740


#364740 Border Color

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

This div border color is #364740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364740


Comments

No comments written yet.

Please login to write comment.