Color Hex Logo

#368766 Color Hex

#368766
(54,135,102)
0 Favorites   0 Comments

Color spaces of #368766

RGB 54135102
HSL0.430.430.37
HSV156°60°53°
CMYK 0.600.000.24   0.47
XYZ12.583619.071515.5883
Yxy19.07150.26640.4037
Hunter Lab43.6709-24.99019.4061
CIE-Lab50.7708-32.970110.4952

#368766 color RGB value is (54,135,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000111 01100110
Octal 66 207 146
Decimal 54 135 102
Hex 36 87 66

RGB Percentages of Color #368766

%18.56
%46.39
%35.05

CMYK Percentages of Color #368766

%60
%0
%24
%47

Triadic Colors of #368766

#368766 #663687 #876636

Analogous Colors of #368766

#368766 #368087 #36873e

Monochromatic Colors of #368766

#368766

Complementary Color

#368766 #873657

#368766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368766 Color CSS Codes

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

#368766 Text Font Color

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

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


#368766 Background Color

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

This div background color is #368766


#368766 Border Color

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

This div border color is #368766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368766


Comments

No comments written yet.

Please login to write comment.