COLOR #4BA44F

HEX: #4BA44F RGB: (75,164,79)

Color info

#4BA44F contains mainly green color. Web safe color of #4BA44F is #339966 (or #396).

RGB color model

#4BA44F color RGB value is (75,164,79).

RGB: (75,164,79) (29%, 64%, 31%)

RGB channels and saturation

R 75 of 255 = 29%
G 164 of 255 = 64%
B 79 of 255 = 31%

75
164
79

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

Portions of RGB colors in percentages

R + G + B = 75 + 164 + 79 = 318 (100%)
R 75 of 318 ~ 23.58%
G 164 of 318 ~ 51.57%
B 79 of 318 ~ 24.84'%

%23.58
%51.57
%24.84

CMYK color model

#4BA44F color CMYK value is (54,0,52,36).

  • cyan value is 54.27%
  • magenta value is 0.00%
  • yellow value is 51.83%
  • key color value is 35.69%

CMYK: (54,0,52,36)
C54M0Y52K36 (54%, 0%, 52%, 36%)
(0.54 / 0.00 / 0.52 / 0.36)

CMYK percentages

%54.27
%0
%51.83
%35.69

Codes

Color #4BA44F in popluar color models

4B A4 4F
RGB 75 164 79
HSL 123° 37.24% 46.86%
HSB/HSV 123° 54.27% 64.31%
CMYK 54.27% 0.00% 51.83%
35.69%

Color #4BA44F in popluar number systems.

HEX 4B A4 4F
Decimal 75 164 79
Binary 1001011 10100100 1001111
Octal 113 244 117

Shades and tints

Shades of #4BA44F

#4BA44F
(75,164,79)
#459648
(69,150,72)
#3F8841
(63,136,65)
#397A3A
(57,122,58)
#336C33
(51,108,51)
#2D5E2C
(45,94,44)
#275025
(39,80,37)
#21421E
(33,66,30)
#1B3417
(27,52,23)
#152610
(21,38,16)
#0F1809
(15,24,9)
#000000
(0,0,0)

Tints of #4BA44F

#4BA44F
(75,164,79)
#5BAC5F
(91,172,95)
#6BB46F
(107,180,111)
#7BBC7F
(123,188,127)
#8BC48F
(139,196,143)
#9BCC9F
(155,204,159)
#ABD4AF
(171,212,175)
#BBDCBF
(187,220,191)
#CBE4CF
(203,228,207)
#DBECDF
(219,236,223)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BA44F; }

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

This text font color is #4BA44F.

Background Color

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

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

This div background color is #4BA44F.

Border color

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

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

This div border color is #4BA44F.

Opacity

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

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

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

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

This text has shadow with #4BA44F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BA44F.

Preview

Color preview on black background

This text has color #4BA44F on black background.


Color preview on white background

This text has color #4BA44F on white background.


Black color preview on #4BA44F background

This text has black color on #4BA44F background.


White color preview on #4BA44F background

This text has white color on #4BA44F background.


Related colors

Complementary color

Complementary color for #hex is #B45BB0.


I love getcolorcode.com

Triadic colors

1 #4F4BA4 and #A44F4B with #4BA44F are triadic colors.

2 #4FA44B and #A44B4F with #4BA44F are triadic colors.