Color Hex Logo

#357661 Color Hex

#357661
(53,118,97)
0 Favorites   0 Comments

Color spaces of #357661

RGB 5311897
HSL0.450.380.34
HSV161°55°46°
CMYK 0.550.000.18   0.54
XYZ10.104314.576813.5903
Yxy14.57680.26400.3809
Hunter Lab38.1796-19.57395.6210
CIE-Lab45.0490-26.28195.3061

#357661 color RGB value is (53,118,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110110 01100001
Octal 65 166 141
Decimal 53 118 97
Hex 35 76 61

RGB Percentages of Color #357661

%19.78
%44.03
%36.19

CMYK Percentages of Color #357661

%55
%0
%18
%54

Triadic Colors of #357661

#357661 #613576 #766135

Analogous Colors of #357661

#357661 #356b76 #357641

Monochromatic Colors of #357661

#357661

Complementary Color

#357661 #76354a

#357661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357661 Color CSS Codes

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

#357661 Text Font Color

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

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


#357661 Background Color

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

This div background color is #357661


#357661 Border Color

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

This div border color is #357661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357661


Comments

No comments written yet.

Please login to write comment.