COLOR #4B8740

HEX: #4B8740 RGB: (75,135,64)

Color info

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

RGB color model

#4B8740 color RGB value is (75,135,64).

RGB: (75,135,64) (29%, 53%, 25%)

RGB channels and saturation

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

75
135
64

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

Portions of RGB colors in percentages

R + G + B = 75 + 135 + 64 = 274 (100%)
R 75 of 274 ~ 27.37%
G 135 of 274 ~ 49.27%
B 64 of 274 ~ 23.36'%

%27.37
%49.27
%23.36

CMYK color model

#4B8740 color CMYK value is (44,0,53,47).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 52.59%
  • key color value is 47.06%
CMYK: (44,0,53,47) C44M0Y53K47 (44%,0%,53%,47%) (0.44/0.00/0.53/0.47) 

CMYK percentages

%44.44
%0
%52.59
%47.06

Codes

Color #4B8740 in popluar color models

4B 87 40
RGB 75 135 64
HSL 111° 35.68% 39.02%
HSB/HSV 111° 52.59% 52.94%
CMYK 44.44% 0.00% 52.59%
47.06%

Color #4B8740 in popluar number systems.

HEX 4B 87 40
Decimal 75 135 64
Binary 1001011 10000111 1000000
Octal 113 207 100

Shades and tints

Shades of #4B8740

#4B8740
(75,135,64)
#457B3B
(69,123,59)
#3F6F36
(63,111,54)
#396331
(57,99,49)
#33572C
(51,87,44)
#2D4B27
(45,75,39)
#273F22
(39,63,34)
#21331D
(33,51,29)
#1B2718
(27,39,24)
#151B13
(21,27,19)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #4B8740

#4B8740
(75,135,64)
#5B9151
(91,145,81)
#6B9B62
(107,155,98)
#7BA573
(123,165,115)
#8BAF84
(139,175,132)
#9BB995
(155,185,149)
#ABC3A6
(171,195,166)
#BBCDB7
(187,205,183)
#CBD7C8
(203,215,200)
#DBE1D9
(219,225,217)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8740; }

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

This text font color is #4B8740.

Background Color

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

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

This div background color is #4B8740.

Border color

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

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

This div border color is #4B8740.

Opacity

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

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

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

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

This text has shadow with #4B8740 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B8740.

Preview

Color preview on black background

This text has color #4B8740 on black background.


Color preview on white background

This text has color #4B8740 on white background.


Black color preview on #4B8740 background

This text has black color on #4B8740 background.


White color preview on #4B8740 background

This text has white color on #4B8740 background.


Related colors

Complementary color

Complementary color for #hex is #B478BF.


I love getcolorcode.com

Triadic colors

1 #404B87 and #87404B with #4B8740 are triadic colors.

2 #40874B and #874B40 with #4B8740 are triadic colors.