Color Hex Logo

#50812f Color Hex

#50812F
(80,129,47)
0 Favorites   0 Comments

Color spaces of #50812f

RGB 8012947
HSL0.270.470.35
HSV96°64°51°
CMYK 0.380.000.64   0.49
XYZ11.671617.61125.4735
Yxy17.61120.33580.5067
Hunter Lab41.9657-23.795121.6429
CIE-Lab49.0211-31.739938.2925

#50812f color RGB value is (80,129,47).

#50812f hex color red value is 80, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #50812f hue: 0.27 , saturation: 0.47 and the lightness value of 50812f is 0.35.

The process color (four color CMYK) of #50812f color hex is 0.38, 0.00, 0.64, 0.49. Web safe color of #50812f is #669933. Color #50812f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10000001 00101111
Octal 120 201 57
Decimal 80 129 47
Hex 50 81 2F

RGB Percentages of Color #50812f

%31.25
%50.39
%18.36

CMYK Percentages of Color #50812f

%38
%0
%64
%49

Triadic Colors of #50812f

#50812f #2f5081 #812f50

Analogous Colors of #50812f

#50812f #2f8137 #79812f

Monochromatic Colors of #50812f

#50812f

Complementary Color

#50812f #602f81

#50812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50812f Color CSS Codes

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

#50812f Text Font Color

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

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


#50812f Background Color

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

This div background color is #50812f


#50812f Border Color

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

This div border color is #50812f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50812f


Comments

No comments written yet.

Please login to write comment.