Color Hex Logo

#355345 Color Hex

#355345
(53,83,69)
0 Favorites   0 Comments

Color spaces of #355345

RGB 538369
HSL0.420.220.27
HSV152°36°33°
CMYK 0.360.000.17   0.67
XYZ5.63567.37316.7563
Yxy7.37310.28510.3730
Hunter Lab27.1535-10.47154.2549
CIE-Lab32.6416-14.69094.6853

#355345 color RGB value is (53,83,69).

#355345 hex color red value is 53, green value is 83 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #355345 hue: 0.42 , saturation: 0.22 and the lightness value of 355345 is 0.27.

The process color (four color CMYK) of #355345 color hex is 0.36, 0.00, 0.17, 0.67. Web safe color of #355345 is #336633. Color #355345 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010011 01000101
Octal 65 123 105
Decimal 53 83 69
Hex 35 53 45

RGB Percentages of Color #355345

%25.85
%40.49
%33.66

CMYK Percentages of Color #355345

%36
%0
%17
%67

Triadic Colors of #355345

#355345 #453553 #534535

Analogous Colors of #355345

#355345 #355253 #355336

Monochromatic Colors of #355345

#355345

Complementary Color

#355345 #533543

#355345 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355345 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355345 Color CSS Codes

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

#355345 Text Font Color

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

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


#355345 Background Color

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

This div background color is #355345


#355345 Border Color

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

This div border color is #355345


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355345


Comments

No comments written yet.

Please login to write comment.