COLOR #4B7F36

HEX: #4B7F36
RGB: (75,127,54)

Color info

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

RGB color model

#4B7F36 color RGB value is (75,127,54).

  • red value is 75;
  • green value is 127;
  • blue value is 54.
RGB:
(75,127,54)
(29%,50%,21%)

RGB channels and saturation

R 75 of 255 = 29%
G 127 of 255 = 50%
B 54 of 255 = 21%

75
127
54

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

Portions of RGB colors in percentages

R + G + B =
75 + 127 + 54 = 256 (100%)
R 75 of 256 ~ 29.3%
G 127 of 256 ~ 49.61%
B 54 of 256 ~ 21.09%

%29.3
%49.61
%21.09

CMYK color model

#4B7F36 color CMYK value is (41,0,57,50).

  • cyan value is 40.94%
  • magenta value is 0.00%
  • yellow value is 57.48%
  • key color value is 50.20%
CMYK:
(41,0,57,50)
C41M0Y57K50 
(41%,0%,57%,50%)
(0.41/0.00/0.57/0.50)	

CMYK percentages

%40.94
%0
%57.48
%50.2

Codes

Color #4B7F36 in popluar color models

4B7F36
RGB7512754
HSL103°40.33%35.49%
HSB/HSV103°57.48%49.80%
CMYK40.94%0.00%57.48%
50.20%

Color #4B7F36 in popluar number systems.

HEX4B7F36
Decimal7512754
Binary10010111111111110110
Octal11317766

Shades and tints

Shades of #4B7F36

#4B7F36
(75,127,54)
#457432
(69,116,50)
#3F692E
(63,105,46)
#395E2A
(57,94,42)
#335326
(51,83,38)
#2D4822
(45,72,34)
#273D1E
(39,61,30)
#21321A
(33,50,26)
#1B2716
(27,39,22)
#151C12
(21,28,18)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #4B7F36

#4B7F36
(75,127,54)
#5B8A48
(91,138,72)
#6B955A
(107,149,90)
#7BA06C
(123,160,108)
#8BAB7E
(139,171,126)
#9BB690
(155,182,144)
#ABC1A2
(171,193,162)
#BBCCB4
(187,204,180)
#CBD7C6
(203,215,198)
#DBE2D8
(219,226,216)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B7F36 color. Also use rgb(75,127,54) instead hex code.

Text Font Color

.myTextColor { color: #4B7F36; }

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

This text font color is #4B7F36.


Background Color

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

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

This div background color is #4B7F36.


Border color

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

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

This div border color is #4B7F36.


Opacity

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

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

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

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

This text has shadow with #4B7F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7F36 on black background.


Color preview on white background

This text has color #4B7F36 on white background.



Black color preview on #4B7F36 background

This text has black color on #4B7F36 background.


White color preview on #4B7F36 background

This text has white color on #4B7F36 background.