Color Hex Logo

#355741 Color Hex

#355741
(53,87,65)
0 Favorites   0 Comments

Color spaces of #355741

RGB 538765
HSL0.390.240.27
HSV141°39°34°
CMYK 0.390.000.25   0.66
XYZ5.83057.95496.2292
Yxy7.95490.29130.3975
Hunter Lab28.2044-12.45776.6484
CIE-Lab33.8888-17.84448.9507

#355741 color RGB value is (53,87,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010111 01000001
Octal 65 127 101
Decimal 53 87 65
Hex 35 57 41

RGB Percentages of Color #355741

%25.85
%42.44
%31.71

CMYK Percentages of Color #355741

%39
%0
%25
%66

Triadic Colors of #355741

#355741 #413557 #574135

Analogous Colors of #355741

#355741 #355752 #3a5735

Monochromatic Colors of #355741

#355741

Complementary Color

#355741 #57354b

#355741 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355741 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355741 Color CSS Codes

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

#355741 Text Font Color

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

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


#355741 Background Color

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

This div background color is #355741


#355741 Border Color

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

This div border color is #355741


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355741


Comments

No comments written yet.

Please login to write comment.