COLOR #4B8026

HEX: #4B8026
RGB: (75,128,38)

Color info

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

RGB color model

#4B8026 color RGB value is (75,128,38).

  • red value is 75;
  • green value is 128;
  • blue value is 38.
RGB:
(75,128,38)
(29%,50%,15%)

RGB channels and saturation

R 75 of 255 = 29%
G 128 of 255 = 50%
B 38 of 255 = 15%

75
128
38

R + G + B ~ 31%. #4B8026 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 128 + 38 = 241 (100%)
R 75 of 241 ~ 31.12%
G 128 of 241 ~ 53.11%
B 38 of 241 ~ 15.77%

%31.12
%53.11
%15.77

CMYK color model

#4B8026 color CMYK value is (41,0,70,50).

  • cyan value is 41.41%
  • magenta value is 0.00%
  • yellow value is 70.31%
  • key color value is 49.80%
CMYK:
(41,0,70,50)
C41M0Y70K50 
(41%,0%,70%,50%)
(0.41/0.00/0.70/0.50)	

CMYK percentages

%41.41
%0
%70.31
%49.8

Codes

Color #4B8026 in popluar color models

4B8026
RGB7512838
HSL95°54.22%32.55%
HSB/HSV95°70.31%50.20%
CMYK41.41%0.00%70.31%
49.80%

Color #4B8026 in popluar number systems.

HEX4B8026
Decimal7512838
Binary100101110000000100110
Octal11320046

Shades and tints

Shades of #4B8026

#4B8026
(75,128,38)
#457523
(69,117,35)
#3F6A20
(63,106,32)
#395F1D
(57,95,29)
#33541A
(51,84,26)
#2D4917
(45,73,23)
#273E14
(39,62,20)
#213311
(33,51,17)
#1B280E
(27,40,14)
#151D0B
(21,29,11)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #4B8026

#4B8026
(75,128,38)
#5B8B39
(91,139,57)
#6B964C
(107,150,76)
#7BA15F
(123,161,95)
#8BAC72
(139,172,114)
#9BB785
(155,183,133)
#ABC298
(171,194,152)
#BBCDAB
(187,205,171)
#CBD8BE
(203,216,190)
#DBE3D1
(219,227,209)
#EBEEE4
(235,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8026 color. Also use rgb(75,128,38) instead hex code.

Text Font Color

.myTextColor { color: #4B8026; }

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

This text font color is #4B8026.


Background Color

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

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

This div background color is #4B8026.


Border color

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

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

This div border color is #4B8026.


Opacity

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

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

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

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

This text has shadow with #4B8026 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8026 on black background.


Color preview on white background

This text has color #4B8026 on white background.



Black color preview on #4B8026 background

This text has black color on #4B8026 background.


White color preview on #4B8026 background

This text has white color on #4B8026 background.