COLOR #4B841D

HEX: #4B841D RGB: (75,132,29)

Color info

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

RGB color model

#4B841D color RGB value is (75,132,29).

RGB: (75,132,29) (29%, 52%, 11%)

RGB channels and saturation

R 75 of 255 = 29%
G 132 of 255 = 52%
B 29 of 255 = 11%

75
132
29

R + G + B ~ 31%. #4B841D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 132 + 29 = 236 (100%)
R 75 of 236 ~ 31.78%
G 132 of 236 ~ 55.93%
B 29 of 236 ~ 12.29'%

%31.78
%55.93
%12.29

CMYK color model

#4B841D color CMYK value is (43,0,78,48).

  • cyan value is 43.18%
  • magenta value is 0.00%
  • yellow value is 78.03%
  • key color value is 48.24%

CMYK: (43,0,78,48)
C43M0Y78K48 (43%, 0%, 78%, 48%)
(0.43 / 0.00 / 0.78 / 0.48)

CMYK percentages

%43.18
%0
%78.03
%48.24

Codes

Color #4B841D in popluar color models

4B 84 1D
RGB 75 132 29
HSL 93° 63.98% 31.57%
HSB/HSV 93° 78.03% 51.76%
CMYK 43.18% 0.00% 78.03%
48.24%

Color #4B841D in popluar number systems.

HEX 4B 84 1D
Decimal 75 132 29
Binary 1001011 10000100 11101
Octal 113 204 35

Shades and tints

Shades of #4B841D

#4B841D
(75,132,29)
#45781B
(69,120,27)
#3F6C19
(63,108,25)
#396017
(57,96,23)
#335415
(51,84,21)
#2D4813
(45,72,19)
#273C11
(39,60,17)
#21300F
(33,48,15)
#1B240D
(27,36,13)
#15180B
(21,24,11)
#0F0C09
(15,12,9)
#000000
(0,0,0)

Tints of #4B841D

#4B841D
(75,132,29)
#5B8F31
(91,143,49)
#6B9A45
(107,154,69)
#7BA559
(123,165,89)
#8BB06D
(139,176,109)
#9BBB81
(155,187,129)
#ABC695
(171,198,149)
#BBD1A9
(187,209,169)
#CBDCBD
(203,220,189)
#DBE7D1
(219,231,209)
#EBF2E5
(235,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B841D; }

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

This text font color is #4B841D.

Background Color

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

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

This div background color is #4B841D.

Border color

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

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

This div border color is #4B841D.

Opacity

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

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

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

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

This text has shadow with #4B841D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B841D.

Preview

Color preview on black background

This text has color #4B841D on black background.


Color preview on white background

This text has color #4B841D on white background.


Black color preview on #4B841D background

This text has black color on #4B841D background.


White color preview on #4B841D background

This text has white color on #4B841D background.


Related colors

Complementary color

Complementary color for #hex is #B47BE2.


I love getcolorcode.com

Triadic colors

1 #1D4B84 and #841D4B with #4B841D are triadic colors.

2 #1D844B and #844B1D with #4B841D are triadic colors.