Color Hex Logo

#501923 Color Hex

#501923
(80,25,35)
0 Favorites   0 Comments

Color spaces of #501923

RGB 802535
HSL0.970.520.21
HSV349°69°31°
CMYK 0.000.690.56   0.69
XYZ3.95932.52211.8682
Yxy2.52210.47420.3021
Hunter Lab15.881116.70964.1421
CIE-Lab18.018326.69547.0678

#501923 color RGB value is (80,25,35).

#501923 hex color red value is 80, green value is 25 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #501923 hue: 0.97 , saturation: 0.52 and the lightness value of 501923 is 0.21.

The process color (four color CMYK) of #501923 color hex is 0.00, 0.69, 0.56, 0.69. Web safe color of #501923 is #660033. Color #501923 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00011001 00100011
Octal 120 31 43
Decimal 80 25 35
Hex 50 19 23

RGB Percentages of Color #501923

%57.14
%17.86
%25.00

CMYK Percentages of Color #501923

%0
%69
%56
%69

Triadic Colors of #501923

#501923 #235019 #192350

Analogous Colors of #501923

#501923 #502b19 #50193f

Monochromatic Colors of #501923

#501923

Complementary Color

#501923 #195046

#501923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#501923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#501923 Color CSS Codes

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

#501923 Text Font Color

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

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


#501923 Background Color

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

This div background color is #501923


#501923 Border Color

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

This div border color is #501923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #501923


Comments

No comments written yet.

Please login to write comment.