COLOR #4B7500

HEX: #4B7500
RGB: (75,117,0)

Color info

#4B7500 contains only red and green colors. Web safe color of #4B7500 is #336600 (or #360).

RGB color model

#4B7500 color RGB value is (75,117,0).

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

RGB channels and saturation

R 75 of 255 = 29%
G 117 of 255 = 46%
B 0 of 255 = 0%

75
117
0

R + G + B ~ 25%. #4B7500 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 117 + 0 = 192 (100%)
R 75 of 192 ~ 39.06%
G 117 of 192 ~ 60.94%
B 0 of 192 ~ 0%

%39.06
%60.94

CMYK color model

#4B7500 color CMYK value is (36,0,100,54).

  • cyan value is 35.90%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 54.12%
CMYK:
(36,0,100,54)
C36M0Y100K54 
(36%,0%,100%,54%)
(0.36/0.00/1.00/0.54)	

CMYK percentages

%35.9
%0
%100
%54.12

Codes

Color #4B7500 in popluar color models

4B7500
RGB751170
HSL82°100.00%22.94%
HSB/HSV82°100.00%45.88%
CMYK35.90%0.00%100.00%
54.12%

Color #4B7500 in popluar number systems.

HEX4B7500
Decimal751170
Binary100101111101010
Octal1131650

Shades and tints

Shades of #4B7500

#4B7500
(75,117,0)
#456B00
(69,107,0)
#3F6100
(63,97,0)
#395700
(57,87,0)
#334D00
(51,77,0)
#2D4300
(45,67,0)
#273900
(39,57,0)
#212F00
(33,47,0)
#1B2500
(27,37,0)
#151B00
(21,27,0)
#0F1100
(15,17,0)
#000000
(0,0,0)

Tints of #4B7500

#4B7500
(75,117,0)
#5B8117
(91,129,23)
#6B8D2E
(107,141,46)
#7B9945
(123,153,69)
#8BA55C
(139,165,92)
#9BB173
(155,177,115)
#ABBD8A
(171,189,138)
#BBC9A1
(187,201,161)
#CBD5B8
(203,213,184)
#DBE1CF
(219,225,207)
#EBEDE6
(235,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B7500; }

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

This text font color is #4B7500.


Background Color

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

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

This div background color is #4B7500.


Border color

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

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

This div border color is #4B7500.


Opacity

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

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

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

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

This text has shadow with #4B7500 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B7500 on black background.


Color preview on white background

This text has color #4B7500 on white background.



Black color preview on #4B7500 background

This text has black color on #4B7500 background.


White color preview on #4B7500 background

This text has white color on #4B7500 background.