COLOR #4B8732

HEX: #4B8732
RGB: (75,135,50)

Color info

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

RGB color model

#4B8732 color RGB value is (75,135,50).

  • red value is 75;
  • green value is 135;
  • blue value is 50.
RGB:
(75,135,50)
(29%,53%,20%)

RGB channels and saturation

R 75 of 255 = 29%
G 135 of 255 = 53%
B 50 of 255 = 20%

75
135
50

R + G + B ~ 34%. #4B8732 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 135 + 50 = 260 (100%)
R 75 of 260 ~ 28.85%
G 135 of 260 ~ 51.92%
B 50 of 260 ~ 19.23%

%28.85
%51.92
%19.23

CMYK color model

#4B8732 color CMYK value is (44,0,63,47).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 47.06%
CMYK:
(44,0,63,47)
C44M0Y63K47 
(44%,0%,63%,47%)
(0.44/0.00/0.63/0.47)	

CMYK percentages

%44.44
%0
%62.96
%47.06

Codes

Color #4B8732 in popluar color models

4B8732
RGB7513550
HSL102°45.95%36.27%
HSB/HSV102°62.96%52.94%
CMYK44.44%0.00%62.96%
47.06%

Color #4B8732 in popluar number systems.

HEX4B8732
Decimal7513550
Binary100101110000111110010
Octal11320762

Shades and tints

Shades of #4B8732

#4B8732
(75,135,50)
#457B2E
(69,123,46)
#3F6F2A
(63,111,42)
#396326
(57,99,38)
#335722
(51,87,34)
#2D4B1E
(45,75,30)
#273F1A
(39,63,26)
#213316
(33,51,22)
#1B2712
(27,39,18)
#151B0E
(21,27,14)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #4B8732

#4B8732
(75,135,50)
#5B9144
(91,145,68)
#6B9B56
(107,155,86)
#7BA568
(123,165,104)
#8BAF7A
(139,175,122)
#9BB98C
(155,185,140)
#ABC39E
(171,195,158)
#BBCDB0
(187,205,176)
#CBD7C2
(203,215,194)
#DBE1D4
(219,225,212)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B8732; }

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

This text font color is #4B8732.


Background Color

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

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

This div background color is #4B8732.


Border color

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

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

This div border color is #4B8732.


Opacity

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

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

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

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

This text has shadow with #4B8732 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8732 on black background.


Color preview on white background

This text has color #4B8732 on white background.



Black color preview on #4B8732 background

This text has black color on #4B8732 background.


White color preview on #4B8732 background

This text has white color on #4B8732 background.