Color Hex Logo

#364001 Color Hex

#364001
(54,64,1)
0 Favorites   0 Comments

Color spaces of #364001

RGB 54641
HSL0.190.970.13
HSV70°98°25°
CMYK 0.160.000.98   0.75
XYZ3.36024.45330.7112
Yxy4.45330.39420.5224
Hunter Lab21.1028-8.507512.7738
CIE-Lab25.1167-13.125933.1321

#364001 color RGB value is (54,64,1).

#364001 hex color red value is 54, green value is 64 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #364001 hue: 0.19 , saturation: 0.97 and the lightness value of 364001 is 0.13.

The process color (four color CMYK) of #364001 color hex is 0.16, 0.00, 0.98, 0.75. Web safe color of #364001 is #333300. Color #364001 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000000 00000001
Octal 66 100 1
Decimal 54 64 1
Hex 36 40 1

RGB Percentages of Color #364001

%45.38
%53.78
%0.84

CMYK Percentages of Color #364001

%16
%0
%98
%75

Triadic Colors of #364001

#364001 #013640 #400136

Analogous Colors of #364001

#364001 #174001 #402b01

Monochromatic Colors of #364001

#364001

Complementary Color

#364001 #0b0140

#364001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364001 Color CSS Codes

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

#364001 Text Font Color

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

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


#364001 Background Color

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

This div background color is #364001


#364001 Border Color

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

This div border color is #364001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364001


Comments

No comments written yet.

Please login to write comment.