Color Hex Logo

#369587 Color Hex

#369587
(54,149,135)
0 Favorites   0 Comments

Color spaces of #369587

RGB 54149135
HSL0.480.470.40
HSV171°64°58°
CMYK 0.640.000.09   0.42
XYZ16.641924.028426.6825
Yxy24.02840.24710.3568
Hunter Lab49.0188-25.18202.0397
CIE-Lab56.1162-31.1249-0.8178

#369587 color RGB value is (54,149,135).

#369587 hex color red value is 54, green value is 149 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #369587 hue: 0.48 , saturation: 0.47 and the lightness value of 369587 is 0.40.

The process color (four color CMYK) of #369587 color hex is 0.64, 0.00, 0.09, 0.42. Web safe color of #369587 is #339999. Color #369587 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10010101 10000111
Octal 66 225 207
Decimal 54 149 135
Hex 36 95 87

RGB Percentages of Color #369587

%15.98
%44.08
%39.94

CMYK Percentages of Color #369587

%64
%0
%9
%42

Triadic Colors of #369587

#369587 #873695 #958736

Analogous Colors of #369587

#369587 #367495 #369558

Monochromatic Colors of #369587

#369587

Complementary Color

#369587 #953644

#369587 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#369587 Color Preview on White Background

Lorem ipsum dolor sit amet.

#369587 Color CSS Codes

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

#369587 Text Font Color

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

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


#369587 Background Color

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

This div background color is #369587


#369587 Border Color

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

This div border color is #369587


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #369587


Comments

No comments written yet.

Please login to write comment.