COLOR #4BA94B

HEX: #4BA94B
RGB: (75,169,75)

Color info

#4BA94B contains mainly green color. Web safe color of #4BA94B is #339933 (or #393).

RGB color model

#4BA94B color RGB value is (75,169,75).

  • red value is 75;
  • green value is 169;
  • blue value is 75.
RGB:
(75,169,75)
(29%,66%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 169 of 255 = 66%
B 75 of 255 = 29%

75
169
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 169 + 75 = 319 (100%)
R 75 of 319 ~ 23.51%
G 169 of 319 ~ 52.98%
B 75 of 319 ~ 23.51%

%23.51
%52.98
%23.51

CMYK color model

#4BA94B color CMYK value is (56,0,56,34).

  • cyan value is 55.62%
  • magenta value is 0.00%
  • yellow value is 55.62%
  • key color value is 33.73%
CMYK:
(56,0,56,34)
C56M0Y56K34 
(56%,0%,56%,34%)
(0.56/0.00/0.56/0.34)	

CMYK percentages

%55.62
%0
%55.62
%33.73

Codes

Color #4BA94B in popluar color models

4BA94B
RGB7516975
HSL120°38.52%47.84%
HSB/HSV120°55.62%66.27%
CMYK55.62%0.00%55.62%
33.73%

Color #4BA94B in popluar number systems.

HEX4BA94B
Decimal7516975
Binary1001011101010011001011
Octal113251113

Shades and tints

Shades of #4BA94B

#4BA94B
(75,169,75)
#459A45
(69,154,69)
#3F8B3F
(63,139,63)
#397C39
(57,124,57)
#336D33
(51,109,51)
#2D5E2D
(45,94,45)
#274F27
(39,79,39)
#214021
(33,64,33)
#1B311B
(27,49,27)
#152215
(21,34,21)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #4BA94B

#4BA94B
(75,169,75)
#5BB05B
(91,176,91)
#6BB76B
(107,183,107)
#7BBE7B
(123,190,123)
#8BC58B
(139,197,139)
#9BCC9B
(155,204,155)
#ABD3AB
(171,211,171)
#BBDABB
(187,218,187)
#CBE1CB
(203,225,203)
#DBE8DB
(219,232,219)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA94B color. Also use rgb(75,169,75) instead hex code.

Text Font Color

.myTextColor { color: #4BA94B; }

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

This text font color is #4BA94B.


Background Color

.myBgColor { background-color: #4BA94B; }

<div style="background-color:#4BA94B">Inner text</div>

This div background color is #4BA94B.


Border color

.myBorderColor { border: 1px solid #4BA94B; }

<div style="border:3px solid #4BA94B">Div</div>

This div border color is #4BA94B.


Opacity

.myOpacity80 { color: #4BA94B; opacity: 0.8; }

<p style="color:#4BA94B;opacity:0.8;">80%</p>

Text with #4BA94B 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 #4BA94B;}

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

This text has shadow with #4BA94B color.

.textShadow {text-shadow: 3px 3px 1px #4BA94B, 3px 3px 1px red;}

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

This text has shadow with #4BA94B primary color and red secondary color.


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

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

This text has shadow with #4BA94B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA94B on black background.


Color preview on white background

This text has color #4BA94B on white background.



Black color preview on #4BA94B background

This text has black color on #4BA94B background.


White color preview on #4BA94B background

This text has white color on #4BA94B background.