COLOR #4B7E47

HEX: #4B7E47
RGB: (75,126,71)

Color info

#4B7E47 contains red, green and blue colors in about the same proportion. Web safe color of #4B7E47 is #336633 (or #363).

RGB color model

#4B7E47 color RGB value is (75,126,71).

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

RGB channels and saturation

R 75 of 255 = 29%
G 126 of 255 = 49%
B 71 of 255 = 28%

75
126
71

R + G + B ~ 35%. #4B7E47 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 126 + 71 = 272 (100%)
R 75 of 272 ~ 27.57%
G 126 of 272 ~ 46.32%
B 71 of 272 ~ 26.1%

%27.57
%46.32
%26.1

CMYK color model

#4B7E47 color CMYK value is (40,0,44,51).

  • cyan value is 40.48%
  • magenta value is 0.00%
  • yellow value is 43.65%
  • key color value is 50.59%
CMYK:
(40,0,44,51)
C40M0Y44K51 
(40%,0%,44%,51%)
(0.40/0.00/0.44/0.51)	

CMYK percentages

%40.48
%0
%43.65
%50.59

Codes

Color #4B7E47 in popluar color models

4B7E47
RGB7512671
HSL116°27.92%38.63%
HSB/HSV116°43.65%49.41%
CMYK40.48%0.00%43.65%
50.59%

Color #4B7E47 in popluar number systems.

HEX4B7E47
Decimal7512671
Binary100101111111101000111
Octal113176107

Shades and tints

Shades of #4B7E47

#4B7E47
(75,126,71)
#457341
(69,115,65)
#3F683B
(63,104,59)
#395D35
(57,93,53)
#33522F
(51,82,47)
#2D4729
(45,71,41)
#273C23
(39,60,35)
#21311D
(33,49,29)
#1B2617
(27,38,23)
#151B11
(21,27,17)
#0F100B
(15,16,11)
#000000
(0,0,0)

Tints of #4B7E47

#4B7E47
(75,126,71)
#5B8957
(91,137,87)
#6B9467
(107,148,103)
#7B9F77
(123,159,119)
#8BAA87
(139,170,135)
#9BB597
(155,181,151)
#ABC0A7
(171,192,167)
#BBCBB7
(187,203,183)
#CBD6C7
(203,214,199)
#DBE1D7
(219,225,215)
#EBECE7
(235,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7E47; }

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

This text font color is #4B7E47.


Background Color

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

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

This div background color is #4B7E47.


Border color

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

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

This div border color is #4B7E47.


Opacity

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

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

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

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

This text has shadow with #4B7E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7E47 on black background.


Color preview on white background

This text has color #4B7E47 on white background.



Black color preview on #4B7E47 background

This text has black color on #4B7E47 background.


White color preview on #4B7E47 background

This text has white color on #4B7E47 background.