Color Hex Logo

#356257 Color Hex

#356257
(53,98,87)
0 Favorites   0 Comments

Color spaces of #356257

RGB 539887
HSL0.460.300.30
HSV165°46°38°
CMYK 0.460.000.11   0.62
XYZ7.556210.180410.5836
Yxy10.18040.26680.3595
Hunter Lab31.9067-13.56422.6680
CIE-Lab38.1643-18.47341.4291

#356257 color RGB value is (53,98,87).

#356257 hex color red value is 53, green value is 98 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #356257 hue: 0.46 , saturation: 0.30 and the lightness value of 356257 is 0.30.

The process color (four color CMYK) of #356257 color hex is 0.46, 0.00, 0.11, 0.62. Web safe color of #356257 is #336666. Color #356257 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100010 01010111
Octal 65 142 127
Decimal 53 98 87
Hex 35 62 57

RGB Percentages of Color #356257

%22.27
%41.18
%36.55

CMYK Percentages of Color #356257

%46
%0
%11
%62

Triadic Colors of #356257

#356257 #573562 #625735

Analogous Colors of #356257

#356257 #355762 #356241

Monochromatic Colors of #356257

#356257

Complementary Color

#356257 #623540

#356257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356257 Color CSS Codes

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

#356257 Text Font Color

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

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


#356257 Background Color

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

This div background color is #356257


#356257 Border Color

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

This div border color is #356257


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356257


Comments

No comments written yet.

Please login to write comment.