Color Hex Logo

#50363f Color Hex

#50363F
(80,54,63)
0 Favorites   0 Comments

Color spaces of #50363f

RGB 805463
HSL0.940.190.26
HSV339°33°31°
CMYK 0.000.330.21   0.69
XYZ5.52464.70275.3192
Yxy4.70270.35540.3025
Hunter Lab21.68577.52420.6370
CIE-Lab25.870413.2068-0.9222

#50363f color RGB value is (80,54,63).

#50363f hex color red value is 80, green value is 54 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #50363f hue: 0.94 , saturation: 0.19 and the lightness value of 50363f is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110110 00111111
Octal 120 66 77
Decimal 80 54 63
Hex 50 36 3F

RGB Percentages of Color #50363f

%40.61
%27.41
%31.98

CMYK Percentages of Color #50363f

%0
%33
%21
%69

Triadic Colors of #50363f

#50363f #3f5036 #363f50

Analogous Colors of #50363f

#50363f #503a36 #50364c

Monochromatic Colors of #50363f

#50363f

Complementary Color

#50363f #365047

#50363f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50363f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50363f Color CSS Codes

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

#50363f Text Font Color

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

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


#50363f Background Color

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

This div background color is #50363f


#50363f Border Color

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

This div border color is #50363f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,54,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 #50363f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50363f


Comments

No comments written yet.

Please login to write comment.