Color Hex Logo

#504013 Color Hex

#504013
(80,64,19)
0 Favorites   0 Comments

Color spaces of #504013

RGB 806419
HSL0.120.620.19
HSV44°76°31°
CMYK 0.000.200.76   0.69
XYZ5.25925.41931.3849
Yxy5.41930.43600.4492
Hunter Lab23.2794-0.412812.7684
CIE-Lab27.89741.317128.9996

#504013 color RGB value is (80,64,19).

#504013 hex color red value is 80, green value is 64 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #504013 hue: 0.12 , saturation: 0.62 and the lightness value of 504013 is 0.19.

The process color (four color CMYK) of #504013 color hex is 0.00, 0.20, 0.76, 0.69. Web safe color of #504013 is #663300. Color #504013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000000 00010011
Octal 120 100 23
Decimal 80 64 19
Hex 50 40 13

RGB Percentages of Color #504013

%49.08
%39.26
%11.66

CMYK Percentages of Color #504013

%0
%20
%76
%69

Triadic Colors of #504013

#504013 #135040 #401350

Analogous Colors of #504013

#504013 #425013 #502213

Monochromatic Colors of #504013

#504013

Complementary Color

#504013 #132350

#504013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504013 Color CSS Codes

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

#504013 Text Font Color

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

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


#504013 Background Color

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

This div background color is #504013


#504013 Border Color

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

This div border color is #504013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504013


Comments

No comments written yet.

Please login to write comment.