Color Hex Logo

#50240b Color Hex

#50240B
(80,36,11)
0 Favorites   0 Comments

Color spaces of #50240b

RGB 803611
HSL0.060.760.18
HSV22°86°31°
CMYK 0.000.550.86   0.69
XYZ3.99952.99140.6832
Yxy2.99140.52120.3898
Hunter Lab17.295711.00949.7649
CIE-Lab20.009418.697524.7269

#50240b color RGB value is (80,36,11).

#50240b hex color red value is 80, green value is 36 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #50240b hue: 0.06 , saturation: 0.76 and the lightness value of 50240b is 0.18.

The process color (four color CMYK) of #50240b color hex is 0.00, 0.55, 0.86, 0.69. Web safe color of #50240b is #663300. Color #50240b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100100 00001011
Octal 120 44 13
Decimal 80 36 11
Hex 50 24 B

RGB Percentages of Color #50240b

%62.99
%28.35
%8.66

CMYK Percentages of Color #50240b

%0
%55
%86
%69

Triadic Colors of #50240b

#50240b #0b5024 #240b50

Analogous Colors of #50240b

#50240b #50470b #500b15

Monochromatic Colors of #50240b

#50240b

Complementary Color

#50240b #0b3750

#50240b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50240b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50240b Color CSS Codes

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

#50240b Text Font Color

<p style="color:#50240b">Text here</p>

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


#50240b Background Color

<div style="background-color:#50240b">
Div content here</div>

This div background color is #50240b


#50240b Border Color

<div style="border:3px solid #50240b">
Div here</div>

This div border color is #50240b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,36,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50240b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50240b;
  -webkit-box-shadow: 1px 1px 3px 2px #50240b;
  box-shadow:         1px 1px 3px 2px #50240b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50240b


Comments

No comments written yet.

Please login to write comment.