Color Hex Logo

#358780 Color Hex

#358780
(53,135,128)
0 Favorites   0 Comments

Color spaces of #358780

RGB 53135128
HSL0.490.440.37
HSV175°61°53°
CMYK 0.610.000.05   0.47
XYZ14.028519.643323.4742
Yxy19.64330.24550.3437
Hunter Lab44.3208-21.0621-0.3780
CIE-Lab51.4315-26.4156-3.6630

#358780 color RGB value is (53,135,128).

#358780 hex color red value is 53, green value is 135 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #358780 hue: 0.49 , saturation: 0.44 and the lightness value of 358780 is 0.37.

The process color (four color CMYK) of #358780 color hex is 0.61, 0.00, 0.05, 0.47. Web safe color of #358780 is #339999. Color #358780 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10000111 10000000
Octal 65 207 200
Decimal 53 135 128
Hex 35 87 80

RGB Percentages of Color #358780

%16.77
%42.72
%40.51

CMYK Percentages of Color #358780

%61
%0
%5
%47

Triadic Colors of #358780

#358780 #803587 #878035

Analogous Colors of #358780

#358780 #356587 #358757

Monochromatic Colors of #358780

#358780

Complementary Color

#358780 #87353c

#358780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#358780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#358780 Color CSS Codes

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

#358780 Text Font Color

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

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


#358780 Background Color

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

This div background color is #358780


#358780 Border Color

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

This div border color is #358780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #358780


Comments

No comments written yet.

Please login to write comment.