COLOR #50B458

HEX: #50B458
RGB: (80,180,88)

Color info

#50B458 contains mainly green color. Web safe color of #50B458 is #66CC66 (or #6C6).

RGB color model

#50B458 color RGB value is (80,180,88).

  • red value is 80;
  • green value is 180;
  • blue value is 88.
RGB:
(80,180,88)
(31%,71%,35%)

RGB channels and saturation

R 80 of 255 = 31%
G 180 of 255 = 71%
B 88 of 255 = 35%

80
180
88

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

Portions of RGB colors in percentages

R + G + B =
80 + 180 + 88 = 348 (100%)
R 80 of 348 ~ 22.99%
G 180 of 348 ~ 51.72%
B 88 of 348 ~ 25.29%

%22.99
%51.72
%25.29

CMYK color model

#50B458 color CMYK value is (56,0,51,29).

  • cyan value is 55.56%
  • magenta value is 0.00%
  • yellow value is 51.11%
  • key color value is 29.41%
CMYK:
(56,0,51,29)
C56M0Y51K29 
(56%,0%,51%,29%)
(0.56/0.00/0.51/0.29)	

CMYK percentages

%55.56
%0
%51.11
%29.41

Codes

Color #50B458 in popluar color models

50B458
RGB8018088
HSL125°40.00%50.98%
HSB/HSV125°55.56%70.59%
CMYK55.56%0.00%51.11%
29.41%

Color #50B458 in popluar number systems.

HEX50B458
Decimal8018088
Binary1010000101101001011000
Octal120264130

Shades and tints

Shades of #50B458

#50B458
(80,180,88)
#49A450
(73,164,80)
#429448
(66,148,72)
#3B8440
(59,132,64)
#347438
(52,116,56)
#2D6430
(45,100,48)
#265428
(38,84,40)
#1F4420
(31,68,32)
#183418
(24,52,24)
#112410
(17,36,16)
#0A1408
(10,20,8)
#000000
(0,0,0)

Tints of #50B458

#50B458
(80,180,88)
#5FBA67
(95,186,103)
#6EC076
(110,192,118)
#7DC685
(125,198,133)
#8CCC94
(140,204,148)
#9BD2A3
(155,210,163)
#AAD8B2
(170,216,178)
#B9DEC1
(185,222,193)
#C8E4D0
(200,228,208)
#D7EADF
(215,234,223)
#E6F0EE
(230,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50B458 color. Also use rgb(80,180,88) instead hex code.

Text Font Color

.myTextColor { color: #50B458; }

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

This text font color is #50B458.


Background Color

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

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

This div background color is #50B458.


Border color

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

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

This div border color is #50B458.


Opacity

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

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

Text with #50B458 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 #50B458;}

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

This text has shadow with #50B458 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #50B458 on black background.


Color preview on white background

This text has color #50B458 on white background.



Black color preview on #50B458 background

This text has black color on #50B458 background.


White color preview on #50B458 background

This text has white color on #50B458 background.