COLOR #4B7236

HEX: #4B7236
RGB: (75,114,54)

Color info

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

RGB color model

#4B7236 color RGB value is (75,114,54).

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

RGB channels and saturation

R 75 of 255 = 29%
G 114 of 255 = 45%
B 54 of 255 = 21%

75
114
54

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

Portions of RGB colors in percentages

R + G + B =
75 + 114 + 54 = 243 (100%)
R 75 of 243 ~ 30.86%
G 114 of 243 ~ 46.91%
B 54 of 243 ~ 22.22%

%30.86
%46.91
%22.22

CMYK color model

#4B7236 color CMYK value is (34,0,53,55).

  • cyan value is 34.21%
  • magenta value is 0.00%
  • yellow value is 52.63%
  • key color value is 55.29%
CMYK:
(34,0,53,55)
C34M0Y53K55 
(34%,0%,53%,55%)
(0.34/0.00/0.53/0.55)	

CMYK percentages

%34.21
%0
%52.63
%55.29

Codes

Color #4B7236 in popluar color models

4B7236
RGB7511454
HSL99°35.71%32.94%
HSB/HSV99°52.63%44.71%
CMYK34.21%0.00%52.63%
55.29%

Color #4B7236 in popluar number systems.

HEX4B7236
Decimal7511454
Binary10010111110010110110
Octal11316266

Shades and tints

Shades of #4B7236

#4B7236
(75,114,54)
#456832
(69,104,50)
#3F5E2E
(63,94,46)
#39542A
(57,84,42)
#334A26
(51,74,38)
#2D4022
(45,64,34)
#27361E
(39,54,30)
#212C1A
(33,44,26)
#1B2216
(27,34,22)
#151812
(21,24,18)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #4B7236

#4B7236
(75,114,54)
#5B7E48
(91,126,72)
#6B8A5A
(107,138,90)
#7B966C
(123,150,108)
#8BA27E
(139,162,126)
#9BAE90
(155,174,144)
#ABBAA2
(171,186,162)
#BBC6B4
(187,198,180)
#CBD2C6
(203,210,198)
#DBDED8
(219,222,216)
#EBEAEA
(235,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7236; }

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

This text font color is #4B7236.


Background Color

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

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

This div background color is #4B7236.


Border color

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

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

This div border color is #4B7236.


Opacity

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

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

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

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

This text has shadow with #4B7236 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7236 on black background.


Color preview on white background

This text has color #4B7236 on white background.



Black color preview on #4B7236 background

This text has black color on #4B7236 background.


White color preview on #4B7236 background

This text has white color on #4B7236 background.