Color Hex Logo

#365614 Color Hex

#365614
(54,86,20)
0 Favorites   0 Comments

Color spaces of #365614

RGB 548620
HSL0.250.620.21
HSV89°77°34°
CMYK 0.370.000.77   0.66
XYZ4.97547.49041.8454
Yxy7.49040.34770.5234
Hunter Lab27.3686-15.445115.1602
CIE-Lab32.8982-23.728732.9336

#365614 color RGB value is (54,86,20).

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

The process color (four color CMYK) of #365614 color hex is 0.37, 0.00, 0.77, 0.66. Web safe color of #365614 is #336600. Color #365614 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010110 00010100
Octal 66 126 24
Decimal 54 86 20
Hex 36 56 14

RGB Percentages of Color #365614

%33.75
%53.75
%12.50

CMYK Percentages of Color #365614

%37
%0
%77
%66

Triadic Colors of #365614

#365614 #143656 #561436

Analogous Colors of #365614

#365614 #155614 #565514

Monochromatic Colors of #365614

#365614

Complementary Color

#365614 #341456

#365614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365614 Color CSS Codes

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

#365614 Text Font Color

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

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


#365614 Background Color

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

This div background color is #365614


#365614 Border Color

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

This div border color is #365614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365614


Comments

No comments written yet.

Please login to write comment.