Color Hex Logo

#368858 Color Hex

#368858
(54,136,88)
0 Favorites   0 Comments

Color spaces of #368858

RGB 5413688
HSL0.400.430.37
HSV145°60°53°
CMYK 0.600.000.35   0.47
XYZ12.086919.097212.2816
Yxy19.09720.27810.4394
Hunter Lab43.7003-27.105013.9273
CIE-Lab50.8007-36.497418.5400

#368858 color RGB value is (54,136,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10001000 01011000
Octal 66 210 130
Decimal 54 136 88
Hex 36 88 58

RGB Percentages of Color #368858

%19.42
%48.92
%31.65

CMYK Percentages of Color #368858

%60
%0
%35
%47

Triadic Colors of #368858

#368858 #583688 #885836

Analogous Colors of #368858

#368858 #368881 #3d8836

Monochromatic Colors of #368858

#368858

Complementary Color

#368858 #883666

#368858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368858 Color CSS Codes

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

#368858 Text Font Color

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

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


#368858 Background Color

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

This div background color is #368858


#368858 Border Color

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

This div border color is #368858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368858


Comments

No comments written yet.

Please login to write comment.