Color Hex Logo

#364f1a Color Hex

#364F1A
(54,79,26)
0 Favorites   0 Comments

Color spaces of #364f1a

RGB 547926
HSL0.250.500.21
HSV88°67°31°
CMYK 0.320.000.67   0.69
XYZ4.50386.45081.9850
Yxy6.45080.34810.4985
Hunter Lab25.3984-12.794613.1451
CIE-Lab30.5224-19.595127.5734

#364f1a color RGB value is (54,79,26).

#364f1a hex color red value is 54, green value is 79 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #364f1a hue: 0.25 , saturation: 0.50 and the lightness value of 364f1a is 0.21.

The process color (four color CMYK) of #364f1a color hex is 0.32, 0.00, 0.67, 0.69. Web safe color of #364f1a is #336633. Color #364f1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001111 00011010
Octal 66 117 32
Decimal 54 79 26
Hex 36 4F 1A

RGB Percentages of Color #364f1a

%33.96
%49.69
%16.35

CMYK Percentages of Color #364f1a

%32
%0
%67
%69

Triadic Colors of #364f1a

#364f1a #1a364f #4f1a36

Analogous Colors of #364f1a

#364f1a #1c4f1a #4f4e1a

Monochromatic Colors of #364f1a

#364f1a

Complementary Color

#364f1a #331a4f

#364f1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364f1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#364f1a Color CSS Codes

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

#364f1a Text Font Color

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

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


#364f1a Background Color

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

This div background color is #364f1a


#364f1a Border Color

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

This div border color is #364f1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364f1a


Comments

No comments written yet.

Please login to write comment.