Color Hex Logo

#50393f Color Hex

#50393F
(80,57,63)
0 Favorites   0 Comments

Color spaces of #50393f

RGB 805763
HSL0.960.170.27
HSV344°29°31°
CMYK 0.000.290.21   0.69
XYZ5.66864.99065.3671
Yxy4.99060.35370.3114
Hunter Lab22.33976.19931.3933
CIE-Lab26.708011.26500.3030

#50393f color RGB value is (80,57,63).

#50393f hex color red value is 80, green value is 57 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #50393f hue: 0.96 , saturation: 0.17 and the lightness value of 50393f is 0.27.

The process color (four color CMYK) of #50393f color hex is 0.00, 0.29, 0.21, 0.69. Web safe color of #50393f is #663333. Color #50393f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00111001 00111111
Octal 120 71 77
Decimal 80 57 63
Hex 50 39 3F

RGB Percentages of Color #50393f

%40.00
%28.50
%31.50

CMYK Percentages of Color #50393f

%0
%29
%21
%69

Triadic Colors of #50393f

#50393f #3f5039 #393f50

Analogous Colors of #50393f

#50393f #503f39 #50394b

Monochromatic Colors of #50393f

#50393f

Complementary Color

#50393f #39504a

#50393f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50393f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50393f Color CSS Codes

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

#50393f Text Font Color

<p style="color:#50393f">Text here</p>

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


#50393f Background Color

<div style="background-color:#50393f">
Div content here</div>

This div background color is #50393f


#50393f Border Color

<div style="border:3px solid #50393f">
Div here</div>

This div border color is #50393f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,57,63, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50393f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50393f;
  -webkit-box-shadow: 1px 1px 3px 2px #50393f;
  box-shadow:         1px 1px 3px 2px #50393f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50393f


Comments

No comments written yet.

Please login to write comment.