Color Hex Logo

#368f68 Color Hex

#368F68
(54,143,104)
0 Favorites   0 Comments

Color spaces of #368f68

RGB 54143104
HSL0.430.450.39
HSV154°62°56°
CMYK 0.620.000.27   0.44
XYZ13.842521.428716.5033
Yxy21.42870.26740.4139
Hunter Lab46.2911-27.632411.2663
CIE-Lab53.4155-36.140513.0468

#368f68 color RGB value is (54,143,104).

#368f68 hex color red value is 54, green value is 143 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #368f68 hue: 0.43 , saturation: 0.45 and the lightness value of 368f68 is 0.39.

The process color (four color CMYK) of #368f68 color hex is 0.62, 0.00, 0.27, 0.44. Web safe color of #368f68 is #339966. Color #368f68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001111 01101000
Octal 66 217 150
Decimal 54 143 104
Hex 36 8F 68

RGB Percentages of Color #368f68

%17.94
%47.51
%34.55

CMYK Percentages of Color #368f68

%62
%0
%27
%44

Triadic Colors of #368f68

#368f68 #68368f #8f6836

Analogous Colors of #368f68

#368f68 #368a8f #368f3c

Monochromatic Colors of #368f68

#368f68

Complementary Color

#368f68 #8f365d

#368f68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368f68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368f68 Color CSS Codes

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

#368f68 Text Font Color

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

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


#368f68 Background Color

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

This div background color is #368f68


#368f68 Border Color

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

This div border color is #368f68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368f68


Comments

No comments written yet.

Please login to write comment.