Color Hex Logo

#501903 Color Hex

#501903
(80,25,3)
0 Favorites   0 Comments

Color spaces of #501903

RGB 80253
HSL0.050.930.16
HSV17°96°31°
CMYK 0.000.690.96   0.69
XYZ3.67232.40730.3573
Yxy2.40730.57050.3740
Hunter Lab15.515515.09649.4955
CIE-Lab17.494124.661325.0516

#501903 color RGB value is (80,25,3).

#501903 hex color red value is 80, green value is 25 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #501903 hue: 0.05 , saturation: 0.93 and the lightness value of 501903 is 0.16.

The process color (four color CMYK) of #501903 color hex is 0.00, 0.69, 0.96, 0.69. Web safe color of #501903 is #660000. Color #501903 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 00000011
Octal 120 31 3
Decimal 80 25 3
Hex 50 19 3

RGB Percentages of Color #501903

%74.07
%23.15
%2.78

CMYK Percentages of Color #501903

%0
%69
%96
%69

Triadic Colors of #501903

#501903 #035019 #190350

Analogous Colors of #501903

#501903 #504003 #500314

Monochromatic Colors of #501903

#501903

Complementary Color

#501903 #033a50

#501903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501903 Color CSS Codes

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

#501903 Text Font Color

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

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


#501903 Background Color

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

This div background color is #501903


#501903 Border Color

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

This div border color is #501903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501903


Comments

No comments written yet.

Please login to write comment.