Color Hex Logo

#368a6e Color Hex

#368A6E
(54,138,110)
0 Favorites   0 Comments

Color spaces of #368a6e

RGB 54138110
HSL0.440.440.38
HSV160°61°54°
CMYK 0.610.000.20   0.46
XYZ13.424320.087017.9215
Yxy20.08700.26100.3905
Hunter Lab44.8185-24.96717.6648
CIE-Lab51.9354-32.43717.5239

#368a6e color RGB value is (54,138,110).

#368a6e hex color red value is 54, green value is 138 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #368a6e hue: 0.44 , saturation: 0.44 and the lightness value of 368a6e is 0.38.

The process color (four color CMYK) of #368a6e color hex is 0.61, 0.00, 0.20, 0.46. Web safe color of #368a6e is #339966. Color #368a6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001010 01101110
Octal 66 212 156
Decimal 54 138 110
Hex 36 8A 6E

RGB Percentages of Color #368a6e

%17.88
%45.70
%36.42

CMYK Percentages of Color #368a6e

%61
%0
%20
%46

Triadic Colors of #368a6e

#368a6e #6e368a #8a6e36

Analogous Colors of #368a6e

#368a6e #367c8a #368a44

Monochromatic Colors of #368a6e

#368a6e

Complementary Color

#368a6e #8a3652

#368a6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368a6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#368a6e Color CSS Codes

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

#368a6e Text Font Color

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

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


#368a6e Background Color

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

This div background color is #368a6e


#368a6e Border Color

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

This div border color is #368a6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,138,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #368a6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #368a6e;
  -webkit-box-shadow: 1px 1px 3px 2px #368a6e;
  box-shadow:         1px 1px 3px 2px #368a6e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368a6e


Comments

No comments written yet.

Please login to write comment.