Color Hex Logo

#50792f Color Hex

#50792F
(80,121,47)
0 Favorites   0 Comments

Color spaces of #50792f

RGB 8012147
HSL0.260.440.33
HSV93°61°47°
CMYK 0.340.000.61   0.53
XYZ10.658715.58555.1358
Yxy15.58550.33970.4967
Hunter Lab39.4785-20.894519.9218
CIE-Lab46.4259-27.961635.3684

#50792f color RGB value is (80,121,47).

#50792f hex color red value is 80, green value is 121 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #50792f hue: 0.26 , saturation: 0.44 and the lightness value of 50792f is 0.33.

The process color (four color CMYK) of #50792f color hex is 0.34, 0.00, 0.61, 0.53. Web safe color of #50792f is #666633. Color #50792f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111001 00101111
Octal 120 171 57
Decimal 80 121 47
Hex 50 79 2F

RGB Percentages of Color #50792f

%32.26
%48.79
%18.95

CMYK Percentages of Color #50792f

%34
%0
%61
%53

Triadic Colors of #50792f

#50792f #2f5079 #792f50

Analogous Colors of #50792f

#50792f #2f7933 #75792f

Monochromatic Colors of #50792f

#50792f

Complementary Color

#50792f #582f79

#50792f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50792f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50792f Color CSS Codes

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

#50792f Text Font Color

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

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


#50792f Background Color

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

This div background color is #50792f


#50792f Border Color

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

This div border color is #50792f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50792f


Comments

No comments written yet.

Please login to write comment.