Color Hex Logo

#366504 Color Hex

#366504
(54,101,4)
0 Favorites   0 Comments

Color spaces of #366504

RGB 541014
HSL0.250.920.21
HSV89°96°40°
CMYK 0.470.000.96   0.60
XYZ6.196910.10041.7378
Yxy10.10040.34360.5600
Hunter Lab31.7811-20.811819.0048
CIE-Lab38.0220-31.613142.7863

#366504 color RGB value is (54,101,4).

#366504 hex color red value is 54, green value is 101 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #366504 hue: 0.25 , saturation: 0.92 and the lightness value of 366504 is 0.21.

The process color (four color CMYK) of #366504 color hex is 0.47, 0.00, 0.96, 0.60. Web safe color of #366504 is #336600. Color #366504 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100101 00000100
Octal 66 145 4
Decimal 54 101 4
Hex 36 65 4

RGB Percentages of Color #366504

%33.96
%63.52
%2.52

CMYK Percentages of Color #366504

%47
%0
%96
%60

Triadic Colors of #366504

#366504 #043665 #650436

Analogous Colors of #366504

#366504 #056504 #656404

Monochromatic Colors of #366504

#366504

Complementary Color

#366504 #330465

#366504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366504 Color CSS Codes

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

#366504 Text Font Color

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

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


#366504 Background Color

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

This div background color is #366504


#366504 Border Color

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

This div border color is #366504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366504


Comments

No comments written yet.

Please login to write comment.