COLOR #4B8640

HEX: #4B8640
RGB: (75,134,64)

Color info

#4B8640 contains mainly red and green colors. Web safe color of #4B8640 is #339933 (or #393).

RGB color model

#4B8640 color RGB value is (75,134,64).

  • red value is 75;
  • green value is 134;
  • blue value is 64.
RGB:
(75,134,64)
(29%,53%,25%)

RGB channels and saturation

R 75 of 255 = 29%
G 134 of 255 = 53%
B 64 of 255 = 25%

75
134
64

R + G + B ~ 36%. #4B8640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 134 + 64 = 273 (100%)
R 75 of 273 ~ 27.47%
G 134 of 273 ~ 49.08%
B 64 of 273 ~ 23.44%

%27.47
%49.08
%23.44

CMYK color model

#4B8640 color CMYK value is (44,0,52,47).

  • cyan value is 44.03%
  • magenta value is 0.00%
  • yellow value is 52.24%
  • key color value is 47.45%
CMYK:
(44,0,52,47)
C44M0Y52K47 
(44%,0%,52%,47%)
(0.44/0.00/0.52/0.47)	

CMYK percentages

%44.03
%0
%52.24
%47.45

Codes

Color #4B8640 in popluar color models

4B8640
RGB7513464
HSL111°35.35%38.82%
HSB/HSV111°52.24%52.55%
CMYK44.03%0.00%52.24%
47.45%

Color #4B8640 in popluar number systems.

HEX4B8640
Decimal7513464
Binary1001011100001101000000
Octal113206100

Shades and tints

Shades of #4B8640

#4B8640
(75,134,64)
#457A3B
(69,122,59)
#3F6E36
(63,110,54)
#396231
(57,98,49)
#33562C
(51,86,44)
#2D4A27
(45,74,39)
#273E22
(39,62,34)
#21321D
(33,50,29)
#1B2618
(27,38,24)
#151A13
(21,26,19)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #4B8640

#4B8640
(75,134,64)
#5B9151
(91,145,81)
#6B9C62
(107,156,98)
#7BA773
(123,167,115)
#8BB284
(139,178,132)
#9BBD95
(155,189,149)
#ABC8A6
(171,200,166)
#BBD3B7
(187,211,183)
#CBDEC8
(203,222,200)
#DBE9D9
(219,233,217)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8640; }

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

This text font color is #4B8640.


Background Color

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

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

This div background color is #4B8640.


Border color

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

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

This div border color is #4B8640.


Opacity

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

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

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

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

This text has shadow with #4B8640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8640 on black background.


Color preview on white background

This text has color #4B8640 on white background.



Black color preview on #4B8640 background

This text has black color on #4B8640 background.


White color preview on #4B8640 background

This text has white color on #4B8640 background.