Color Hex Logo

#357756 Color Hex

#357756
(53,119,86)
0 Favorites   0 Comments

Color spaces of #357756

RGB 5311986
HSL0.420.380.34
HSV150°55°47°
CMYK 0.550.000.28   0.53
XYZ9.744714.622411.1129
Yxy14.62240.27470.4121
Hunter Lab38.2392-21.43069.5369
CIE-Lab45.1126-29.399811.9008

#357756 color RGB value is (53,119,86).

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

The process color (four color CMYK) of #357756 color hex is 0.55, 0.00, 0.28, 0.53. Web safe color of #357756 is #336666. Color #357756 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110111 01010110
Octal 65 167 126
Decimal 53 119 86
Hex 35 77 56

RGB Percentages of Color #357756

%20.54
%46.12
%33.33

CMYK Percentages of Color #357756

%55
%0
%28
%53

Triadic Colors of #357756

#357756 #563577 #775635

Analogous Colors of #357756

#357756 #357777 #357735

Monochromatic Colors of #357756

#357756

Complementary Color

#357756 #773556

#357756 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357756 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357756 Color CSS Codes

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

#357756 Text Font Color

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

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


#357756 Background Color

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

This div background color is #357756


#357756 Border Color

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

This div border color is #357756


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357756


Comments

No comments written yet.

Please login to write comment.