Color Hex Logo

#356820 Color Hex

#356820
(53,104,32)
0 Favorites   0 Comments

Color spaces of #356820

RGB 5310432
HSL0.280.530.27
HSV103°69°41°
CMYK 0.490.000.69   0.59
XYZ6.679210.76183.0917
Yxy10.76180.32530.5241
Hunter Lab32.8052-21.066117.3759
CIE-Lab39.1763-31.497734.1158

#356820 color RGB value is (53,104,32).

#356820 hex color red value is 53, green value is 104 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #356820 hue: 0.28 , saturation: 0.53 and the lightness value of 356820 is 0.27.

The process color (four color CMYK) of #356820 color hex is 0.49, 0.00, 0.69, 0.59. Web safe color of #356820 is #336633. Color #356820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101000 00100000
Octal 65 150 40
Decimal 53 104 32
Hex 35 68 20

RGB Percentages of Color #356820

%28.04
%55.03
%16.93

CMYK Percentages of Color #356820

%49
%0
%69
%59

Triadic Colors of #356820

#356820 #203568 #682035

Analogous Colors of #356820

#356820 #20682f #596820

Monochromatic Colors of #356820

#356820

Complementary Color

#356820 #532068

#356820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356820 Color CSS Codes

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

#356820 Text Font Color

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

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


#356820 Background Color

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

This div background color is #356820


#356820 Border Color

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

This div border color is #356820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356820


Comments

No comments written yet.

Please login to write comment.