COLOR #50B13A

HEX: #50B13A
RGB: (80,177,58)

Color info

#50B13A contains mainly green color. Web safe color of #50B13A is #669933 (or #693).

RGB color model

#50B13A color RGB value is (80,177,58).

  • red value is 80;
  • green value is 177;
  • blue value is 58.
RGB:
(80,177,58)
(31%,69%,23%)

RGB channels and saturation

R 80 of 255 = 31%
G 177 of 255 = 69%
B 58 of 255 = 23%

80
177
58

R + G + B ~ 41%. #50B13A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
80 + 177 + 58 = 315 (100%)
R 80 of 315 ~ 25.4%
G 177 of 315 ~ 56.19%
B 58 of 315 ~ 18.41%

%25.4
%56.19
%18.41

CMYK color model

#50B13A color CMYK value is (55,0,67,31).

  • cyan value is 54.80%
  • magenta value is 0.00%
  • yellow value is 67.23%
  • key color value is 30.59%
CMYK:
(55,0,67,31)
C55M0Y67K31 
(55%,0%,67%,31%)
(0.55/0.00/0.67/0.31)	

CMYK percentages

%54.8
%0
%67.23
%30.59

Codes

Color #50B13A in popluar color models

50B13A
RGB8017758
HSL109°50.64%46.08%
HSB/HSV109°67.23%69.41%
CMYK54.80%0.00%67.23%
30.59%

Color #50B13A in popluar number systems.

HEX50B13A
Decimal8017758
Binary101000010110001111010
Octal12026172

Shades and tints

Shades of #50B13A

#50B13A
(80,177,58)
#49A135
(73,161,53)
#429130
(66,145,48)
#3B812B
(59,129,43)
#347126
(52,113,38)
#2D6121
(45,97,33)
#26511C
(38,81,28)
#1F4117
(31,65,23)
#183112
(24,49,18)
#11210D
(17,33,13)
#0A1108
(10,17,8)
#000000
(0,0,0)

Tints of #50B13A

#50B13A
(80,177,58)
#5FB84B
(95,184,75)
#6EBF5C
(110,191,92)
#7DC66D
(125,198,109)
#8CCD7E
(140,205,126)
#9BD48F
(155,212,143)
#AADBA0
(170,219,160)
#B9E2B1
(185,226,177)
#C8E9C2
(200,233,194)
#D7F0D3
(215,240,211)
#E6F7E4
(230,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B13A color. Also use rgb(80,177,58) instead hex code.

Text Font Color

.myTextColor { color: #50B13A; }

<p style="color:#50B13A">This sample text font color is #50B13A.</p>

This text font color is #50B13A.


Background Color

.myBgColor { background-color: #50B13A; }

<div style="background-color:#50B13A">Inner text</div>

This div background color is #50B13A.


Border color

.myBorderColor { border: 1px solid #50B13A; }

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

This div border color is #50B13A.


Opacity

.myOpacity80 { color: #50B13A; opacity: 0.8; }

<p style="color:#50B13A;opacity:0.8;">80%</p>

Text with #50B13A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #50B13A;}

<p style="text-shadow: 3px 3px 1px #50B13A">Text here.</p>

This text has shadow with #50B13A color.

.textShadow {text-shadow: 3px 3px 1px #50B13A, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #50B13A, 5px 5px 20px red">Text here.</p>

This text has shadow with #50B13A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#50B13A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#50B13A, Direction=45, Strength=4)">Text</p>

This text has shadow with #50B13A and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #50B13A;
  -webkit-box-shadow:	1px 1px 3px 2px #50B13A;
  box-shadow:		1px 1px 3px 2px #50B13A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50B13A;
-webkit-box-shadow: 1px 1px 3px 2px #50B13A;
box-shadow:1px 1px 3px 2px #50B13A;">
Div content here</div>
This div box has shadow with color #50B13A.

Preview

Color preview on black background

This text has color #50B13A on black background.


Color preview on white background

This text has color #50B13A on white background.



Black color preview on #50B13A background

This text has black color on #50B13A background.


White color preview on #50B13A background

This text has white color on #50B13A background.