Color Hex Logo

#355c2f Color Hex

#355C2F
(53,92,47)
0 Favorites   0 Comments

Color spaces of #355c2f

RGB 539247
HSL0.310.320.27
HSV112°49°36°
CMYK 0.420.000.49   0.64
XYZ5.80848.61644.0463
Yxy8.61640.31450.4665
Hunter Lab29.3537-16.048112.3747
CIE-Lab35.2350-23.896521.5947

#355c2f color RGB value is (53,92,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011100 00101111
Octal 65 134 57
Decimal 53 92 47
Hex 35 5C 2F

RGB Percentages of Color #355c2f

%27.60
%47.92
%24.48

CMYK Percentages of Color #355c2f

%42
%0
%49
%64

Triadic Colors of #355c2f

#355c2f #2f355c #5c2f35

Analogous Colors of #355c2f

#355c2f #2f5c40 #4c5c2f

Monochromatic Colors of #355c2f

#355c2f

Complementary Color

#355c2f #562f5c

#355c2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355c2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#355c2f Color CSS Codes

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

#355c2f Text Font Color

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

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


#355c2f Background Color

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

This div background color is #355c2f


#355c2f Border Color

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

This div border color is #355c2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355c2f


Comments

No comments written yet.

Please login to write comment.