Color Hex Logo

#505618 Color Hex

#505618
(80,86,24)
0 Favorites   0 Comments

Color spaces of #505618

RGB 808624
HSL0.180.560.22
HSV66°72°34°
CMYK 0.070.000.72   0.66
XYZ6.80098.42702.1323
Yxy8.42700.39180.4854
Hunter Lab29.0293-8.982815.9655
CIE-Lab34.8568-11.633333.7754

#505618 color RGB value is (80,86,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010110 00011000
Octal 120 126 30
Decimal 80 86 24
Hex 50 56 18

RGB Percentages of Color #505618

%42.11
%45.26
%12.63

CMYK Percentages of Color #505618

%7
%0
%72
%66

Triadic Colors of #505618

#505618 #185056 #561850

Analogous Colors of #505618

#505618 #315618 #563d18

Monochromatic Colors of #505618

#505618

Complementary Color

#505618 #1e1856

#505618 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505618 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505618 Color CSS Codes

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

#505618 Text Font Color

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

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


#505618 Background Color

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

This div background color is #505618


#505618 Border Color

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

This div border color is #505618


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505618


Comments

No comments written yet.

Please login to write comment.