COLOR #4B9944

HEX: #4B9944 RGB: (75,153,68)

Color info

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

RGB color model

#4B9944 color RGB value is (75,153,68).

RGB: (75,153,68) (29%, 60%, 27%)

RGB channels and saturation

R 75 of 255 = 29%
G 153 of 255 = 60%
B 68 of 255 = 27%

75
153
68

R + G + B ~ 39%. #4B9944 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 153 + 68 = 296 (100%)
R 75 of 296 ~ 25.34%
G 153 of 296 ~ 51.69%
B 68 of 296 ~ 22.97'%

%25.34
%51.69
%22.97

CMYK color model

#4B9944 color CMYK value is (51,0,56,40).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 40.00%

CMYK: (51,0,56,40)
C51M0Y56K40 (51%, 0%, 56%, 40%)
(0.51 / 0.00 / 0.56 / 0.40)

CMYK percentages

%50.98
%0
%55.56
%40

Codes

Color #4B9944 in popluar color models

4B 99 44
RGB 75 153 68
HSL 115° 38.46% 43.33%
HSB/HSV 115° 55.56% 60.00%
CMYK 50.98% 0.00% 55.56%
40.00%

Color #4B9944 in popluar number systems.

HEX 4B 99 44
Decimal 75 153 68
Binary 1001011 10011001 1000100
Octal 113 231 104

Shades and tints

Shades of #4B9944

#4B9944
(75,153,68)
#458C3E
(69,140,62)
#3F7F38
(63,127,56)
#397232
(57,114,50)
#33652C
(51,101,44)
#2D5826
(45,88,38)
#274B20
(39,75,32)
#213E1A
(33,62,26)
#1B3114
(27,49,20)
#15240E
(21,36,14)
#0F1708
(15,23,8)
#000000
(0,0,0)

Tints of #4B9944

#4B9944
(75,153,68)
#5BA255
(91,162,85)
#6BAB66
(107,171,102)
#7BB477
(123,180,119)
#8BBD88
(139,189,136)
#9BC699
(155,198,153)
#ABCFAA
(171,207,170)
#BBD8BB
(187,216,187)
#CBE1CC
(203,225,204)
#DBEADD
(219,234,221)
#EBF3EE
(235,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9944; }

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

This text font color is #4B9944.

Background Color

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

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

This div background color is #4B9944.

Border color

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

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

This div border color is #4B9944.

Opacity

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

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

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

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

This text has shadow with #4B9944 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B9944.

Preview

Color preview on black background

This text has color #4B9944 on black background.


Color preview on white background

This text has color #4B9944 on white background.


Black color preview on #4B9944 background

This text has black color on #4B9944 background.


White color preview on #4B9944 background

This text has white color on #4B9944 background.


Related colors

Complementary color

Complementary color for #hex is #B466BB.


I love getcolorcode.com

Triadic colors

1 #444B99 and #99444B with #4B9944 are triadic colors.

2 #44994B and #994B44 with #4B9944 are triadic colors.