Color Hex Logo

#355449 Color Hex

#355449
(53,84,73)
0 Favorites   0 Comments

Color spaces of #355449

RGB 538473
HSL0.440.230.27
HSV159°37°33°
CMYK 0.370.000.13   0.67
XYZ5.84117.57867.4583
Yxy7.57860.27980.3630
Hunter Lab27.5293-10.30243.2075
CIE-Lab33.0894-14.27932.8049

#355449 color RGB value is (53,84,73).

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

The process color (four color CMYK) of #355449 color hex is 0.37, 0.00, 0.13, 0.67. Web safe color of #355449 is #336633. Color #355449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010100 01001001
Octal 65 124 111
Decimal 53 84 73
Hex 35 54 49

RGB Percentages of Color #355449

%25.24
%40.00
%34.76

CMYK Percentages of Color #355449

%37
%0
%13
%67

Triadic Colors of #355449

#355449 #493554 #544935

Analogous Colors of #355449

#355449 #355054 #35543a

Monochromatic Colors of #355449

#355449

Complementary Color

#355449 #543540

#355449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355449 Color CSS Codes

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

#355449 Text Font Color

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

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


#355449 Background Color

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

This div background color is #355449


#355449 Border Color

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

This div border color is #355449


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,84,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 #355449">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355449


Comments

No comments written yet.

Please login to write comment.