Color Hex Logo

#5e503e Color Hex

#5E503E
(94,80,62)
0 Favorites   0 Comments

Color spaces of #5e503e

RGB 948062
HSL0.090.210.31
HSV34°34°37°
CMYK 0.000.150.34   0.63
XYZ8.35438.46485.7510
Yxy8.46480.37010.3750
Hunter Lab29.09430.34048.6463
CIE-Lab34.93272.773212.7753

#5e503e color RGB value is (94,80,62).

#5e503e hex color red value is 94, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #5e503e hue: 0.09 , saturation: 0.21 and the lightness value of 5e503e is 0.31.

The process color (four color CMYK) of #5e503e color hex is 0.00, 0.15, 0.34, 0.63. Web safe color of #5e503e is #666633. Color #5e503e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 01010000 00111110
Octal 136 120 76
Decimal 94 80 62
Hex 5E 50 3E

RGB Percentages of Color #5e503e

%39.83
%33.90
%26.27

CMYK Percentages of Color #5e503e

%0
%15
%34
%63

Triadic Colors of #5e503e

#5e503e #3e5e50 #503e5e

Analogous Colors of #5e503e

#5e503e #5c5e3e #5e403e

Monochromatic Colors of #5e503e

#5e503e

Complementary Color

#5e503e #3e4c5e

#5e503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e503e Color CSS Codes

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

#5e503e Text Font Color

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

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


#5e503e Background Color

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

This div background color is #5e503e


#5e503e Border Color

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

This div border color is #5e503e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e503e


Comments

No comments written yet.

Please login to write comment.