Color Hex Logo

#355643 Color Hex

#355643
(53,86,67)
0 Favorites   0 Comments

Color spaces of #355643

RGB 538667
HSL0.400.240.27
HSV145°38°34°
CMYK 0.380.000.22   0.66
XYZ5.80917.81776.5130
Yxy7.81770.28840.3882
Hunter Lab27.9602-11.84455.7612
CIE-Lab33.6003-16.84257.3003

#355643 color RGB value is (53,86,67).

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

The process color (four color CMYK) of #355643 color hex is 0.38, 0.00, 0.22, 0.66. Web safe color of #355643 is #336633. Color #355643 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010110 01000011
Octal 65 126 103
Decimal 53 86 67
Hex 35 56 43

RGB Percentages of Color #355643

%25.73
%41.75
%32.52

CMYK Percentages of Color #355643

%38
%0
%22
%66

Triadic Colors of #355643

#355643 #433556 #564335

Analogous Colors of #355643

#355643 #355654 #385635

Monochromatic Colors of #355643

#355643

Complementary Color

#355643 #563548

#355643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355643 Color CSS Codes

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

#355643 Text Font Color

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

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


#355643 Background Color

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

This div background color is #355643


#355643 Border Color

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

This div border color is #355643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355643


Comments

No comments written yet.

Please login to write comment.