COLOR #4B9B3A

HEX: #4B9B3A
RGB: (75,155,58)

Color info

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

RGB color model

#4B9B3A color RGB value is (75,155,58).

  • red value is 75;
  • green value is 155;
  • blue value is 58.
RGB:
(75,155,58)
(29%,61%,23%)

RGB channels and saturation

R 75 of 255 = 29%
G 155 of 255 = 61%
B 58 of 255 = 23%

75
155
58

R + G + B ~ 38%. #4B9B3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 155 + 58 = 288 (100%)
R 75 of 288 ~ 26.04%
G 155 of 288 ~ 53.82%
B 58 of 288 ~ 20.14%

%26.04
%53.82
%20.14

CMYK color model

#4B9B3A color CMYK value is (52,0,63,39).

  • cyan value is 51.61%
  • magenta value is 0.00%
  • yellow value is 62.58%
  • key color value is 39.22%
CMYK:
(52,0,63,39)
C52M0Y63K39 
(52%,0%,63%,39%)
(0.52/0.00/0.63/0.39)	

CMYK percentages

%51.61
%0
%62.58
%39.22

Codes

Color #4B9B3A in popluar color models

4B9B3A
RGB7515558
HSL109°45.54%41.76%
HSB/HSV109°62.58%60.78%
CMYK51.61%0.00%62.58%
39.22%

Color #4B9B3A in popluar number systems.

HEX4B9B3A
Decimal7515558
Binary100101110011011111010
Octal11323372

Shades and tints

Shades of #4B9B3A

#4B9B3A
(75,155,58)
#458D35
(69,141,53)
#3F7F30
(63,127,48)
#39712B
(57,113,43)
#336326
(51,99,38)
#2D5521
(45,85,33)
#27471C
(39,71,28)
#213917
(33,57,23)
#1B2B12
(27,43,18)
#151D0D
(21,29,13)
#0F0F08
(15,15,8)
#000000
(0,0,0)

Tints of #4B9B3A

#4B9B3A
(75,155,58)
#5BA44B
(91,164,75)
#6BAD5C
(107,173,92)
#7BB66D
(123,182,109)
#8BBF7E
(139,191,126)
#9BC88F
(155,200,143)
#ABD1A0
(171,209,160)
#BBDAB1
(187,218,177)
#CBE3C2
(203,227,194)
#DBECD3
(219,236,211)
#EBF5E4
(235,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9B3A color. Also use rgb(75,155,58) instead hex code.

Text Font Color

.myTextColor { color: #4B9B3A; }

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

This text font color is #4B9B3A.


Background Color

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

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

This div background color is #4B9B3A.


Border color

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

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

This div border color is #4B9B3A.


Opacity

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

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

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

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

This text has shadow with #4B9B3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9B3A on black background.


Color preview on white background

This text has color #4B9B3A on white background.



Black color preview on #4B9B3A background

This text has black color on #4B9B3A background.


White color preview on #4B9B3A background

This text has white color on #4B9B3A background.