Color Hex Logo

#368648 Color Hex

#368648
(54,134,72)
0 Favorites   0 Comments

Color spaces of #368648

RGB 5413472
HSL0.370.430.37
HSV134°60°53°
CMYK 0.600.000.46   0.47
XYZ11.216118.30239.0724
Yxy18.30230.29060.4743
Hunter Lab42.7812-28.069117.3735
CIE-Lab49.8607-38.635026.1987

#368648 color RGB value is (54,134,72).

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

The process color (four color CMYK) of #368648 color hex is 0.60, 0.00, 0.46, 0.47. Web safe color of #368648 is #339933. Color #368648 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000110 01001000
Octal 66 206 110
Decimal 54 134 72
Hex 36 86 48

RGB Percentages of Color #368648

%20.77
%51.54
%27.69

CMYK Percentages of Color #368648

%60
%0
%46
%47

Triadic Colors of #368648

#368648 #483686 #864836

Analogous Colors of #368648

#368648 #368670 #4c8636

Monochromatic Colors of #368648

#368648

Complementary Color

#368648 #863674

#368648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368648 Color CSS Codes

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

#368648 Text Font Color

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

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


#368648 Background Color

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

This div background color is #368648


#368648 Border Color

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

This div border color is #368648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368648


Comments

No comments written yet.

Please login to write comment.