Color Hex Logo

#505c11 Color Hex

#505C11
(80,92,17)
0 Favorites   0 Comments

Color spaces of #505c11

RGB 809217
HSL0.190.690.21
HSV70°82°36°
CMYK 0.130.000.82   0.64
XYZ7.23669.40021.9633
Yxy9.40020.38910.5054
Hunter Lab30.6597-11.523317.6652
CIE-Lab36.7437-15.425038.4922

#505c11 color RGB value is (80,92,17).

#505c11 hex color red value is 80, green value is 92 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #505c11 hue: 0.19 , saturation: 0.69 and the lightness value of 505c11 is 0.21.

The process color (four color CMYK) of #505c11 color hex is 0.13, 0.00, 0.82, 0.64. Web safe color of #505c11 is #666600. Color #505c11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011100 00010001
Octal 120 134 21
Decimal 80 92 17
Hex 50 5C 11

RGB Percentages of Color #505c11

%42.33
%48.68
%8.99

CMYK Percentages of Color #505c11

%13
%0
%82
%64

Triadic Colors of #505c11

#505c11 #11505c #5c1150

Analogous Colors of #505c11

#505c11 #2b5c11 #5c4211

Monochromatic Colors of #505c11

#505c11

Complementary Color

#505c11 #1d115c

#505c11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505c11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505c11 Color CSS Codes

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

#505c11 Text Font Color

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

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


#505c11 Background Color

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

This div background color is #505c11


#505c11 Border Color

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

This div border color is #505c11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505c11

#505c11 Color Palettes


Comments

No comments written yet.

Please login to write comment.