Color Hex Logo

#355c4a Color Hex

#355C4A
(53,92,74)
0 Favorites   0 Comments

Color spaces of #355c4a

RGB 539274
HSL0.420.270.28
HSV152°42°36°
CMYK 0.420.000.20   0.64
XYZ6.53148.90567.8533
Yxy8.90560.28040.3824
Hunter Lab29.8423-13.15675.2868
CIE-Lab35.8019-18.48596.0617

#355c4a color RGB value is (53,92,74).

#355c4a hex color red value is 53, green value is 92 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #355c4a hue: 0.42 , saturation: 0.27 and the lightness value of 355c4a is 0.28.

The process color (four color CMYK) of #355c4a color hex is 0.42, 0.00, 0.20, 0.64. Web safe color of #355c4a is #336633. Color #355c4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011100 01001010
Octal 65 134 112
Decimal 53 92 74
Hex 35 5C 4A

RGB Percentages of Color #355c4a

%24.20
%42.01
%33.79

CMYK Percentages of Color #355c4a

%42
%0
%20
%64

Triadic Colors of #355c4a

#355c4a #4a355c #5c4a35

Analogous Colors of #355c4a

#355c4a #355b5c #355c37

Monochromatic Colors of #355c4a

#355c4a

Complementary Color

#355c4a #5c3547

#355c4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355c4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#355c4a Color CSS Codes

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

#355c4a Text Font Color

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

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


#355c4a Background Color

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

This div background color is #355c4a


#355c4a Border Color

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

This div border color is #355c4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355c4a


Comments

No comments written yet.

Please login to write comment.