Color Hex Logo

#357577 Color Hex

#357577
(53,117,119)
0 Favorites   0 Comments

Color spaces of #357577

RGB 53117119
HSL0.510.380.34
HSV182°55°47°
CMYK 0.550.020.00   0.53
XYZ11.159314.811419.7235
Yxy14.81140.24420.3241
Hunter Lab38.4856-15.5918-3.4457
CIE-Lab45.3748-19.7138-7.3444

#357577 color RGB value is (53,117,119).

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

The process color (four color CMYK) of #357577 color hex is 0.55, 0.02, 0.00, 0.53. Web safe color of #357577 is #336666. Color #357577 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110101 01110111
Octal 65 165 167
Decimal 53 117 119
Hex 35 75 77

RGB Percentages of Color #357577

%18.34
%40.48
%41.18

CMYK Percentages of Color #357577

%55
%2
%0
%53

Triadic Colors of #357577

#357577 #773575 #757735

Analogous Colors of #357577

#357577 #355477 #357758

Monochromatic Colors of #357577

#357577

Complementary Color

#357577 #773735

#357577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357577 Color CSS Codes

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

#357577 Text Font Color

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

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


#357577 Background Color

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

This div background color is #357577


#357577 Border Color

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

This div border color is #357577


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357577


Comments

No comments written yet.

Please login to write comment.