Color Hex Logo

#355140 Color Hex

#355140
(53,81,64)
0 Favorites   0 Comments

Color spaces of #355140

RGB 538164
HSL0.400.210.26
HSV144°35°32°
CMYK 0.350.000.21   0.68
XYZ5.33607.01195.9227
Yxy7.01190.29210.3838
Hunter Lab26.4800-10.37035.2748
CIE-Lab31.8340-14.72786.6932

#355140 color RGB value is (53,81,64).

#355140 hex color red value is 53, green value is 81 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #355140 hue: 0.40 , saturation: 0.21 and the lightness value of 355140 is 0.26.

The process color (four color CMYK) of #355140 color hex is 0.35, 0.00, 0.21, 0.68. Web safe color of #355140 is #336633. Color #355140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01010001 01000000
Octal 65 121 100
Decimal 53 81 64
Hex 35 51 40

RGB Percentages of Color #355140

%26.77
%40.91
%32.32

CMYK Percentages of Color #355140

%35
%0
%21
%68

Triadic Colors of #355140

#355140 #403551 #514035

Analogous Colors of #355140

#355140 #35514e #385135

Monochromatic Colors of #355140

#355140

Complementary Color

#355140 #513546

#355140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355140 Color CSS Codes

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

#355140 Text Font Color

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

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


#355140 Background Color

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

This div background color is #355140


#355140 Border Color

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

This div border color is #355140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355140


Comments

No comments written yet.

Please login to write comment.