Color Hex Logo

#357642 Color Hex

#357642
(53,118,66)
0 Favorites   0 Comments

Color spaces of #357642

RGB 5311866
HSL0.370.380.34
HSV132°55°46°
CMYK 0.550.000.44   0.54
XYZ8.930014.10717.4065
Yxy14.10710.29330.4634
Hunter Lab37.5594-23.289414.5999
CIE-Lab44.3861-32.980722.4719

#357642 color RGB value is (53,118,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01110110 01000010
Octal 65 166 102
Decimal 53 118 66
Hex 35 76 42

RGB Percentages of Color #357642

%22.36
%49.79
%27.85

CMYK Percentages of Color #357642

%55
%0
%44
%54

Triadic Colors of #357642

#357642 #423576 #764235

Analogous Colors of #357642

#357642 #357663 #497635

Monochromatic Colors of #357642

#357642

Complementary Color

#357642 #763569

#357642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#357642 Color CSS Codes

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

#357642 Text Font Color

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

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


#357642 Background Color

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

This div background color is #357642


#357642 Border Color

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

This div border color is #357642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357642


Comments

No comments written yet.

Please login to write comment.