Color Hex Logo

#355a47 Color Hex

#355A47
(53,90,71)
0 Favorites   0 Comments

Color spaces of #355a47

RGB 539071
HSL0.410.260.28
HSV149°41°35°
CMYK 0.410.000.21   0.65
XYZ6.26178.52417.2765
Yxy8.52410.28380.3864
Hunter Lab29.1961-12.81015.6605
CIE-Lab35.0514-18.10966.8580

#355a47 color RGB value is (53,90,71).

#355a47 hex color red value is 53, green value is 90 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #355a47 hue: 0.41 , saturation: 0.26 and the lightness value of 355a47 is 0.28.

The process color (four color CMYK) of #355a47 color hex is 0.41, 0.00, 0.21, 0.65. Web safe color of #355a47 is #336633. Color #355a47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011010 01000111
Octal 65 132 107
Decimal 53 90 71
Hex 35 5A 47

RGB Percentages of Color #355a47

%24.77
%42.06
%33.18

CMYK Percentages of Color #355a47

%41
%0
%21
%65

Triadic Colors of #355a47

#355a47 #47355a #5a4735

Analogous Colors of #355a47

#355a47 #355a5a #365a35

Monochromatic Colors of #355a47

#355a47

Complementary Color

#355a47 #5a3548

#355a47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355a47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355a47 Color CSS Codes

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

#355a47 Text Font Color

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

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


#355a47 Background Color

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

This div background color is #355a47


#355a47 Border Color

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

This div border color is #355a47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,90,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355a47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355a47;
  -webkit-box-shadow: 1px 1px 3px 2px #355a47;
  box-shadow:         1px 1px 3px 2px #355a47; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355a47


Comments

No comments written yet.

Please login to write comment.