Color Hex Logo

#356342 Color Hex

#356342
(53,99,66)
0 Favorites   0 Comments

Color spaces of #356342

RGB 539966
HSL0.380.300.30
HSV137°46°39°
CMYK 0.460.000.33   0.61
XYZ6.913410.07396.7343
Yxy10.07390.29140.4247
Hunter Lab31.7394-16.66359.6377
CIE-Lab37.9747-23.934413.9664

#356342 color RGB value is (53,99,66).

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

The process color (four color CMYK) of #356342 color hex is 0.46, 0.00, 0.33, 0.61. Web safe color of #356342 is #336633. Color #356342 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100011 01000010
Octal 65 143 102
Decimal 53 99 66
Hex 35 63 42

RGB Percentages of Color #356342

%24.31
%45.41
%30.28

CMYK Percentages of Color #356342

%46
%0
%33
%61

Triadic Colors of #356342

#356342 #423563 #634235

Analogous Colors of #356342

#356342 #356359 #3f6335

Monochromatic Colors of #356342

#356342

Complementary Color

#356342 #633556

#356342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356342 Color CSS Codes

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

#356342 Text Font Color

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

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


#356342 Background Color

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

This div background color is #356342


#356342 Border Color

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

This div border color is #356342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356342


Comments

No comments written yet.

Please login to write comment.