COLOR #4B7D2E

HEX: #4B7D2E RGB: (75,125,46)

Color info

#4B7D2E contains mainly red and green colors. Web safe color of #4B7D2E is #336633 (or #363).

RGB color model

#4B7D2E color RGB value is (75,125,46).

RGB: (75,125,46) (29%, 49%, 18%)

RGB channels and saturation

R 75 of 255 = 29%
G 125 of 255 = 49%
B 46 of 255 = 18%

75
125
46

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

Portions of RGB colors in percentages

R + G + B = 75 + 125 + 46 = 246 (100%)
R 75 of 246 ~ 30.49%
G 125 of 246 ~ 50.81%
B 46 of 246 ~ 18.7'%

%30.49
%50.81
%18.7

CMYK color model

#4B7D2E color CMYK value is (40,0,63,51).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 63.20%
  • key color value is 50.98%

CMYK: (40,0,63,51)
C40M0Y63K51 (40%, 0%, 63%, 51%)
(0.40 / 0.00 / 0.63 / 0.51)

CMYK percentages

%40
%0
%63.2
%50.98

Codes

Color #4B7D2E in popluar color models

4B 7D 2E
RGB 75 125 46
HSL 98° 46.20% 33.53%
HSB/HSV 98° 63.20% 49.02%
CMYK 40.00% 0.00% 63.20%
50.98%

Color #4B7D2E in popluar number systems.

HEX 4B 7D 2E
Decimal 75 125 46
Binary 1001011 1111101 101110
Octal 113 175 56

Shades and tints

Shades of #4B7D2E

#4B7D2E
(75,125,46)
#45722A
(69,114,42)
#3F6726
(63,103,38)
#395C22
(57,92,34)
#33511E
(51,81,30)
#2D461A
(45,70,26)
#273B16
(39,59,22)
#213012
(33,48,18)
#1B250E
(27,37,14)
#151A0A
(21,26,10)
#0F0F06
(15,15,6)
#000000
(0,0,0)

Tints of #4B7D2E

#4B7D2E
(75,125,46)
#5B8841
(91,136,65)
#6B9354
(107,147,84)
#7B9E67
(123,158,103)
#8BA97A
(139,169,122)
#9BB48D
(155,180,141)
#ABBFA0
(171,191,160)
#BBCAB3
(187,202,179)
#CBD5C6
(203,213,198)
#DBE0D9
(219,224,217)
#EBEBEC
(235,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7D2E color. Also use rgb(75,125,46) instead hex code.

Text Font Color

.myTextColor { color: #4B7D2E; }

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

This text font color is #4B7D2E.

Background Color

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

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

This div background color is #4B7D2E.

Border color

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

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

This div border color is #4B7D2E.

Opacity

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

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

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

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

This text has shadow with #4B7D2E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B7D2E.

Preview

Color preview on black background

This text has color #4B7D2E on black background.


Color preview on white background

This text has color #4B7D2E on white background.


Black color preview on #4B7D2E background

This text has black color on #4B7D2E background.


White color preview on #4B7D2E background

This text has white color on #4B7D2E background.


Related colors

Complementary color

Complementary color for #hex is #B482D1.


I love getcolorcode.com

Triadic colors

1 #2E4B7D and #7D2E4B with #4B7D2E are triadic colors.

2 #2E7D4B and #7D4B2E with #4B7D2E are triadic colors.