COLOR #4B9C11

HEX: #4B9C11 RGB: (75,156,17)

Color info

#4B9C11 contains mainly green color. Web safe color of #4B9C11 is #339900 (or #390).

RGB color model

#4B9C11 color RGB value is (75,156,17).

RGB: (75,156,17) (29%, 61%, 7%)

RGB channels and saturation

R 75 of 255 = 29%
G 156 of 255 = 61%
B 17 of 255 = 7%

75
156
17

R + G + B ~ 32%. #4B9C11 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 156 + 17 = 248 (100%)
R 75 of 248 ~ 30.24%
G 156 of 248 ~ 62.9%
B 17 of 248 ~ 6.85'%

%30.24
%62.9

CMYK color model

#4B9C11 color CMYK value is (52,0,89,39).

  • cyan value is 51.92%
  • magenta value is 0.00%
  • yellow value is 89.10%
  • key color value is 38.82%

CMYK: (52,0,89,39)
C52M0Y89K39 (52%, 0%, 89%, 39%)
(0.52 / 0.00 / 0.89 / 0.39)

CMYK percentages

%51.92
%0
%89.1
%38.82

Codes

Color #4B9C11 in popluar color models

4B 9C 11
RGB 75 156 17
HSL 95° 80.35% 33.92%
HSB/HSV 95° 89.10% 61.18%
CMYK 51.92% 0.00% 89.10%
38.82%

Color #4B9C11 in popluar number systems.

HEX 4B 9C 11
Decimal 75 156 17
Binary 1001011 10011100 10001
Octal 113 234 21

Shades and tints

Shades of #4B9C11

#4B9C11
(75,156,17)
#458E10
(69,142,16)
#3F800F
(63,128,15)
#39720E
(57,114,14)
#33640D
(51,100,13)
#2D560C
(45,86,12)
#27480B
(39,72,11)
#213A0A
(33,58,10)
#1B2C09
(27,44,9)
#151E08
(21,30,8)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #4B9C11

#4B9C11
(75,156,17)
#5BA526
(91,165,38)
#6BAE3B
(107,174,59)
#7BB750
(123,183,80)
#8BC065
(139,192,101)
#9BC97A
(155,201,122)
#ABD28F
(171,210,143)
#BBDBA4
(187,219,164)
#CBE4B9
(203,228,185)
#DBEDCE
(219,237,206)
#EBF6E3
(235,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9C11; }

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

This text font color is #4B9C11.

Background Color

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

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

This div background color is #4B9C11.

Border color

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

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

This div border color is #4B9C11.

Opacity

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

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

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

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

This text has shadow with #4B9C11 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B9C11.

Preview

Color preview on black background

This text has color #4B9C11 on black background.


Color preview on white background

This text has color #4B9C11 on white background.


Black color preview on #4B9C11 background

This text has black color on #4B9C11 background.


White color preview on #4B9C11 background

This text has white color on #4B9C11 background.


Related colors

Complementary color

Complementary color for #hex is #B463EE.


I love getcolorcode.com

Triadic colors

1 #114B9C and #9C114B with #4B9C11 are triadic colors.

2 #119C4B and #9C4B11 with #4B9C11 are triadic colors.