Color Hex Logo

#368368 Color Hex

#368368
(54,131,104)
0 Favorites   0 Comments

Color spaces of #368368

RGB 54131104
HSL0.440.420.36
HSV159°59°51°
CMYK 0.590.000.21   0.49
XYZ12.136318.016315.9346
Yxy18.01630.26330.3909
Hunter Lab42.4456-23.24207.4537
CIE-Lab49.5159-30.61717.5625

#368368 color RGB value is (54,131,104).

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

The process color (four color CMYK) of #368368 color hex is 0.59, 0.00, 0.21, 0.49. Web safe color of #368368 is #339966. Color #368368 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000011 01101000
Octal 66 203 150
Decimal 54 131 104
Hex 36 83 68

RGB Percentages of Color #368368

%18.69
%45.33
%35.99

CMYK Percentages of Color #368368

%59
%0
%21
%49

Triadic Colors of #368368

#368368 #683683 #836836

Analogous Colors of #368368

#368368 #367883 #368342

Monochromatic Colors of #368368

#368368

Complementary Color

#368368 #833651

#368368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368368 Color CSS Codes

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

#368368 Text Font Color

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

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


#368368 Background Color

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

This div background color is #368368


#368368 Border Color

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

This div border color is #368368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368368


Comments

No comments written yet.

Please login to write comment.