Color Hex Logo

#359361 Color Hex

#359361
(53,147,97)
0 Favorites   0 Comments

Color spaces of #359361

RGB 5314797
HSL0.410.470.39
HSV148°64°58°
CMYK 0.640.000.34   0.42
XYZ14.059622.487414.9087
Yxy22.48740.27320.4370
Hunter Lab47.4209-30.063914.5544
CIE-Lab54.5404-39.620818.5377

#359361 color RGB value is (53,147,97).

#359361 hex color red value is 53, green value is 147 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #359361 hue: 0.41 , saturation: 0.47 and the lightness value of 359361 is 0.39.

The process color (four color CMYK) of #359361 color hex is 0.64, 0.00, 0.34, 0.42. Web safe color of #359361 is #339966. Color #359361 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010011 01100001
Octal 65 223 141
Decimal 53 147 97
Hex 35 93 61

RGB Percentages of Color #359361

%17.85
%49.49
%32.66

CMYK Percentages of Color #359361

%64
%0
%34
%42

Triadic Colors of #359361

#359361 #613593 #936135

Analogous Colors of #359361

#359361 #359390 #389335

Monochromatic Colors of #359361

#359361

Complementary Color

#359361 #933567

#359361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359361 Color CSS Codes

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

#359361 Text Font Color

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

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


#359361 Background Color

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

This div background color is #359361


#359361 Border Color

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

This div border color is #359361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359361


Comments

No comments written yet.

Please login to write comment.