Color Hex Logo

#367063 Color Hex

#367063
(54,112,99)
0 Favorites   0 Comments

Color spaces of #367063

RGB 5411299
HSL0.460.350.33
HSV167°52°44°
CMYK 0.520.000.12   0.56
XYZ9.567613.273513.8621
Yxy13.27350.26070.3616
Hunter Lab36.4328-16.88162.9441
CIE-Lab43.1725-22.46351.4088

#367063 color RGB value is (54,112,99).

#367063 hex color red value is 54, green value is 112 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #367063 hue: 0.46 , saturation: 0.35 and the lightness value of 367063 is 0.33.

The process color (four color CMYK) of #367063 color hex is 0.52, 0.00, 0.12, 0.56. Web safe color of #367063 is #336666. Color #367063 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110000 01100011
Octal 66 160 143
Decimal 54 112 99
Hex 36 70 63

RGB Percentages of Color #367063

%20.38
%42.26
%37.36

CMYK Percentages of Color #367063

%52
%0
%12
%56

Triadic Colors of #367063

#367063 #633670 #706336

Analogous Colors of #367063

#367063 #366070 #367046

Monochromatic Colors of #367063

#367063

Complementary Color

#367063 #703643

#367063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#367063 Color CSS Codes

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

#367063 Text Font Color

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

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


#367063 Background Color

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

This div background color is #367063


#367063 Border Color

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

This div border color is #367063


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,112,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #367063; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #367063;
  -webkit-box-shadow: 1px 1px 3px 2px #367063;
  box-shadow:         1px 1px 3px 2px #367063; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367063


Comments

No comments written yet.

Please login to write comment.