Color Hex Logo

#5e371c Color Hex

#5E371C
(94,55,28)
0 Favorites   0 Comments

Color spaces of #5e371c

RGB 945528
HSL0.070.540.24
HSV25°70°37°
CMYK 0.000.410.70   0.63
XYZ6.19195.19591.7752
Yxy5.19590.47040.3947
Hunter Lab22.79458.597311.3388
CIE-Lab27.285714.609923.9168

#5e371c color RGB value is (94,55,28).

#5e371c hex color red value is 94, green value is 55 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #5e371c hue: 0.07 , saturation: 0.54 and the lightness value of 5e371c is 0.24.

The process color (four color CMYK) of #5e371c color hex is 0.00, 0.41, 0.70, 0.63. Web safe color of #5e371c is #663333. Color #5e371c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00110111 00011100
Octal 136 67 34
Decimal 94 55 28
Hex 5E 37 1C

RGB Percentages of Color #5e371c

%53.11
%31.07
%15.82

CMYK Percentages of Color #5e371c

%0
%41
%70
%63

Triadic Colors of #5e371c

#5e371c #1c5e37 #371c5e

Analogous Colors of #5e371c

#5e371c #5e581c #5e1c22

Monochromatic Colors of #5e371c

#5e371c

Complementary Color

#5e371c #1c435e

#5e371c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e371c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e371c Color CSS Codes

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

#5e371c Text Font Color

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

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


#5e371c Background Color

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

This div background color is #5e371c


#5e371c Border Color

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

This div border color is #5e371c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e371c


Comments

No comments written yet.

Please login to write comment.