Color Hex Logo

#505004 Color Hex

#505004
(80,80,4)
0 Favorites   0 Comments

Color spaces of #505004

RGB 80804
HSL0.170.900.16
HSV60°95°31°
CMYK 0.000.000.95   0.69
XYZ6.19887.45161.2264
Yxy7.45160.41670.5009
Hunter Lab27.2976-7.236716.4446
CIE-Lab32.8136-9.142639.3295

#505004 color RGB value is (80,80,4).

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

The process color (four color CMYK) of #505004 color hex is 0.00, 0.00, 0.95, 0.69. Web safe color of #505004 is #666600. Color #505004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010000 00000100
Octal 120 120 4
Decimal 80 80 4
Hex 50 50 4

RGB Percentages of Color #505004

%48.78
%48.78
%2.44

CMYK Percentages of Color #505004

%0
%0
%95
%69

Triadic Colors of #505004

#505004 #045050 #500450

Analogous Colors of #505004

#505004 #2a5004 #502a04

Monochromatic Colors of #505004

#505004

Complementary Color

#505004 #040450

#505004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505004 Color CSS Codes

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

#505004 Text Font Color

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

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


#505004 Background Color

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

This div background color is #505004


#505004 Border Color

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

This div border color is #505004


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,80,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 #505004">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505004


Comments

No comments written yet.

Please login to write comment.