Color Hex Logo

#368848 Color Hex

#368848
(54,136,72)
0 Favorites   0 Comments

Color spaces of #368848

RGB 5413672
HSL0.370.430.37
HSV133°60°53°
CMYK 0.600.000.47   0.47
XYZ11.495218.86059.1655
Yxy18.86050.29090.4772
Hunter Lab43.4287-28.752817.8871
CIE-Lab50.5236-39.474627.0438

#368848 color RGB value is (54,136,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001000 01001000
Octal 66 210 110
Decimal 54 136 72
Hex 36 88 48

RGB Percentages of Color #368848

%20.61
%51.91
%27.48

CMYK Percentages of Color #368848

%60
%0
%47
%47

Triadic Colors of #368848

#368848 #483688 #884836

Analogous Colors of #368848

#368848 #368871 #4d8836

Monochromatic Colors of #368848

#368848

Complementary Color

#368848 #883676

#368848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368848 Color CSS Codes

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

#368848 Text Font Color

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

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


#368848 Background Color

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

This div background color is #368848


#368848 Border Color

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

This div border color is #368848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368848


Comments

No comments written yet.

Please login to write comment.