Color Hex Logo

#505404 Color Hex

#505404
(80,84,4)
0 Favorites   0 Comments

Color spaces of #505404

RGB 80844
HSL0.180.910.17
HSV63°95°33°
CMYK 0.050.000.95   0.67
XYZ6.50058.05491.3270
Yxy8.05490.40930.5072
Hunter Lab28.3812-8.782917.0946
CIE-Lab34.0970-11.460540.3484

#505404 color RGB value is (80,84,4).

#505404 hex color red value is 80, green value is 84 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #505404 hue: 0.18 , saturation: 0.91 and the lightness value of 505404 is 0.17.

The process color (four color CMYK) of #505404 color hex is 0.05, 0.00, 0.95, 0.67. Web safe color of #505404 is #666600. Color #505404 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010100 00000100
Octal 120 124 4
Decimal 80 84 4
Hex 50 54 4

RGB Percentages of Color #505404

%47.62
%50.00
%2.38

CMYK Percentages of Color #505404

%5
%0
%95
%67

Triadic Colors of #505404

#505404 #045054 #540450

Analogous Colors of #505404

#505404 #285404 #543004

Monochromatic Colors of #505404

#505404

Complementary Color

#505404 #080454

#505404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505404 Color CSS Codes

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

#505404 Text Font Color

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

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


#505404 Background Color

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

This div background color is #505404


#505404 Border Color

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

This div border color is #505404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505404


Comments

No comments written yet.

Please login to write comment.