Color Hex Logo

#50970d Color Hex

#50970D
(80,151,13)
0 Favorites   0 Comments

Color spaces of #50970d

RGB 8015113
HSL0.250.840.32
HSV91°91°59°
CMYK 0.470.000.91   0.41
XYZ14.447523.86774.2262
Yxy23.86770.33960.5610
Hunter Lab48.8546-32.708729.0693
CIE-Lab55.9551-43.308956.3442

#50970d color RGB value is (80,151,13).

#50970d hex color red value is 80, green value is 151 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #50970d hue: 0.25 , saturation: 0.84 and the lightness value of 50970d is 0.32.

The process color (four color CMYK) of #50970d color hex is 0.47, 0.00, 0.91, 0.41. Web safe color of #50970d is #669900. Color #50970d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10010111 00001101
Octal 120 227 15
Decimal 80 151 13
Hex 50 97 D

RGB Percentages of Color #50970d

%32.79
%61.89
%5.33

CMYK Percentages of Color #50970d

%47
%0
%91
%41

Triadic Colors of #50970d

#50970d #0d5097 #970d50

Analogous Colors of #50970d

#50970d #0d970f #95970d

Monochromatic Colors of #50970d

#50970d

Complementary Color

#50970d #540d97

#50970d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50970d Color Preview on White Background

Lorem ipsum dolor sit amet.

#50970d Color CSS Codes

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

#50970d Text Font Color

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

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


#50970d Background Color

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

This div background color is #50970d


#50970d Border Color

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

This div border color is #50970d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50970d


Comments

No comments written yet.

Please login to write comment.