COLOR #4B8600

HEX: #4B8600
RGB: (75,134,0)

Color info

#4B8600 contains only red and green colors. Web safe color of #4B8600 is #339900 (or #390).

RGB color model

#4B8600 color RGB value is (75,134,0).

  • red value is 75;
  • green value is 134;
  • blue value is 0.
RGB:
(75,134,0)
(29%,53%,0%)

RGB channels and saturation

R 75 of 255 = 29%
G 134 of 255 = 53%
B 0 of 255 = 0%

75
134
0

R + G + B ~ 27%. #4B8600 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 134 + 0 = 209 (100%)
R 75 of 209 ~ 35.89%
G 134 of 209 ~ 64.11%
B 0 of 209 ~ 0%

%35.89
%64.11

CMYK color model

#4B8600 color CMYK value is (44,0,100,47).

  • cyan value is 44.03%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 47.45%
CMYK:
(44,0,100,47)
C44M0Y100K47 
(44%,0%,100%,47%)
(0.44/0.00/1.00/0.47)	

CMYK percentages

%44.03
%0
%100
%47.45

Codes

Color #4B8600 in popluar color models

4B8600
RGB751340
HSL86°100.00%26.27%
HSB/HSV86°100.00%52.55%
CMYK44.03%0.00%100.00%
47.45%

Color #4B8600 in popluar number systems.

HEX4B8600
Decimal751340
Binary1001011100001100
Octal1132060

Shades and tints

Shades of #4B8600

#4B8600
(75,134,0)
#457A00
(69,122,0)
#3F6E00
(63,110,0)
#396200
(57,98,0)
#335600
(51,86,0)
#2D4A00
(45,74,0)
#273E00
(39,62,0)
#213200
(33,50,0)
#1B2600
(27,38,0)
#151A00
(21,26,0)
#0F0E00
(15,14,0)
#000000
(0,0,0)

Tints of #4B8600

#4B8600
(75,134,0)
#5B9117
(91,145,23)
#6B9C2E
(107,156,46)
#7BA745
(123,167,69)
#8BB25C
(139,178,92)
#9BBD73
(155,189,115)
#ABC88A
(171,200,138)
#BBD3A1
(187,211,161)
#CBDEB8
(203,222,184)
#DBE9CF
(219,233,207)
#EBF4E6
(235,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8600 color. Also use rgb(75,134,0) instead hex code.

Text Font Color

.myTextColor { color: #4B8600; }

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

This text font color is #4B8600.


Background Color

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

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

This div background color is #4B8600.


Border color

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

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

This div border color is #4B8600.


Opacity

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

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

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

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

This text has shadow with #4B8600 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B8600 on black background.


Color preview on white background

This text has color #4B8600 on white background.



Black color preview on #4B8600 background

This text has black color on #4B8600 background.


White color preview on #4B8600 background

This text has white color on #4B8600 background.