Color Hex Logo

#50690d Color Hex

#50690D
(80,105,13)
0 Favorites   0 Comments

Color spaces of #50690d

RGB 8010513
HSL0.210.780.23
HSV76°88°41°
CMYK 0.240.000.88   0.59
XYZ8.432511.83772.2212
Yxy11.83770.37490.5263
Hunter Lab34.4060-16.462220.2565
CIE-Lab40.9570-22.502043.5539

#50690d color RGB value is (80,105,13).

#50690d hex color red value is 80, green value is 105 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #50690d hue: 0.21 , saturation: 0.78 and the lightness value of 50690d is 0.23.

The process color (four color CMYK) of #50690d color hex is 0.24, 0.00, 0.88, 0.59. Web safe color of #50690d is #666600. Color #50690d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01101001 00001101
Octal 120 151 15
Decimal 80 105 13
Hex 50 69 D

RGB Percentages of Color #50690d

%40.40
%53.03
%6.57

CMYK Percentages of Color #50690d

%24
%0
%88
%59

Triadic Colors of #50690d

#50690d #0d5069 #690d50

Analogous Colors of #50690d

#50690d #22690d #69540d

Monochromatic Colors of #50690d

#50690d

Complementary Color

#50690d #260d69

#50690d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50690d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50690d Color CSS Codes

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

#50690d Text Font Color

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

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


#50690d Background Color

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

This div background color is #50690d


#50690d Border Color

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

This div border color is #50690d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50690d


Comments

No comments written yet.

Please login to write comment.