Color Hex Logo

#357573 Color Hex

#357573
(53,117,115)
0 Favorites   0 Comments

Color spaces of #357573

RGB 53117115
HSL0.490.380.33
HSV178°55°46°
CMYK 0.550.000.02   0.54
XYZ10.924014.717318.4846
Yxy14.71730.24760.3335
Hunter Lab38.3631-16.3072-1.7136
CIE-Lab45.2445-20.8854-5.1482

#357573 color RGB value is (53,117,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110101 01110011
Octal 65 165 163
Decimal 53 117 115
Hex 35 75 73

RGB Percentages of Color #357573

%18.60
%41.05
%40.35

CMYK Percentages of Color #357573

%55
%0
%2
%54

Triadic Colors of #357573

#357573 #733575 #757335

Analogous Colors of #357573

#357573 #355775 #357553

Monochromatic Colors of #357573

#357573

Complementary Color

#357573 #753537

#357573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357573 Color CSS Codes

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

#357573 Text Font Color

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

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


#357573 Background Color

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

This div background color is #357573


#357573 Border Color

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

This div border color is #357573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357573


Comments

No comments written yet.

Please login to write comment.