Color Hex Logo

#503141 Color Hex

#503141
(80,49,65)
1 Favorites   0 Comments

Color spaces of #503141

RGB 804965
HSL0.910.240.25
HSV329°39°31°
CMYK 0.000.390.19   0.69
XYZ5.36074.28385.5453
Yxy4.28380.35290.2820
Hunter Lab20.697310.0119-1.3970
CIE-Lab24.588316.7984-4.1543

#503141 color RGB value is (80,49,65).

#503141 hex color red value is 80, green value is 49 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #503141 hue: 0.91 , saturation: 0.24 and the lightness value of 503141 is 0.25.

The process color (four color CMYK) of #503141 color hex is 0.00, 0.39, 0.19, 0.69. Web safe color of #503141 is #663333. Color #503141 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00110001 01000001
Octal 120 61 101
Decimal 80 49 65
Hex 50 31 41

RGB Percentages of Color #503141

%41.24
%25.26
%33.51

CMYK Percentages of Color #503141

%0
%39
%19
%69

Triadic Colors of #503141

#503141 #415031 #314150

Analogous Colors of #503141

#503141 #503132 #503150

Monochromatic Colors of #503141

#503141

Complementary Color

#503141 #315040

#503141 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#503141 Color Preview on White Background

Lorem ipsum dolor sit amet.

#503141 Color CSS Codes

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

#503141 Text Font Color

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

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


#503141 Background Color

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

This div background color is #503141


#503141 Border Color

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

This div border color is #503141


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #503141


Comments

No comments written yet.

Please login to write comment.