Color Hex Logo

#357570 Color Hex

#357570
(53,117,112)
0 Favorites   0 Comments

Color spaces of #357570

RGB 53117112
HSL0.490.380.33
HSV175°55°46°
CMYK 0.550.000.04   0.54
XYZ10.754114.649317.5900
Yxy14.64930.25010.3407
Hunter Lab38.2744-16.8264-0.4562
CIE-Lab45.1501-21.7451-3.4949

#357570 color RGB value is (53,117,112).

#357570 hex color red value is 53, green value is 117 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #357570 hue: 0.49 , saturation: 0.38 and the lightness value of 357570 is 0.33.

The process color (four color CMYK) of #357570 color hex is 0.55, 0.00, 0.04, 0.54. Web safe color of #357570 is #336666. Color #357570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110101 01110000
Octal 65 165 160
Decimal 53 117 112
Hex 35 75 70

RGB Percentages of Color #357570

%18.79
%41.49
%39.72

CMYK Percentages of Color #357570

%55
%0
%4
%54

Triadic Colors of #357570

#357570 #703575 #757035

Analogous Colors of #357570

#357570 #355a75 #357550

Monochromatic Colors of #357570

#357570

Complementary Color

#357570 #75353a

#357570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357570 Color CSS Codes

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

#357570 Text Font Color

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

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


#357570 Background Color

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

This div background color is #357570


#357570 Border Color

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

This div border color is #357570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357570


Comments

No comments written yet.

Please login to write comment.