COLOR #4B9C4D

HEX: #4B9C4D
RGB: (75,156,77)

Color info

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

RGB color model

#4B9C4D color RGB value is (75,156,77).

  • red value is 75;
  • green value is 156;
  • blue value is 77.
RGB:
(75,156,77)
(29%,61%,30%)

RGB channels and saturation

R 75 of 255 = 29%
G 156 of 255 = 61%
B 77 of 255 = 30%

75
156
77

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

Portions of RGB colors in percentages

R + G + B =
75 + 156 + 77 = 308 (100%)
R 75 of 308 ~ 24.35%
G 156 of 308 ~ 50.65%
B 77 of 308 ~ 25%

%24.35
%50.65
%25

CMYK color model

#4B9C4D color CMYK value is (52,0,51,39).

  • cyan value is 51.92%
  • magenta value is 0.00%
  • yellow value is 50.64%
  • key color value is 38.82%
CMYK:
(52,0,51,39)
C52M0Y51K39 
(52%,0%,51%,39%)
(0.52/0.00/0.51/0.39)	

CMYK percentages

%51.92
%0
%50.64
%38.82

Codes

Color #4B9C4D in popluar color models

4B9C4D
RGB7515677
HSL121°35.06%45.29%
HSB/HSV121°51.92%61.18%
CMYK51.92%0.00%50.64%
38.82%

Color #4B9C4D in popluar number systems.

HEX4B9C4D
Decimal7515677
Binary1001011100111001001101
Octal113234115

Shades and tints

Shades of #4B9C4D

#4B9C4D
(75,156,77)
#458E46
(69,142,70)
#3F803F
(63,128,63)
#397238
(57,114,56)
#336431
(51,100,49)
#2D562A
(45,86,42)
#274823
(39,72,35)
#213A1C
(33,58,28)
#1B2C15
(27,44,21)
#151E0E
(21,30,14)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #4B9C4D

#4B9C4D
(75,156,77)
#5BA55D
(91,165,93)
#6BAE6D
(107,174,109)
#7BB77D
(123,183,125)
#8BC08D
(139,192,141)
#9BC99D
(155,201,157)
#ABD2AD
(171,210,173)
#BBDBBD
(187,219,189)
#CBE4CD
(203,228,205)
#DBEDDD
(219,237,221)
#EBF6ED
(235,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9C4D; }

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

This text font color is #4B9C4D.


Background Color

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

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

This div background color is #4B9C4D.


Border color

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

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

This div border color is #4B9C4D.


Opacity

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

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

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

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

This text has shadow with #4B9C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9C4D on black background.


Color preview on white background

This text has color #4B9C4D on white background.



Black color preview on #4B9C4D background

This text has black color on #4B9C4D background.


White color preview on #4B9C4D background

This text has white color on #4B9C4D background.