Color Hex Logo

#50330d Color Hex

#50330D
(80,51,13)
0 Favorites   0 Comments

Color spaces of #50330d

RGB 805113
HSL0.090.720.18
HSV34°84°31°
CMYK 0.000.360.84   0.69
XYZ4.56474.10220.9320
Yxy4.10220.47550.4274
Hunter Lab20.25394.785011.4494
CIE-Lab24.00659.302828.0597

#50330d color RGB value is (80,51,13).

#50330d hex color red value is 80, green value is 51 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #50330d hue: 0.09 , saturation: 0.72 and the lightness value of 50330d is 0.18.

The process color (four color CMYK) of #50330d color hex is 0.00, 0.36, 0.84, 0.69. Web safe color of #50330d is #663300. Color #50330d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110011 00001101
Octal 120 63 15
Decimal 80 51 13
Hex 50 33 D

RGB Percentages of Color #50330d

%55.56
%35.42
%9.03

CMYK Percentages of Color #50330d

%0
%36
%84
%69

Triadic Colors of #50330d

#50330d #0d5033 #330d50

Analogous Colors of #50330d

#50330d #4b500d #50120d

Monochromatic Colors of #50330d

#50330d

Complementary Color

#50330d #0d2a50

#50330d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50330d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50330d Color CSS Codes

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

#50330d Text Font Color

<p style="color:#50330d">Text here</p>

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


#50330d Background Color

<div style="background-color:#50330d">
Div content here</div>

This div background color is #50330d


#50330d Border Color

<div style="border:3px solid #50330d">
Div here</div>

This div border color is #50330d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,51,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50330d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50330d;
  -webkit-box-shadow: 1px 1px 3px 2px #50330d;
  box-shadow:         1px 1px 3px 2px #50330d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50330d


Comments

No comments written yet.

Please login to write comment.