Color Hex Logo

#36967f Color Hex

#36967F
(54,150,127)
0 Favorites   0 Comments

Color spaces of #36967f

RGB 54150127
HSL0.460.470.40
HSV166°64°59°
CMYK 0.640.000.15   0.41
XYZ16.258424.129323.8792
Yxy24.12930.25300.3755
Hunter Lab49.1216-26.88235.5628
CIE-Lab56.2170-33.72483.9021

#36967f color RGB value is (54,150,127).

#36967f hex color red value is 54, green value is 150 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #36967f hue: 0.46 , saturation: 0.47 and the lightness value of 36967f is 0.40.

The process color (four color CMYK) of #36967f color hex is 0.64, 0.00, 0.15, 0.41. Web safe color of #36967f is #339966. Color #36967f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10010110 01111111
Octal 66 226 177
Decimal 54 150 127
Hex 36 96 7F

RGB Percentages of Color #36967f

%16.31
%45.32
%38.37

CMYK Percentages of Color #36967f

%64
%0
%15
%41

Triadic Colors of #36967f

#36967f #7f3696 #967f36

Analogous Colors of #36967f

#36967f #367d96 #36964f

Monochromatic Colors of #36967f

#36967f

Complementary Color

#36967f #96364d

#36967f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#36967f Color Preview on White Background

Lorem ipsum dolor sit amet.

#36967f Color CSS Codes

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

#36967f Text Font Color

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

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


#36967f Background Color

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

This div background color is #36967f


#36967f Border Color

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

This div border color is #36967f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,150,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #36967f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #36967f;
  -webkit-box-shadow: 1px 1px 3px 2px #36967f;
  box-shadow:         1px 1px 3px 2px #36967f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #36967f


Comments

No comments written yet.

Please login to write comment.