Color Hex Logo

#5e786d Color Hex

#5E786D
(94,120,109)
0 Favorites   0 Comments

Color spaces of #5e786d

RGB 94120109
HSL0.430.120.42
HSV155°22°47°
CMYK 0.220.000.09   0.53
XYZ14.092916.916816.9905
Yxy16.91680.29360.3524
Hunter Lab41.1300-10.81594.2988
CIE-Lab48.1550-11.88922.9378

#5e786d color RGB value is (94,120,109).

#5e786d hex color red value is 94, green value is 120 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #5e786d hue: 0.43 , saturation: 0.12 and the lightness value of 5e786d is 0.42.

The process color (four color CMYK) of #5e786d color hex is 0.22, 0.00, 0.09, 0.53. Web safe color of #5e786d is #666666. Color #5e786d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01111000 01101101
Octal 136 170 155
Decimal 94 120 109
Hex 5E 78 6D

RGB Percentages of Color #5e786d

%29.10
%37.15
%33.75

CMYK Percentages of Color #5e786d

%22
%0
%9
%53

Triadic Colors of #5e786d

#5e786d #6d5e78 #786d5e

Analogous Colors of #5e786d

#5e786d #5e7678 #5e7860

Monochromatic Colors of #5e786d

#5e786d

Complementary Color

#5e786d #785e69

#5e786d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e786d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e786d Color CSS Codes

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

#5e786d Text Font Color

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

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


#5e786d Background Color

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

This div background color is #5e786d


#5e786d Border Color

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

This div border color is #5e786d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,120,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5e786d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5e786d;
  -webkit-box-shadow: 1px 1px 3px 2px #5e786d;
  box-shadow:         1px 1px 3px 2px #5e786d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,120,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e786d


Comments

No comments written yet.

Please login to write comment.