COLOR #4B964B

HEX: #4B964B
RGB: (75,150,75)

Color info

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

RGB color model

#4B964B color RGB value is (75,150,75).

  • red value is 75;
  • green value is 150;
  • blue value is 75.
RGB:
(75,150,75)
(29%,59%,29%)

RGB channels and saturation

R 75 of 255 = 29%
G 150 of 255 = 59%
B 75 of 255 = 29%

75
150
75

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

Portions of RGB colors in percentages

R + G + B =
75 + 150 + 75 = 300 (100%)
R 75 of 300 ~ 25%
G 150 of 300 ~ 50%
B 75 of 300 ~ 25%

%25
%50
%25

CMYK color model

#4B964B color CMYK value is (50,0,50,41).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 41.18%
CMYK:
(50,0,50,41)
C50M0Y50K41 
(50%,0%,50%,41%)
(0.50/0.00/0.50/0.41)	

CMYK percentages

%50
%0
%50
%41.18

Codes

Color #4B964B in popluar color models

4B964B
RGB7515075
HSL120°33.33%44.12%
HSB/HSV120°50.00%58.82%
CMYK50.00%0.00%50.00%
41.18%

Color #4B964B in popluar number systems.

HEX4B964B
Decimal7515075
Binary1001011100101101001011
Octal113226113

Shades and tints

Shades of #4B964B

#4B964B
(75,150,75)
#458945
(69,137,69)
#3F7C3F
(63,124,63)
#396F39
(57,111,57)
#336233
(51,98,51)
#2D552D
(45,85,45)
#274827
(39,72,39)
#213B21
(33,59,33)
#1B2E1B
(27,46,27)
#152115
(21,33,21)
#0F140F
(15,20,15)
#000000
(0,0,0)

Tints of #4B964B

#4B964B
(75,150,75)
#5B9F5B
(91,159,91)
#6BA86B
(107,168,107)
#7BB17B
(123,177,123)
#8BBA8B
(139,186,139)
#9BC39B
(155,195,155)
#ABCCAB
(171,204,171)
#BBD5BB
(187,213,187)
#CBDECB
(203,222,203)
#DBE7DB
(219,231,219)
#EBF0EB
(235,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B964B; }

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

This text font color is #4B964B.


Background Color

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

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

This div background color is #4B964B.


Border color

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

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

This div border color is #4B964B.


Opacity

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

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

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

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

This text has shadow with #4B964B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B964B on black background.


Color preview on white background

This text has color #4B964B on white background.



Black color preview on #4B964B background

This text has black color on #4B964B background.


White color preview on #4B964B background

This text has white color on #4B964B background.