Color Hex Logo

#36755b Color Hex

#36755B
(54,117,91)
0 Favorites   0 Comments

Color spaces of #36755b

RGB 5411791
HSL0.430.370.34
HSV155°54°46°
CMYK 0.540.000.22   0.54
XYZ9.770914.262212.1354
Yxy14.26220.27010.3943
Hunter Lab37.7653-19.90667.3837
CIE-Lab44.6066-27.00938.2455

#36755b color RGB value is (54,117,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110101 01011011
Octal 66 165 133
Decimal 54 117 91
Hex 36 75 5B

RGB Percentages of Color #36755b

%20.61
%44.66
%34.73

CMYK Percentages of Color #36755b

%54
%0
%22
%54

Triadic Colors of #36755b

#36755b #5b3675 #755b36

Analogous Colors of #36755b

#36755b #367075 #36753c

Monochromatic Colors of #36755b

#36755b

Complementary Color

#36755b #753650

#36755b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36755b Color Preview on White Background

Lorem ipsum dolor sit amet.

#36755b Color CSS Codes

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

#36755b Text Font Color

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

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


#36755b Background Color

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

This div background color is #36755b


#36755b Border Color

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

This div border color is #36755b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36755b


Comments

No comments written yet.

Please login to write comment.