Color Hex Logo

#504912 Color Hex

#504912
(80,73,18)
0 Favorites   0 Comments

Color spaces of #504912

RGB 807318
HSL0.150.630.19
HSV53°78°31°
CMYK 0.000.090.78   0.69
XYZ5.80006.51421.5239
Yxy6.51420.41910.4707
Hunter Lab25.5229-4.101614.3260
CIE-Lab30.6744-4.333632.2751

#504912 color RGB value is (80,73,18).

#504912 hex color red value is 80, green value is 73 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #504912 hue: 0.15 , saturation: 0.63 and the lightness value of 504912 is 0.19.

The process color (four color CMYK) of #504912 color hex is 0.00, 0.09, 0.78, 0.69. Web safe color of #504912 is #663300. Color #504912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001001 00010010
Octal 120 111 22
Decimal 80 73 18
Hex 50 49 12

RGB Percentages of Color #504912

%46.78
%42.69
%10.53

CMYK Percentages of Color #504912

%0
%9
%78
%69

Triadic Colors of #504912

#504912 #125049 #491250

Analogous Colors of #504912

#504912 #385012 #502a12

Monochromatic Colors of #504912

#504912

Complementary Color

#504912 #121950

#504912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#504912 Color CSS Codes

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

#504912 Text Font Color

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

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


#504912 Background Color

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

This div background color is #504912


#504912 Border Color

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

This div border color is #504912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504912


Comments

No comments written yet.

Please login to write comment.