Color Hex Logo

#366556 Color Hex

#366556
(54,101,86)
0 Favorites   0 Comments

Color spaces of #366556

RGB 5410186
HSL0.450.300.30
HSV161°47°40°
CMYK 0.470.000.15   0.60
XYZ7.854710.763510.4677
Yxy10.76350.27010.3701
Hunter Lab32.8078-14.67794.0483
CIE-Lab39.1793-20.05373.5159

#366556 color RGB value is (54,101,86).

#366556 hex color red value is 54, green value is 101 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #366556 hue: 0.45 , saturation: 0.30 and the lightness value of 366556 is 0.30.

The process color (four color CMYK) of #366556 color hex is 0.47, 0.00, 0.15, 0.60. Web safe color of #366556 is #336666. Color #366556 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01100101 01010110
Octal 66 145 126
Decimal 54 101 86
Hex 36 65 56

RGB Percentages of Color #366556

%22.41
%41.91
%35.68

CMYK Percentages of Color #366556

%47
%0
%15
%60

Triadic Colors of #366556

#366556 #563665 #655636

Analogous Colors of #366556

#366556 #365d65 #36653f

Monochromatic Colors of #366556

#366556

Complementary Color

#366556 #653645

#366556 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366556 Color Preview on White Background

Lorem ipsum dolor sit amet.

#366556 Color CSS Codes

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

#366556 Text Font Color

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

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


#366556 Background Color

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

This div background color is #366556


#366556 Border Color

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

This div border color is #366556


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366556


Comments

No comments written yet.

Please login to write comment.