Color Hex Logo

#50800d Color Hex

#50800D
(80,128,13)
0 Favorites   0 Comments

Color spaces of #50800d

RGB 8012813
HSL0.240.820.28
HSV85°90°50°
CMYK 0.380.000.90   0.50
XYZ11.100117.17293.1104
Yxy17.17290.35370.5472
Hunter Lab41.4402-24.707624.5580
CIE-Lab48.4772-33.519750.0289

#50800d color RGB value is (80,128,13).

#50800d hex color red value is 80, green value is 128 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #50800d hue: 0.24 , saturation: 0.82 and the lightness value of 50800d is 0.28.

The process color (four color CMYK) of #50800d color hex is 0.38, 0.00, 0.90, 0.50. Web safe color of #50800d is #669900. Color #50800d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000000 00001101
Octal 120 200 15
Decimal 80 128 13
Hex 50 80 D

RGB Percentages of Color #50800d

%36.20
%57.92
%5.88

CMYK Percentages of Color #50800d

%38
%0
%90
%50

Triadic Colors of #50800d

#50800d #0d5080 #800d50

Analogous Colors of #50800d

#50800d #17800d #80770d

Monochromatic Colors of #50800d

#50800d

Complementary Color

#50800d #3d0d80

#50800d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50800d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50800d Color CSS Codes

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

#50800d Text Font Color

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

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


#50800d Background Color

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

This div background color is #50800d


#50800d Border Color

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

This div border color is #50800d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,128,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50800d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50800d;
  -webkit-box-shadow: 1px 1px 3px 2px #50800d;
  box-shadow:         1px 1px 3px 2px #50800d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50800d


Comments

No comments written yet.

Please login to write comment.