Color Hex Logo

#5e7368 Color Hex

#5E7368
(94,115,104)
0 Favorites   0 Comments

Color spaces of #5e7368

RGB 94115104
HSL0.410.100.41
HSV149°18°45°
CMYK 0.180.000.10   0.55
XYZ13.245515.640615.4175
Yxy15.64060.29900.3530
Hunter Lab39.5482-9.42604.5701
CIE-Lab46.4994-10.16713.5143

#5e7368 color RGB value is (94,115,104).

#5e7368 hex color red value is 94, green value is 115 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #5e7368 hue: 0.41 , saturation: 0.10 and the lightness value of 5e7368 is 0.41.

The process color (four color CMYK) of #5e7368 color hex is 0.18, 0.00, 0.10, 0.55. Web safe color of #5e7368 is #666666. Color #5e7368 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01110011 01101000
Octal 136 163 150
Decimal 94 115 104
Hex 5E 73 68

RGB Percentages of Color #5e7368

%30.03
%36.74
%33.23

CMYK Percentages of Color #5e7368

%18
%0
%10
%55

Triadic Colors of #5e7368

#5e7368 #685e73 #73685e

Analogous Colors of #5e7368

#5e7368 #5e7373 #5f735e

Monochromatic Colors of #5e7368

#5e7368

Complementary Color

#5e7368 #735e69

#5e7368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e7368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e7368 Color CSS Codes

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

#5e7368 Text Font Color

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

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


#5e7368 Background Color

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

This div background color is #5e7368


#5e7368 Border Color

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

This div border color is #5e7368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e7368


Comments

No comments written yet.

Please login to write comment.