Color Hex Logo

#356629 Color Hex

#356629
(53,102,41)
0 Favorites   0 Comments

Color spaces of #356629

RGB 5310241
HSL0.300.430.28
HSV108°60°40°
CMYK 0.480.000.60   0.60
XYZ6.619810.41973.7601
Yxy10.41970.31830.5010
Hunter Lab32.2796-19.883015.6893
CIE-Lab38.5854-29.563928.9834

#356629 color RGB value is (53,102,41).

#356629 hex color red value is 53, green value is 102 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #356629 hue: 0.30 , saturation: 0.43 and the lightness value of 356629 is 0.28.

The process color (four color CMYK) of #356629 color hex is 0.48, 0.00, 0.60, 0.60. Web safe color of #356629 is #336633. Color #356629 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100110 00101001
Octal 65 146 51
Decimal 53 102 41
Hex 35 66 29

RGB Percentages of Color #356629

%27.04
%52.04
%20.92

CMYK Percentages of Color #356629

%48
%0
%60
%60

Triadic Colors of #356629

#356629 #293566 #662935

Analogous Colors of #356629

#356629 #29663c #546629

Monochromatic Colors of #356629

#356629

Complementary Color

#356629 #5a2966

#356629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356629 Color CSS Codes

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

#356629 Text Font Color

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

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


#356629 Background Color

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

This div background color is #356629


#356629 Border Color

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

This div border color is #356629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356629


Comments

No comments written yet.

Please login to write comment.