Color Hex Logo

#365142 Color Hex

#365142
(54,81,66)
0 Favorites   0 Comments

Color spaces of #365142

RGB 548166
HSL0.410.200.26
HSV147°33°32°
CMYK 0.330.000.19   0.68
XYZ5.44717.06256.2304
Yxy7.06250.29070.3769
Hunter Lab26.5754-9.92014.7026
CIE-Lab31.9488-13.90305.6009

#365142 color RGB value is (54,81,66).

#365142 hex color red value is 54, green value is 81 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #365142 hue: 0.41 , saturation: 0.20 and the lightness value of 365142 is 0.26.

The process color (four color CMYK) of #365142 color hex is 0.33, 0.00, 0.19, 0.68. Web safe color of #365142 is #336633. Color #365142 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010001 01000010
Octal 66 121 102
Decimal 54 81 66
Hex 36 51 42

RGB Percentages of Color #365142

%26.87
%40.30
%32.84

CMYK Percentages of Color #365142

%33
%0
%19
%68

Triadic Colors of #365142

#365142 #423651 #514236

Analogous Colors of #365142

#365142 #365150 #385136

Monochromatic Colors of #365142

#365142

Complementary Color

#365142 #513645

#365142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#365142 Color CSS Codes

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

#365142 Text Font Color

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

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


#365142 Background Color

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

This div background color is #365142


#365142 Border Color

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

This div border color is #365142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365142


Comments

No comments written yet.

Please login to write comment.