Color Hex Logo

#365649 Color Hex

#365649
(54,86,73)
0 Favorites   0 Comments

Color spaces of #365649

RGB 548673
HSL0.430.230.27
HSV156°37°34°
CMYK 0.370.000.15   0.66
XYZ6.05177.92097.5133
Yxy7.92090.28170.3687
Hunter Lab28.1441-10.87013.8729
CIE-Lab33.8176-15.07483.8597

#365649 color RGB value is (54,86,73).

#365649 hex color red value is 54, green value is 86 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #365649 hue: 0.43 , saturation: 0.23 and the lightness value of 365649 is 0.27.

The process color (four color CMYK) of #365649 color hex is 0.37, 0.00, 0.15, 0.66. Web safe color of #365649 is #336633. Color #365649 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010110 01001001
Octal 66 126 111
Decimal 54 86 73
Hex 36 56 49

RGB Percentages of Color #365649

%25.35
%40.38
%34.27

CMYK Percentages of Color #365649

%37
%0
%15
%66

Triadic Colors of #365649

#365649 #493656 #564936

Analogous Colors of #365649

#365649 #365356 #365639

Monochromatic Colors of #365649

#365649

Complementary Color

#365649 #563643

#365649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365649 Color CSS Codes

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

#365649 Text Font Color

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

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


#365649 Background Color

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

This div background color is #365649


#365649 Border Color

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

This div border color is #365649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365649


Comments

No comments written yet.

Please login to write comment.