Color Hex Logo

#355944 Color Hex

#355944
(53,89,68)
0 Favorites   0 Comments

Color spaces of #355944

RGB 538968
HSL0.400.250.28
HSV145°40°35°
CMYK 0.400.000.24   0.65
XYZ6.08408.31906.7539
Yxy8.31900.28760.3932
Hunter Lab28.8427-12.82246.3063
CIE-Lab34.6386-18.25908.1378

#355944 color RGB value is (53,89,68).

#355944 hex color red value is 53, green value is 89 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #355944 hue: 0.40 , saturation: 0.25 and the lightness value of 355944 is 0.28.

The process color (four color CMYK) of #355944 color hex is 0.40, 0.00, 0.24, 0.65. Web safe color of #355944 is #336633. Color #355944 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011001 01000100
Octal 65 131 104
Decimal 53 89 68
Hex 35 59 44

RGB Percentages of Color #355944

%25.24
%42.38
%32.38

CMYK Percentages of Color #355944

%40
%0
%24
%65

Triadic Colors of #355944

#355944 #443559 #594435

Analogous Colors of #355944

#355944 #355956 #385935

Monochromatic Colors of #355944

#355944

Complementary Color

#355944 #59354a

#355944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355944 Color CSS Codes

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

#355944 Text Font Color

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

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


#355944 Background Color

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

This div background color is #355944


#355944 Border Color

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

This div border color is #355944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355944


Comments

No comments written yet.

Please login to write comment.