Color Hex Logo

#505810 Color Hex

#505810
(80,88,16)
0 Favorites   0 Comments

Color spaces of #505810

RGB 808816
HSL0.190.690.20
HSV67°82°35°
CMYK 0.090.000.82   0.65
XYZ6.89158.72231.8106
Yxy8.72230.39550.5006
Hunter Lab29.5335-10.031617.0386
CIE-Lab35.4440-13.246837.6480

#505810 color RGB value is (80,88,16).

#505810 hex color red value is 80, green value is 88 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #505810 hue: 0.19 , saturation: 0.69 and the lightness value of 505810 is 0.20.

The process color (four color CMYK) of #505810 color hex is 0.09, 0.00, 0.82, 0.65. Web safe color of #505810 is #666600. Color #505810 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011000 00010000
Octal 120 130 20
Decimal 80 88 16
Hex 50 58 10

RGB Percentages of Color #505810

%43.48
%47.83
%8.70

CMYK Percentages of Color #505810

%9
%0
%82
%65

Triadic Colors of #505810

#505810 #105058 #581050

Analogous Colors of #505810

#505810 #2c5810 #583c10

Monochromatic Colors of #505810

#505810

Complementary Color

#505810 #181058

#505810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505810 Color CSS Codes

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

#505810 Text Font Color

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

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


#505810 Background Color

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

This div background color is #505810


#505810 Border Color

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

This div border color is #505810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505810


Comments

No comments written yet.

Please login to write comment.