Color Hex Logo

#5e813d Color Hex

#5E813D
(94,129,61)
0 Favorites   0 Comments

Color spaces of #5e813d

RGB 9412961
HSL0.250.360.37
HSV91°53°51°
CMYK 0.270.000.53   0.49
XYZ13.308718.41717.2683
Yxy18.41710.34130.4723
Hunter Lab42.9151-19.745719.9990
CIE-Lab49.9981-24.836332.6588

#5e813d color RGB value is (94,129,61).

#5e813d hex color red value is 94, green value is 129 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #5e813d hue: 0.25 , saturation: 0.36 and the lightness value of 5e813d is 0.37.

The process color (four color CMYK) of #5e813d color hex is 0.27, 0.00, 0.53, 0.49. Web safe color of #5e813d is #669933. Color #5e813d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 10000001 00111101
Octal 136 201 75
Decimal 94 129 61
Hex 5E 81 3D

RGB Percentages of Color #5e813d

%33.10
%45.42
%21.48

CMYK Percentages of Color #5e813d

%27
%0
%53
%49

Triadic Colors of #5e813d

#5e813d #3d5e81 #813d5e

Analogous Colors of #5e813d

#5e813d #3d813e #80813d

Monochromatic Colors of #5e813d

#5e813d

Complementary Color

#5e813d #603d81

#5e813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e813d Color CSS Codes

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

#5e813d Text Font Color

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

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


#5e813d Background Color

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

This div background color is #5e813d


#5e813d Border Color

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

This div border color is #5e813d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e813d


Comments

No comments written yet.

Please login to write comment.