Color Hex Logo

#50303f Color Hex

#50303F
(80,48,63)
0 Favorites   0 Comments

Color spaces of #50303f

RGB 804863
HSL0.920.250.25
HSV332°40°31°
CMYK 0.000.400.21   0.69
XYZ5.26244.17835.2318
Yxy4.17830.35870.2848
Hunter Lab20.440910.1823-0.8665
CIE-Lab24.252317.0673-3.3093

#50303f color RGB value is (80,48,63).

#50303f hex color red value is 80, green value is 48 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #50303f hue: 0.92 , saturation: 0.25 and the lightness value of 50303f is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110000 00111111
Octal 120 60 77
Decimal 80 48 63
Hex 50 30 3F

RGB Percentages of Color #50303f

%41.88
%25.13
%32.98

CMYK Percentages of Color #50303f

%0
%40
%21
%69

Triadic Colors of #50303f

#50303f #3f5030 #303f50

Analogous Colors of #50303f

#50303f #503130 #50304f

Monochromatic Colors of #50303f

#50303f

Complementary Color

#50303f #305041

#50303f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50303f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50303f Color CSS Codes

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

#50303f Text Font Color

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

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


#50303f Background Color

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

This div background color is #50303f


#50303f Border Color

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

This div border color is #50303f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50303f


Comments

No comments written yet.

Please login to write comment.