Color Hex Logo

#504a1b Color Hex

#504A1B
(80,74,27)
0 Favorites   0 Comments

Color spaces of #504a1b

RGB 807427
HSL0.150.500.21
HSV53°66°31°
CMYK 0.000.070.66   0.69
XYZ5.95496.68222.0128
Yxy6.68220.40650.4561
Hunter Lab25.8500-4.117413.4784
CIE-Lab31.0722-4.311428.2767

#504a1b color RGB value is (80,74,27).

#504a1b hex color red value is 80, green value is 74 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #504a1b hue: 0.15 , saturation: 0.50 and the lightness value of 504a1b is 0.21.

The process color (four color CMYK) of #504a1b color hex is 0.00, 0.07, 0.66, 0.69. Web safe color of #504a1b is #663333. Color #504a1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001010 00011011
Octal 120 112 33
Decimal 80 74 27
Hex 50 4A 1B

RGB Percentages of Color #504a1b

%44.20
%40.88
%14.92

CMYK Percentages of Color #504a1b

%0
%7
%66
%69

Triadic Colors of #504a1b

#504a1b #1b504a #4a1b50

Analogous Colors of #504a1b

#504a1b #3c501b #50301b

Monochromatic Colors of #504a1b

#504a1b

Complementary Color

#504a1b #1b2150

#504a1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504a1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#504a1b Color CSS Codes

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

#504a1b Text Font Color

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

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


#504a1b Background Color

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

This div background color is #504a1b


#504a1b Border Color

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

This div border color is #504a1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504a1b


Comments

No comments written yet.

Please login to write comment.