Color Hex Logo

#355738 Color Hex

#355738
(53,87,56)
0 Favorites   0 Comments

Color spaces of #355738

RGB 538756
HSL0.350.240.27
HSV125°39°34°
CMYK 0.390.000.36   0.66
XYZ5.59027.85884.9636
Yxy7.85880.30360.4268
Hunter Lab28.0336-13.46389.1256
CIE-Lab33.6871-19.722114.2218

#355738 color RGB value is (53,87,56).

#355738 hex color red value is 53, green value is 87 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #355738 hue: 0.35 , saturation: 0.24 and the lightness value of 355738 is 0.27.

The process color (four color CMYK) of #355738 color hex is 0.39, 0.00, 0.36, 0.66. Web safe color of #355738 is #336633. Color #355738 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010111 00111000
Octal 65 127 70
Decimal 53 87 56
Hex 35 57 38

RGB Percentages of Color #355738

%27.04
%44.39
%28.57

CMYK Percentages of Color #355738

%39
%0
%36
%66

Triadic Colors of #355738

#355738 #383557 #573835

Analogous Colors of #355738

#355738 #355749 #435735

Monochromatic Colors of #355738

#355738

Complementary Color

#355738 #573554

#355738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355738 Color CSS Codes

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

#355738 Text Font Color

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

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


#355738 Background Color

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

This div background color is #355738


#355738 Border Color

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

This div border color is #355738


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,87,56, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355738; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355738;
  -webkit-box-shadow: 1px 1px 3px 2px #355738;
  box-shadow:         1px 1px 3px 2px #355738; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355738


Comments

No comments written yet.

Please login to write comment.