Color Hex Logo

#355549 Color Hex

#355549
(53,85,73)
0 Favorites   0 Comments

Color spaces of #355549

RGB 538573
HSL0.440.230.27
HSV158°38°33°
CMYK 0.380.000.14   0.67
XYZ5.91937.73497.4843
Yxy7.73490.28000.3659
Hunter Lab27.8117-10.67943.5129
CIE-Lab33.4246-14.84743.2878

#355549 color RGB value is (53,85,73).

#355549 hex color red value is 53, green value is 85 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #355549 hue: 0.44 , saturation: 0.23 and the lightness value of 355549 is 0.27.

The process color (four color CMYK) of #355549 color hex is 0.38, 0.00, 0.14, 0.67. Web safe color of #355549 is #336633. Color #355549 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010101 01001001
Octal 65 125 111
Decimal 53 85 73
Hex 35 55 49

RGB Percentages of Color #355549

%25.12
%40.28
%34.60

CMYK Percentages of Color #355549

%38
%0
%14
%67

Triadic Colors of #355549

#355549 #493555 #554935

Analogous Colors of #355549

#355549 #355155 #355539

Monochromatic Colors of #355549

#355549

Complementary Color

#355549 #553541

#355549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355549 Color CSS Codes

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

#355549 Text Font Color

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

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


#355549 Background Color

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

This div background color is #355549


#355549 Border Color

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

This div border color is #355549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355549


Comments

No comments written yet.

Please login to write comment.