Color Hex Logo

#36563d Color Hex

#36563D
(54,86,61)
0 Favorites   0 Comments

Color spaces of #36563d

RGB 548661
HSL0.370.230.27
HSV133°37°34°
CMYK 0.370.000.29   0.66
XYZ5.69147.77685.6160
Yxy7.77680.29820.4075
Hunter Lab27.8869-12.37237.5807
CIE-Lab33.5137-17.808310.9205

#36563d color RGB value is (54,86,61).

#36563d hex color red value is 54, green value is 86 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #36563d hue: 0.37 , saturation: 0.23 and the lightness value of 36563d is 0.27.

The process color (four color CMYK) of #36563d color hex is 0.37, 0.00, 0.29, 0.66. Web safe color of #36563d is #336633. Color #36563d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01010110 00111101
Octal 66 126 75
Decimal 54 86 61
Hex 36 56 3D

RGB Percentages of Color #36563d

%26.87
%42.79
%30.35

CMYK Percentages of Color #36563d

%37
%0
%29
%66

Triadic Colors of #36563d

#36563d #3d3656 #563d36

Analogous Colors of #36563d

#36563d #36564d #3f5636

Monochromatic Colors of #36563d

#36563d

Complementary Color

#36563d #56364f

#36563d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36563d Color Preview on White Background

Lorem ipsum dolor sit amet.

#36563d Color CSS Codes

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

#36563d Text Font Color

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

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


#36563d Background Color

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

This div background color is #36563d


#36563d Border Color

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

This div border color is #36563d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,86,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36563d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36563d;
  -webkit-box-shadow: 1px 1px 3px 2px #36563d;
  box-shadow:         1px 1px 3px 2px #36563d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,86,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36563d


Comments

No comments written yet.

Please login to write comment.