Color Hex Logo

#368f48 Color Hex

#368F48
(54,143,72)
0 Favorites   0 Comments

Color spaces of #368f48

RGB 5414372
HSL0.370.450.39
HSV132°62°56°
CMYK 0.620.000.50   0.44
XYZ12.513520.89719.5049
Yxy20.89710.29160.4869
Hunter Lab45.7133-31.136019.6715
CIE-Lab52.8367-42.349129.9631

#368f48 color RGB value is (54,143,72).

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

The process color (four color CMYK) of #368f48 color hex is 0.62, 0.00, 0.50, 0.44. Web safe color of #368f48 is #339933. Color #368f48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001111 01001000
Octal 66 217 110
Decimal 54 143 72
Hex 36 8F 48

RGB Percentages of Color #368f48

%20.07
%53.16
%26.77

CMYK Percentages of Color #368f48

%62
%0
%50
%44

Triadic Colors of #368f48

#368f48 #48368f #8f4836

Analogous Colors of #368f48

#368f48 #368f75 #518f36

Monochromatic Colors of #368f48

#368f48

Complementary Color

#368f48 #8f367d

#368f48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368f48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368f48 Color CSS Codes

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

#368f48 Text Font Color

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

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


#368f48 Background Color

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

This div background color is #368f48


#368f48 Border Color

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

This div border color is #368f48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368f48


Comments

No comments written yet.

Please login to write comment.