COLOR #4B8847

HEX: #4B8847
RGB: (75,136,71)

Color info

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

RGB color model

#4B8847 color RGB value is (75,136,71).

  • red value is 75;
  • green value is 136;
  • blue value is 71.
RGB:
(75,136,71)
(29%,53%,28%)

RGB channels and saturation

R 75 of 255 = 29%
G 136 of 255 = 53%
B 71 of 255 = 28%

75
136
71

R + G + B ~ 37%. #4B8847 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 136 + 71 = 282 (100%)
R 75 of 282 ~ 26.6%
G 136 of 282 ~ 48.23%
B 71 of 282 ~ 25.18%

%26.6
%48.23
%25.18

CMYK color model

#4B8847 color CMYK value is (45,0,48,47).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 47.79%
  • key color value is 46.67%
CMYK:
(45,0,48,47)
C45M0Y48K47 
(45%,0%,48%,47%)
(0.45/0.00/0.48/0.47)	

CMYK percentages

%44.85
%0
%47.79
%46.67

Codes

Color #4B8847 in popluar color models

4B8847
RGB7513671
HSL116°31.40%40.59%
HSB/HSV116°47.79%53.33%
CMYK44.85%0.00%47.79%
46.67%

Color #4B8847 in popluar number systems.

HEX4B8847
Decimal7513671
Binary1001011100010001000111
Octal113210107

Shades and tints

Shades of #4B8847

#4B8847
(75,136,71)
#457C41
(69,124,65)
#3F703B
(63,112,59)
#396435
(57,100,53)
#33582F
(51,88,47)
#2D4C29
(45,76,41)
#274023
(39,64,35)
#21341D
(33,52,29)
#1B2817
(27,40,23)
#151C11
(21,28,17)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #4B8847

#4B8847
(75,136,71)
#5B9257
(91,146,87)
#6B9C67
(107,156,103)
#7BA677
(123,166,119)
#8BB087
(139,176,135)
#9BBA97
(155,186,151)
#ABC4A7
(171,196,167)
#BBCEB7
(187,206,183)
#CBD8C7
(203,216,199)
#DBE2D7
(219,226,215)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8847; }

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

This text font color is #4B8847.


Background Color

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

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

This div background color is #4B8847.


Border color

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

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

This div border color is #4B8847.


Opacity

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

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

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

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

This text has shadow with #4B8847 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8847 on black background.


Color preview on white background

This text has color #4B8847 on white background.



Black color preview on #4B8847 background

This text has black color on #4B8847 background.


White color preview on #4B8847 background

This text has white color on #4B8847 background.