Color Hex Logo

#359753 Color Hex

#359753
(53,151,83)
0 Favorites   0 Comments

Color spaces of #359753

RGB 5315183
HSL0.380.480.40
HSV138°65°59°
CMYK 0.650.000.45   0.41
XYZ14.096123.514611.9794
Yxy23.51460.28430.4742
Hunter Lab48.4919-32.972619.2973
CIE-Lab55.5985-43.953027.6112

#359753 color RGB value is (53,151,83).

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

The process color (four color CMYK) of #359753 color hex is 0.65, 0.00, 0.45, 0.41. Web safe color of #359753 is #339966. Color #359753 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 10010111 01010011
Octal 65 227 123
Decimal 53 151 83
Hex 35 97 53

RGB Percentages of Color #359753

%18.47
%52.61
%28.92

CMYK Percentages of Color #359753

%65
%0
%45
%41

Triadic Colors of #359753

#359753 #533597 #975335

Analogous Colors of #359753

#359753 #359784 #489735

Monochromatic Colors of #359753

#359753

Complementary Color

#359753 #973579

#359753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#359753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#359753 Color CSS Codes

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

#359753 Text Font Color

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

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


#359753 Background Color

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

This div background color is #359753


#359753 Border Color

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

This div border color is #359753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #359753


Comments

No comments written yet.

Please login to write comment.