Color Hex Logo

#50b32f Color Hex

#50B32F
(80,179,47)
0 Favorites   0 Comments

Color spaces of #50b32f

RGB 8017947
HSL0.290.580.44
HSV105°74°70°
CMYK 0.550.000.74   0.30
XYZ19.941534.15098.2301
Yxy34.15090.32000.5480
Hunter Lab58.4388-41.357032.5572
CIE-Lab65.0822-52.387255.2342

#50b32f color RGB value is (80,179,47).

#50b32f hex color red value is 80, green value is 179 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #50b32f hue: 0.29 , saturation: 0.58 and the lightness value of 50b32f is 0.44.

The process color (four color CMYK) of #50b32f color hex is 0.55, 0.00, 0.74, 0.30. Web safe color of #50b32f is #66cc33. Color #50b32f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10110011 00101111
Octal 120 263 57
Decimal 80 179 47
Hex 50 B3 2F

RGB Percentages of Color #50b32f

%26.14
%58.50
%15.36

CMYK Percentages of Color #50b32f

%55
%0
%74
%30

Triadic Colors of #50b32f

#50b32f #2f50b3 #b32f50

Analogous Colors of #50b32f

#50b32f #2fb350 #92b32f

Monochromatic Colors of #50b32f

#50b32f

Complementary Color

#50b32f #922fb3

#50b32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50b32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50b32f Color CSS Codes

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

#50b32f Text Font Color

<p style="color:#50b32f">Text here</p>

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


#50b32f Background Color

<div style="background-color:#50b32f">
Div content here</div>

This div background color is #50b32f


#50b32f Border Color

<div style="border:3px solid #50b32f">
Div here</div>

This div border color is #50b32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50b32f


Comments

No comments written yet.

Please login to write comment.