Color Hex Logo

#505106 Color Hex

#505106
(80,81,6)
0 Favorites   0 Comments

Color spaces of #505106

RGB 80816
HSL0.170.860.17
HSV61°93°32°
CMYK 0.010.000.93   0.68
XYZ6.28367.60351.3087
Yxy7.60350.41350.5004
Hunter Lab27.5744-7.579116.4882
CIE-Lab33.1431-9.649038.9163

#505106 color RGB value is (80,81,6).

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

The process color (four color CMYK) of #505106 color hex is 0.01, 0.00, 0.93, 0.68. Web safe color of #505106 is #666600. Color #505106 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010001 00000110
Octal 120 121 6
Decimal 80 81 6
Hex 50 51 6

RGB Percentages of Color #505106

%47.90
%48.50
%3.59

CMYK Percentages of Color #505106

%1
%0
%93
%68

Triadic Colors of #505106

#505106 #065051 #510650

Analogous Colors of #505106

#505106 #2b5106 #512d06

Monochromatic Colors of #505106

#505106

Complementary Color

#505106 #070651

#505106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505106 Color CSS Codes

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

#505106 Text Font Color

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

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


#505106 Background Color

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

This div background color is #505106


#505106 Border Color

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

This div border color is #505106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505106


Comments

No comments written yet.

Please login to write comment.