COLOR #4B842D

HEX: #4B842D
RGB: (75,132,45)

Color info

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

RGB color model

#4B842D color RGB value is (75,132,45).

  • red value is 75;
  • green value is 132;
  • blue value is 45.
RGB:
(75,132,45)
(29%,52%,18%)

RGB channels and saturation

R 75 of 255 = 29%
G 132 of 255 = 52%
B 45 of 255 = 18%

75
132
45

R + G + B ~ 33%. #4B842D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 132 + 45 = 252 (100%)
R 75 of 252 ~ 29.76%
G 132 of 252 ~ 52.38%
B 45 of 252 ~ 17.86%

%29.76
%52.38
%17.86

CMYK color model

#4B842D color CMYK value is (43,0,66,48).

  • cyan value is 43.18%
  • magenta value is 0.00%
  • yellow value is 65.91%
  • key color value is 48.24%
CMYK:
(43,0,66,48)
C43M0Y66K48 
(43%,0%,66%,48%)
(0.43/0.00/0.66/0.48)	

CMYK percentages

%43.18
%0
%65.91
%48.24

Codes

Color #4B842D in popluar color models

4B842D
RGB7513245
HSL99°49.15%34.71%
HSB/HSV99°65.91%51.76%
CMYK43.18%0.00%65.91%
48.24%

Color #4B842D in popluar number systems.

HEX4B842D
Decimal7513245
Binary100101110000100101101
Octal11320455

Shades and tints

Shades of #4B842D

#4B842D
(75,132,45)
#457829
(69,120,41)
#3F6C25
(63,108,37)
#396021
(57,96,33)
#33541D
(51,84,29)
#2D4819
(45,72,25)
#273C15
(39,60,21)
#213011
(33,48,17)
#1B240D
(27,36,13)
#151809
(21,24,9)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #4B842D

#4B842D
(75,132,45)
#5B8F40
(91,143,64)
#6B9A53
(107,154,83)
#7BA566
(123,165,102)
#8BB079
(139,176,121)
#9BBB8C
(155,187,140)
#ABC69F
(171,198,159)
#BBD1B2
(187,209,178)
#CBDCC5
(203,220,197)
#DBE7D8
(219,231,216)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B842D; }

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

This text font color is #4B842D.


Background Color

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

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

This div background color is #4B842D.


Border color

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

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

This div border color is #4B842D.


Opacity

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

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

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

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

This text has shadow with #4B842D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B842D on black background.


Color preview on white background

This text has color #4B842D on white background.



Black color preview on #4B842D background

This text has black color on #4B842D background.


White color preview on #4B842D background

This text has white color on #4B842D background.