Color Hex Logo

#368359 Color Hex

#368359
(54,131,89)
0 Favorites   0 Comments

Color spaces of #368359

RGB 5413189
HSL0.410.420.36
HSV147°59°51°
CMYK 0.590.000.32   0.49
XYZ11.440817.738112.2720
Yxy17.73810.27600.4279
Hunter Lab42.1166-25.215312.2056
CIE-Lab49.1769-34.060515.7655

#368359 color RGB value is (54,131,89).

#368359 hex color red value is 54, green value is 131 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #368359 hue: 0.41 , saturation: 0.42 and the lightness value of 368359 is 0.36.

The process color (four color CMYK) of #368359 color hex is 0.59, 0.00, 0.32, 0.49. Web safe color of #368359 is #339966. Color #368359 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000011 01011001
Octal 66 203 131
Decimal 54 131 89
Hex 36 83 59

RGB Percentages of Color #368359

%19.71
%47.81
%32.48

CMYK Percentages of Color #368359

%59
%0
%32
%49

Triadic Colors of #368359

#368359 #593683 #835936

Analogous Colors of #368359

#368359 #368380 #3a8336

Monochromatic Colors of #368359

#368359

Complementary Color

#368359 #833660

#368359 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368359 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368359 Color CSS Codes

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

#368359 Text Font Color

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

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


#368359 Background Color

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

This div background color is #368359


#368359 Border Color

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

This div border color is #368359


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368359


Comments

No comments written yet.

Please login to write comment.