Color Hex Logo

#368870 Color Hex

#368870
(54,136,112)
0 Favorites   0 Comments

Color spaces of #368870

RGB 54136112
HSL0.450.430.37
HSV162°60°53°
CMYK 0.600.000.18   0.47
XYZ13.250119.562418.4068
Yxy19.56240.25870.3819
Hunter Lab44.2294-23.92706.2861
CIE-Lab51.3388-30.99665.5147

#368870 color RGB value is (54,136,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001000 01110000
Octal 66 210 160
Decimal 54 136 112
Hex 36 88 70

RGB Percentages of Color #368870

%17.88
%45.03
%37.09

CMYK Percentages of Color #368870

%60
%0
%18
%47

Triadic Colors of #368870

#368870 #703688 #887036

Analogous Colors of #368870

#368870 #367788 #368847

Monochromatic Colors of #368870

#368870

Complementary Color

#368870 #88364e

#368870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368870 Color CSS Codes

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

#368870 Text Font Color

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

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


#368870 Background Color

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

This div background color is #368870


#368870 Border Color

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

This div border color is #368870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368870


Comments

No comments written yet.

Please login to write comment.