Color Hex Logo

#5e303b Color Hex

#5E303B
(94,48,59)
0 Favorites   0 Comments

Color spaces of #5e303b

RGB 944859
HSL0.960.320.28
HSV346°49°37°
CMYK 0.000.490.37   0.63
XYZ6.46254.80944.7254
Yxy4.80940.40400.3006
Hunter Lab21.930314.22282.5758
CIE-Lab26.184722.24482.4483

#5e303b color RGB value is (94,48,59).

#5e303b hex color red value is 94, green value is 48 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #5e303b hue: 0.96 , saturation: 0.32 and the lightness value of 5e303b is 0.28.

The process color (four color CMYK) of #5e303b color hex is 0.00, 0.49, 0.37, 0.63. Web safe color of #5e303b is #663333. Color #5e303b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 00110000 00111011
Octal 136 60 73
Decimal 94 48 59
Hex 5E 30 3B

RGB Percentages of Color #5e303b

%46.77
%23.88
%29.35

CMYK Percentages of Color #5e303b

%0
%49
%37
%63

Triadic Colors of #5e303b

#5e303b #3b5e30 #303b5e

Analogous Colors of #5e303b

#5e303b #5e3c30 #5e3052

Monochromatic Colors of #5e303b

#5e303b

Complementary Color

#5e303b #305e53

#5e303b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5e303b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5e303b Color CSS Codes

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

#5e303b Text Font Color

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

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


#5e303b Background Color

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

This div background color is #5e303b


#5e303b Border Color

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

This div border color is #5e303b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5e303b


Comments

No comments written yet.

Please login to write comment.