Color Hex Logo

#356529 Color Hex

#356529
(53,101,41)
0 Favorites   0 Comments

Color spaces of #356529

RGB 5310141
HSL0.300.420.28
HSV108°59°40°
CMYK 0.480.000.59   0.60
XYZ6.522110.22433.7276
Yxy10.22430.31860.4994
Hunter Lab31.9755-19.548015.4710
CIE-Lab38.2420-29.100928.5796

#356529 color RGB value is (53,101,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01100101 00101001
Octal 65 145 51
Decimal 53 101 41
Hex 35 65 29

RGB Percentages of Color #356529

%27.18
%51.79
%21.03

CMYK Percentages of Color #356529

%48
%0
%59
%60

Triadic Colors of #356529

#356529 #293565 #652935

Analogous Colors of #356529

#356529 #29653b #536529

Monochromatic Colors of #356529

#356529

Complementary Color

#356529 #592965

#356529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#356529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#356529 Color CSS Codes

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

#356529 Text Font Color

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

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


#356529 Background Color

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

This div background color is #356529


#356529 Border Color

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

This div border color is #356529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #356529


Comments

No comments written yet.

Please login to write comment.