Color Hex Logo

#355e2a Color Hex

#355E2A
(53,94,42)
0 Favorites   0 Comments

Color spaces of #355e2a

RGB 539442
HSL0.300.380.27
HSV107°55°37°
CMYK 0.440.000.55   0.63
XYZ5.88888.92953.6037
Yxy8.92950.31970.4847
Hunter Lab29.8823-17.117613.7674
CIE-Lab35.8482-25.635125.1800

#355e2a color RGB value is (53,94,42).

#355e2a hex color red value is 53, green value is 94 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #355e2a hue: 0.30 , saturation: 0.38 and the lightness value of 355e2a is 0.27.

The process color (four color CMYK) of #355e2a color hex is 0.44, 0.00, 0.55, 0.63. Web safe color of #355e2a is #336633. Color #355e2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011110 00101010
Octal 65 136 52
Decimal 53 94 42
Hex 35 5E 2A

RGB Percentages of Color #355e2a

%28.04
%49.74
%22.22

CMYK Percentages of Color #355e2a

%44
%0
%55
%63

Triadic Colors of #355e2a

#355e2a #2a355e #5e2a35

Analogous Colors of #355e2a

#355e2a #2a5e39 #4f5e2a

Monochromatic Colors of #355e2a

#355e2a

Complementary Color

#355e2a #532a5e

#355e2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355e2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#355e2a Color CSS Codes

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

#355e2a Text Font Color

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

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


#355e2a Background Color

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

This div background color is #355e2a


#355e2a Border Color

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

This div border color is #355e2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355e2a


Comments

No comments written yet.

Please login to write comment.