Color Hex Logo

#368668 Color Hex

#368668
(54,134,104)
0 Favorites   0 Comments

Color spaces of #368668

RGB 54134104
HSL0.440.430.37
HSV158°60°53°
CMYK 0.600.000.22   0.47
XYZ12.545118.833916.0708
Yxy18.83390.26440.3969
Hunter Lab43.3980-24.34758.4229
CIE-Lab50.4923-32.03018.9466

#368668 color RGB value is (54,134,104).

#368668 hex color red value is 54, green value is 134 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #368668 hue: 0.44 , saturation: 0.43 and the lightness value of 368668 is 0.37.

The process color (four color CMYK) of #368668 color hex is 0.60, 0.00, 0.22, 0.47. Web safe color of #368668 is #339966. Color #368668 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000110 01101000
Octal 66 206 150
Decimal 54 134 104
Hex 36 86 68

RGB Percentages of Color #368668

%18.49
%45.89
%35.62

CMYK Percentages of Color #368668

%60
%0
%22
%47

Triadic Colors of #368668

#368668 #683686 #866836

Analogous Colors of #368668

#368668 #367c86 #368640

Monochromatic Colors of #368668

#368668

Complementary Color

#368668 #863654

#368668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368668 Color CSS Codes

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

#368668 Text Font Color

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

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


#368668 Background Color

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

This div background color is #368668


#368668 Border Color

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

This div border color is #368668


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,134,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 #368668">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368668


Comments

No comments written yet.

Please login to write comment.