Color Hex Logo

#356b29 Color Hex

#356B29
(53,107,41)
0 Favorites   0 Comments

Color spaces of #356b29

RGB 5310741
HSL0.300.450.29
HSV109°62°42°
CMYK 0.500.000.62   0.58
XYZ7.126111.43243.9289
Yxy11.43240.31690.5084
Hunter Lab33.8118-21.550516.7788
CIE-Lab40.2994-31.835630.9783

#356b29 color RGB value is (53,107,41).

#356b29 hex color red value is 53, green value is 107 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #356b29 hue: 0.30 , saturation: 0.45 and the lightness value of 356b29 is 0.29.

The process color (four color CMYK) of #356b29 color hex is 0.50, 0.00, 0.62, 0.58. Web safe color of #356b29 is #336633. Color #356b29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01101011 00101001
Octal 65 153 51
Decimal 53 107 41
Hex 35 6B 29

RGB Percentages of Color #356b29

%26.37
%53.23
%20.40

CMYK Percentages of Color #356b29

%50
%0
%62
%58

Triadic Colors of #356b29

#356b29 #29356b #6b2935

Analogous Colors of #356b29

#356b29 #296b3e #566b29

Monochromatic Colors of #356b29

#356b29

Complementary Color

#356b29 #5f296b

#356b29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356b29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356b29 Color CSS Codes

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

#356b29 Text Font Color

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

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


#356b29 Background Color

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

This div background color is #356b29


#356b29 Border Color

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

This div border color is #356b29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356b29

#356b29 Color Palettes


Comments

No comments written yet.

Please login to write comment.