Color Hex Logo

#36755a Color Hex

#36755A
(54,117,90)
0 Favorites   0 Comments

Color spaces of #36755a

RGB 5411790
HSL0.430.370.34
HSV154°54°46°
CMYK 0.540.000.23   0.54
XYZ9.728114.245011.9097
Yxy14.24500.27110.3970
Hunter Lab37.7425-20.04137.7108
CIE-Lab44.5823-27.24688.8039

#36755a color RGB value is (54,117,90).

#36755a hex color red value is 54, green value is 117 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #36755a hue: 0.43 , saturation: 0.37 and the lightness value of 36755a is 0.34.

The process color (four color CMYK) of #36755a color hex is 0.54, 0.00, 0.23, 0.54. Web safe color of #36755a is #336666. Color #36755a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110101 01011010
Octal 66 165 132
Decimal 54 117 90
Hex 36 75 5A

RGB Percentages of Color #36755a

%20.69
%44.83
%34.48

CMYK Percentages of Color #36755a

%54
%0
%23
%54

Triadic Colors of #36755a

#36755a #5a3675 #755a36

Analogous Colors of #36755a

#36755a #367175 #36753b

Monochromatic Colors of #36755a

#36755a

Complementary Color

#36755a #753651

#36755a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36755a Color Preview on White Background

Lorem ipsum dolor sit amet.

#36755a Color CSS Codes

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

#36755a Text Font Color

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

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


#36755a Background Color

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

This div background color is #36755a


#36755a Border Color

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

This div border color is #36755a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,117,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36755a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36755a;
  -webkit-box-shadow: 1px 1px 3px 2px #36755a;
  box-shadow:         1px 1px 3px 2px #36755a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36755a


Comments

No comments written yet.

Please login to write comment.