COLOR #4B9966

HEX: #4B9966
RGB: (75,153,102)

Color info

#4B9966 contains mainly green and blue colors. Web safe color of #4B9966 is #339966 (or #396).

RGB color model

#4B9966 color RGB value is (75,153,102).

  • red value is 75;
  • green value is 153;
  • blue value is 102.
RGB:
(75,153,102)
(29%,60%,40%)

RGB channels and saturation

R 75 of 255 = 29%
G 153 of 255 = 60%
B 102 of 255 = 40%

75
153
102

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

Portions of RGB colors in percentages

R + G + B =
75 + 153 + 102 = 330 (100%)
R 75 of 330 ~ 22.73%
G 153 of 330 ~ 46.36%
B 102 of 330 ~ 30.91%

%22.73
%46.36
%30.91

CMYK color model

#4B9966 color CMYK value is (51,0,33,40).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 40.00%
CMYK:
(51,0,33,40)
C51M0Y33K40 
(51%,0%,33%,40%)
(0.51/0.00/0.33/0.40)	

CMYK percentages

%50.98
%0
%33.33
%40

Codes

Color #4B9966 in popluar color models

4B9966
RGB75153102
HSL141°34.21%44.71%
HSB/HSV141°50.98%60.00%
CMYK50.98%0.00%33.33%
40.00%

Color #4B9966 in popluar number systems.

HEX4B9966
Decimal75153102
Binary1001011100110011100110
Octal113231146

Shades and tints

Shades of #4B9966

#4B9966
(75,153,102)
#458C5D
(69,140,93)
#3F7F54
(63,127,84)
#39724B
(57,114,75)
#336542
(51,101,66)
#2D5839
(45,88,57)
#274B30
(39,75,48)
#213E27
(33,62,39)
#1B311E
(27,49,30)
#152415
(21,36,21)
#0F170C
(15,23,12)
#000000
(0,0,0)

Tints of #4B9966

#4B9966
(75,153,102)
#5BA273
(91,162,115)
#6BAB80
(107,171,128)
#7BB48D
(123,180,141)
#8BBD9A
(139,189,154)
#9BC6A7
(155,198,167)
#ABCFB4
(171,207,180)
#BBD8C1
(187,216,193)
#CBE1CE
(203,225,206)
#DBEADB
(219,234,219)
#EBF3E8
(235,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B9966; }

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

This text font color is #4B9966.


Background Color

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

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

This div background color is #4B9966.


Border color

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

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

This div border color is #4B9966.


Opacity

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

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

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

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

This text has shadow with #4B9966 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9966 on black background.


Color preview on white background

This text has color #4B9966 on white background.



Black color preview on #4B9966 background

This text has black color on #4B9966 background.


White color preview on #4B9966 background

This text has white color on #4B9966 background.