Color Hex Logo

#505611 Color Hex

#505611
(80,86,17)
0 Favorites   0 Comments

Color spaces of #505611

RGB 808617
HSL0.180.670.20
HSV65°80°34°
CMYK 0.070.000.80   0.66
XYZ6.73728.40151.7969
Yxy8.40150.39780.4961
Hunter Lab28.9853-9.234716.6141
CIE-Lab34.8054-12.062136.6760

#505611 color RGB value is (80,86,17).

#505611 hex color red value is 80, green value is 86 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #505611 hue: 0.18 , saturation: 0.67 and the lightness value of 505611 is 0.20.

The process color (four color CMYK) of #505611 color hex is 0.07, 0.00, 0.80, 0.66. Web safe color of #505611 is #666600. Color #505611 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 00010001
Octal 120 126 21
Decimal 80 86 17
Hex 50 56 11

RGB Percentages of Color #505611

%43.72
%46.99
%9.29

CMYK Percentages of Color #505611

%7
%0
%80
%66

Triadic Colors of #505611

#505611 #115056 #561150

Analogous Colors of #505611

#505611 #2e5611 #563a11

Monochromatic Colors of #505611

#505611

Complementary Color

#505611 #171156

#505611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505611 Color CSS Codes

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

#505611 Text Font Color

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

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


#505611 Background Color

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

This div background color is #505611


#505611 Border Color

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

This div border color is #505611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505611


Comments

No comments written yet.

Please login to write comment.