Color Hex Logo

#364118 Color Hex

#364118
(54,65,24)
0 Favorites   0 Comments

Color spaces of #364118

RGB 546524
HSL0.210.460.17
HSV76°63°25°
CMYK 0.170.000.63   0.75
XYZ3.57654.63081.5695
Yxy4.63080.36580.4737
Hunter Lab21.5193-7.992110.7392
CIE-Lab25.6559-12.001823.1465

#364118 color RGB value is (54,65,24).

#364118 hex color red value is 54, green value is 65 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #364118 hue: 0.21 , saturation: 0.46 and the lightness value of 364118 is 0.17.

The process color (four color CMYK) of #364118 color hex is 0.17, 0.00, 0.63, 0.75. Web safe color of #364118 is #333300. Color #364118 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000001 00011000
Octal 66 101 30
Decimal 54 65 24
Hex 36 41 18

RGB Percentages of Color #364118

%37.76
%45.45
%16.78

CMYK Percentages of Color #364118

%17
%0
%63
%75

Triadic Colors of #364118

#364118 #183641 #411836

Analogous Colors of #364118

#364118 #224118 #413818

Monochromatic Colors of #364118

#364118

Complementary Color

#364118 #231841

#364118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364118 Color CSS Codes

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

#364118 Text Font Color

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

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


#364118 Background Color

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

This div background color is #364118


#364118 Border Color

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

This div border color is #364118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364118


Comments

No comments written yet.

Please login to write comment.