COLOR #4B8127

HEX: #4B8127
RGB: (75,129,39)

Color info

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

RGB color model

#4B8127 color RGB value is (75,129,39).

  • red value is 75;
  • green value is 129;
  • blue value is 39.
RGB:
(75,129,39)
(29%,51%,15%)

RGB channels and saturation

R 75 of 255 = 29%
G 129 of 255 = 51%
B 39 of 255 = 15%

75
129
39

R + G + B ~ 32%. #4B8127 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 129 + 39 = 243 (100%)
R 75 of 243 ~ 30.86%
G 129 of 243 ~ 53.09%
B 39 of 243 ~ 16.05%

%30.86
%53.09
%16.05

CMYK color model

#4B8127 color CMYK value is (42,0,70,49).

  • cyan value is 41.86%
  • magenta value is 0.00%
  • yellow value is 69.77%
  • key color value is 49.41%
CMYK:
(42,0,70,49)
C42M0Y70K49 
(42%,0%,70%,49%)
(0.42/0.00/0.70/0.49)	

CMYK percentages

%41.86
%0
%69.77
%49.41

Codes

Color #4B8127 in popluar color models

4B8127
RGB7512939
HSL96°53.57%32.94%
HSB/HSV96°69.77%50.59%
CMYK41.86%0.00%69.77%
49.41%

Color #4B8127 in popluar number systems.

HEX4B8127
Decimal7512939
Binary100101110000001100111
Octal11320147

Shades and tints

Shades of #4B8127

#4B8127
(75,129,39)
#457624
(69,118,36)
#3F6B21
(63,107,33)
#39601E
(57,96,30)
#33551B
(51,85,27)
#2D4A18
(45,74,24)
#273F15
(39,63,21)
#213412
(33,52,18)
#1B290F
(27,41,15)
#151E0C
(21,30,12)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #4B8127

#4B8127
(75,129,39)
#5B8C3A
(91,140,58)
#6B974D
(107,151,77)
#7BA260
(123,162,96)
#8BAD73
(139,173,115)
#9BB886
(155,184,134)
#ABC399
(171,195,153)
#BBCEAC
(187,206,172)
#CBD9BF
(203,217,191)
#DBE4D2
(219,228,210)
#EBEFE5
(235,239,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8127 color. Also use rgb(75,129,39) instead hex code.

Text Font Color

.myTextColor { color: #4B8127; }

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

This text font color is #4B8127.


Background Color

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

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

This div background color is #4B8127.


Border color

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

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

This div border color is #4B8127.


Opacity

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

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

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

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

This text has shadow with #4B8127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8127 on black background.


Color preview on white background

This text has color #4B8127 on white background.



Black color preview on #4B8127 background

This text has black color on #4B8127 background.


White color preview on #4B8127 background

This text has white color on #4B8127 background.