Color Hex Logo

#357539 Color Hex

#357539
(53,117,57)
0 Favorites   0 Comments

Color spaces of #357539

RGB 5311757
HSL0.340.380.33
HSV124°55°46°
CMYK 0.550.000.51   0.54
XYZ8.568013.77496.0781
Yxy13.77490.30150.4847
Hunter Lab37.1146-23.743216.2705
CIE-Lab43.9084-34.035326.8541

#357539 color RGB value is (53,117,57).

#357539 hex color red value is 53, green value is 117 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #357539 hue: 0.34 , saturation: 0.38 and the lightness value of 357539 is 0.33.

The process color (four color CMYK) of #357539 color hex is 0.55, 0.00, 0.51, 0.54. Web safe color of #357539 is #336633. Color #357539 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110101 00111001
Octal 65 165 71
Decimal 53 117 57
Hex 35 75 39

RGB Percentages of Color #357539

%23.35
%51.54
%25.11

CMYK Percentages of Color #357539

%55
%0
%51
%54

Triadic Colors of #357539

#357539 #393575 #753935

Analogous Colors of #357539

#357539 #357559 #517535

Monochromatic Colors of #357539

#357539

Complementary Color

#357539 #753571

#357539 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357539 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357539 Color CSS Codes

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

#357539 Text Font Color

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

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


#357539 Background Color

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

This div background color is #357539


#357539 Border Color

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

This div border color is #357539


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357539


Comments

No comments written yet.

Please login to write comment.