COLOR #4B9717

HEX: #4B9717
RGB: (75,151,23)

Color info

#4B9717 contains mainly green color. Web safe color of #4B9717 is #339900 (or #390).

RGB color model

#4B9717 color RGB value is (75,151,23).

  • red value is 75;
  • green value is 151;
  • blue value is 23.
RGB:
(75,151,23)
(29%,59%,9%)

RGB channels and saturation

R 75 of 255 = 29%
G 151 of 255 = 59%
B 23 of 255 = 9%

75
151
23

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

Portions of RGB colors in percentages

R + G + B =
75 + 151 + 23 = 249 (100%)
R 75 of 249 ~ 30.12%
G 151 of 249 ~ 60.64%
B 23 of 249 ~ 9.24%

%30.12
%60.64

CMYK color model

#4B9717 color CMYK value is (50,0,85,41).

  • cyan value is 50.33%
  • magenta value is 0.00%
  • yellow value is 84.77%
  • key color value is 40.78%
CMYK:
(50,0,85,41)
C50M0Y85K41 
(50%,0%,85%,41%)
(0.50/0.00/0.85/0.41)	

CMYK percentages

%50.33
%0
%84.77
%40.78

Codes

Color #4B9717 in popluar color models

4B9717
RGB7515123
HSL96°73.56%34.12%
HSB/HSV96°84.77%59.22%
CMYK50.33%0.00%84.77%
40.78%

Color #4B9717 in popluar number systems.

HEX4B9717
Decimal7515123
Binary10010111001011110111
Octal11322727

Shades and tints

Shades of #4B9717

#4B9717
(75,151,23)
#458A15
(69,138,21)
#3F7D13
(63,125,19)
#397011
(57,112,17)
#33630F
(51,99,15)
#2D560D
(45,86,13)
#27490B
(39,73,11)
#213C09
(33,60,9)
#1B2F07
(27,47,7)
#152205
(21,34,5)
#0F1503
(15,21,3)
#000000
(0,0,0)

Tints of #4B9717

#4B9717
(75,151,23)
#5BA02C
(91,160,44)
#6BA941
(107,169,65)
#7BB256
(123,178,86)
#8BBB6B
(139,187,107)
#9BC480
(155,196,128)
#ABCD95
(171,205,149)
#BBD6AA
(187,214,170)
#CBDFBF
(203,223,191)
#DBE8D4
(219,232,212)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9717 color. Also use rgb(75,151,23) instead hex code.

Text Font Color

.myTextColor { color: #4B9717; }

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

This text font color is #4B9717.


Background Color

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

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

This div background color is #4B9717.


Border color

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

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

This div border color is #4B9717.


Opacity

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

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

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

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

This text has shadow with #4B9717 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9717 on black background.


Color preview on white background

This text has color #4B9717 on white background.



Black color preview on #4B9717 background

This text has black color on #4B9717 background.


White color preview on #4B9717 background

This text has white color on #4B9717 background.