Color Hex Logo

#355b3c Color Hex

#355B3C
(53,91,60)
0 Favorites   0 Comments

Color spaces of #355b3c

RGB 539160
HSL0.360.260.28
HSV131°42°36°
CMYK 0.420.000.34   0.64
XYZ6.02498.56535.6107
Yxy8.56530.29820.4240
Hunter Lab29.2665-14.46999.1201
CIE-Lab35.1335-21.041913.7368

#355b3c color RGB value is (53,91,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011011 00111100
Octal 65 133 74
Decimal 53 91 60
Hex 35 5B 3C

RGB Percentages of Color #355b3c

%25.98
%44.61
%29.41

CMYK Percentages of Color #355b3c

%42
%0
%34
%64

Triadic Colors of #355b3c

#355b3c #3c355b #5b3c35

Analogous Colors of #355b3c

#355b3c #355b4f #415b35

Monochromatic Colors of #355b3c

#355b3c

Complementary Color

#355b3c #5b3554

#355b3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355b3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#355b3c Color CSS Codes

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

#355b3c Text Font Color

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

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


#355b3c Background Color

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

This div background color is #355b3c


#355b3c Border Color

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

This div border color is #355b3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355b3c


Comments

No comments written yet.

Please login to write comment.