Color Hex Logo

#368758 Color Hex

#368758
(54,135,88)
0 Favorites   0 Comments

Color spaces of #368758

RGB 5413588
HSL0.400.430.37
HSV145°60°53°
CMYK 0.600.000.35   0.47
XYZ11.946718.816812.2349
Yxy18.81680.27780.4376
Hunter Lab43.3783-26.751913.6420
CIE-Lab50.4722-36.057218.0962

#368758 color RGB value is (54,135,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 10000111 01011000
Octal 66 207 130
Decimal 54 135 88
Hex 36 87 58

RGB Percentages of Color #368758

%19.49
%48.74
%31.77

CMYK Percentages of Color #368758

%60
%0
%35
%47

Triadic Colors of #368758

#368758 #583687 #875836

Analogous Colors of #368758

#368758 #368781 #3d8736

Monochromatic Colors of #368758

#368758

Complementary Color

#368758 #873665

#368758 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#368758 Color Preview on White Background

Lorem ipsum dolor sit amet.

#368758 Color CSS Codes

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

#368758 Text Font Color

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

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


#368758 Background Color

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

This div background color is #368758


#368758 Border Color

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

This div border color is #368758


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #368758


Comments

No comments written yet.

Please login to write comment.