Color Hex Logo

#368344 Color Hex

#368344
(54,131,68)
0 Favorites   0 Comments

Color spaces of #368344

RGB 5413168
HSL0.360.420.36
HSV131°59°51°
CMYK 0.590.000.48   0.49
XYZ10.681017.43428.2710
Yxy17.43420.29350.4791
Hunter Lab41.7543-27.408617.4834
CIE-Lab48.8025-38.037727.0261

#368344 color RGB value is (54,131,68).

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

The process color (four color CMYK) of #368344 color hex is 0.59, 0.00, 0.48, 0.49. Web safe color of #368344 is #339933. Color #368344 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000011 01000100
Octal 66 203 104
Decimal 54 131 68
Hex 36 83 44

RGB Percentages of Color #368344

%21.34
%51.78
%26.88

CMYK Percentages of Color #368344

%59
%0
%48
%49

Triadic Colors of #368344

#368344 #443683 #834436

Analogous Colors of #368344

#368344 #36836b #4f8336

Monochromatic Colors of #368344

#368344

Complementary Color

#368344 #833675

#368344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368344 Color CSS Codes

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

#368344 Text Font Color

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

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


#368344 Background Color

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

This div background color is #368344


#368344 Border Color

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

This div border color is #368344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368344


Comments

No comments written yet.

Please login to write comment.