Color Hex Logo

#367062 Color Hex

#367062
(54,112,98)
0 Favorites   0 Comments

Color spaces of #367062

RGB 5411298
HSL0.460.350.33
HSV166°52°44°
CMYK 0.520.000.13   0.56
XYZ9.520113.254513.6119
Yxy13.25450.26160.3643
Hunter Lab36.4067-17.03533.3171
CIE-Lab43.1442-22.72731.9691

#367062 color RGB value is (54,112,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01110000 01100010
Octal 66 160 142
Decimal 54 112 98
Hex 36 70 62

RGB Percentages of Color #367062

%20.45
%42.42
%37.12

CMYK Percentages of Color #367062

%52
%0
%13
%56

Triadic Colors of #367062

#367062 #623670 #706236

Analogous Colors of #367062

#367062 #366170 #367045

Monochromatic Colors of #367062

#367062

Complementary Color

#367062 #703644

#367062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#367062 Color CSS Codes

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

#367062 Text Font Color

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

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


#367062 Background Color

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

This div background color is #367062


#367062 Border Color

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

This div border color is #367062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367062


Comments

No comments written yet.

Please login to write comment.