Color Hex Logo

#505007 Color Hex

#505007
(80,80,7)
0 Favorites   0 Comments

Color spaces of #505007

RGB 80807
HSL0.170.840.17
HSV60°91°31°
CMYK 0.000.000.91   0.69
XYZ6.21537.45811.3130
Yxy7.45810.41470.4977
Hunter Lab27.3095-7.167316.2661
CIE-Lab32.8278-9.025338.3227

#505007 color RGB value is (80,80,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010000 00000111
Octal 120 120 7
Decimal 80 80 7
Hex 50 50 7

RGB Percentages of Color #505007

%47.90
%47.90
%4.19

CMYK Percentages of Color #505007

%0
%0
%91
%69

Triadic Colors of #505007

#505007 #075050 #500750

Analogous Colors of #505007

#505007 #2c5007 #502c07

Monochromatic Colors of #505007

#505007

Complementary Color

#505007 #070750

#505007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505007 Color CSS Codes

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

#505007 Text Font Color

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

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


#505007 Background Color

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

This div background color is #505007


#505007 Border Color

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

This div border color is #505007


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505007


Comments

No comments written yet.

Please login to write comment.