COLOR #4BA72E

HEX: #4BA72E
RGB: (75,167,46)

Color info

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

RGB color model

#4BA72E color RGB value is (75,167,46).

  • red value is 75;
  • green value is 167;
  • blue value is 46.
RGB:
(75,167,46)
(29%,65%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 167 of 255 = 65%
B 46 of 255 = 18%

75
167
46

R + G + B ~ 37%. #4BA72E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 167 + 46 = 288 (100%)
R 75 of 288 ~ 26.04%
G 167 of 288 ~ 57.99%
B 46 of 288 ~ 15.97%

%26.04
%57.99
%15.97

CMYK color model

#4BA72E color CMYK value is (55,0,72,35).

  • cyan value is 55.09%
  • magenta value is 0.00%
  • yellow value is 72.46%
  • key color value is 34.51%
CMYK:
(55,0,72,35)
C55M0Y72K35 
(55%,0%,72%,35%)
(0.55/0.00/0.72/0.35)	

CMYK percentages

%55.09
%0
%72.46
%34.51

Codes

Color #4BA72E in popluar color models

4BA72E
RGB7516746
HSL106°56.81%41.76%
HSB/HSV106°72.46%65.49%
CMYK55.09%0.00%72.46%
34.51%

Color #4BA72E in popluar number systems.

HEX4BA72E
Decimal7516746
Binary100101110100111101110
Octal11324756

Shades and tints

Shades of #4BA72E

#4BA72E
(75,167,46)
#45982A
(69,152,42)
#3F8926
(63,137,38)
#397A22
(57,122,34)
#336B1E
(51,107,30)
#2D5C1A
(45,92,26)
#274D16
(39,77,22)
#213E12
(33,62,18)
#1B2F0E
(27,47,14)
#15200A
(21,32,10)
#0F1106
(15,17,6)
#000000
(0,0,0)

Tints of #4BA72E

#4BA72E
(75,167,46)
#5BAF41
(91,175,65)
#6BB754
(107,183,84)
#7BBF67
(123,191,103)
#8BC77A
(139,199,122)
#9BCF8D
(155,207,141)
#ABD7A0
(171,215,160)
#BBDFB3
(187,223,179)
#CBE7C6
(203,231,198)
#DBEFD9
(219,239,217)
#EBF7EC
(235,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BA72E; }

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

This text font color is #4BA72E.


Background Color

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

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

This div background color is #4BA72E.


Border color

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

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

This div border color is #4BA72E.


Opacity

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

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

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

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

This text has shadow with #4BA72E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA72E on black background.


Color preview on white background

This text has color #4BA72E on white background.



Black color preview on #4BA72E background

This text has black color on #4BA72E background.


White color preview on #4BA72E background

This text has white color on #4BA72E background.