Color Hex Logo

#50660f Color Hex

#50660F
(80,102,15)
0 Favorites   0 Comments

Color spaces of #50660f

RGB 8010215
HSL0.210.740.23
HSV75°85°40°
CMYK 0.220.000.85   0.60
XYZ8.145911.24272.1927
Yxy11.24270.37750.5209
Hunter Lab33.5301-15.312519.5938
CIE-Lab39.9863-20.873442.1150

#50660f color RGB value is (80,102,15).

#50660f hex color red value is 80, green value is 102 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #50660f hue: 0.21 , saturation: 0.74 and the lightness value of 50660f is 0.23.

The process color (four color CMYK) of #50660f color hex is 0.22, 0.00, 0.85, 0.60. Web safe color of #50660f is #666600. Color #50660f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01100110 00001111
Octal 120 146 17
Decimal 80 102 15
Hex 50 66 F

RGB Percentages of Color #50660f

%40.61
%51.78
%7.61

CMYK Percentages of Color #50660f

%22
%0
%85
%60

Triadic Colors of #50660f

#50660f #0f5066 #660f50

Analogous Colors of #50660f

#50660f #25660f #66510f

Monochromatic Colors of #50660f

#50660f

Complementary Color

#50660f #250f66

#50660f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50660f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50660f Color CSS Codes

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

#50660f Text Font Color

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

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


#50660f Background Color

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

This div background color is #50660f


#50660f Border Color

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

This div border color is #50660f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,102,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50660f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50660f;
  -webkit-box-shadow: 1px 1px 3px 2px #50660f;
  box-shadow:         1px 1px 3px 2px #50660f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50660f


Comments

No comments written yet.

Please login to write comment.