Color Hex Logo

#359543 Color Hex

#359543
(53,149,67)
0 Favorites   0 Comments

Color spaces of #359543

RGB 5314967
HSL0.360.480.40
HSV129°64°58°
CMYK 0.640.000.55   0.42
XYZ13.228822.65708.9862
Yxy22.65700.29480.5049
Hunter Lab47.5994-33.690222.1263
CIE-Lab54.7173-45.697934.8496

#359543 color RGB value is (53,149,67).

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

The process color (four color CMYK) of #359543 color hex is 0.64, 0.00, 0.55, 0.42. Web safe color of #359543 is #339933. Color #359543 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010101 01000011
Octal 65 225 103
Decimal 53 149 67
Hex 35 95 43

RGB Percentages of Color #359543

%19.70
%55.39
%24.91

CMYK Percentages of Color #359543

%64
%0
%55
%42

Triadic Colors of #359543

#359543 #433595 #954335

Analogous Colors of #359543

#359543 #359573 #579535

Monochromatic Colors of #359543

#359543

Complementary Color

#359543 #953587

#359543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359543 Color CSS Codes

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

#359543 Text Font Color

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

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


#359543 Background Color

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

This div background color is #359543


#359543 Border Color

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

This div border color is #359543


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,149,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 #359543">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359543


Comments

No comments written yet.

Please login to write comment.