COLOR #4B9627

HEX: #4B9627
RGB: (75,150,39)

Color info

#4B9627 contains mainly green color. Web safe color of #4B9627 is #339933 (or #393).

RGB color model

#4B9627 color RGB value is (75,150,39).

  • red value is 75;
  • green value is 150;
  • blue value is 39.
RGB:
(75,150,39)
(29%,59%,15%)

RGB channels and saturation

R 75 of 255 = 29%
G 150 of 255 = 59%
B 39 of 255 = 15%

75
150
39

R + G + B ~ 34%. #4B9627 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 150 + 39 = 264 (100%)
R 75 of 264 ~ 28.41%
G 150 of 264 ~ 56.82%
B 39 of 264 ~ 14.77%

%28.41
%56.82
%14.77

CMYK color model

#4B9627 color CMYK value is (50,0,74,41).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 74.00%
  • key color value is 41.18%
CMYK:
(50,0,74,41)
C50M0Y74K41 
(50%,0%,74%,41%)
(0.50/0.00/0.74/0.41)	

CMYK percentages

%50
%0
%74
%41.18

Codes

Color #4B9627 in popluar color models

4B9627
RGB7515039
HSL101°58.73%37.06%
HSB/HSV101°74.00%58.82%
CMYK50.00%0.00%74.00%
41.18%

Color #4B9627 in popluar number systems.

HEX4B9627
Decimal7515039
Binary100101110010110100111
Octal11322647

Shades and tints

Shades of #4B9627

#4B9627
(75,150,39)
#458924
(69,137,36)
#3F7C21
(63,124,33)
#396F1E
(57,111,30)
#33621B
(51,98,27)
#2D5518
(45,85,24)
#274815
(39,72,21)
#213B12
(33,59,18)
#1B2E0F
(27,46,15)
#15210C
(21,33,12)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #4B9627

#4B9627
(75,150,39)
#5B9F3A
(91,159,58)
#6BA84D
(107,168,77)
#7BB160
(123,177,96)
#8BBA73
(139,186,115)
#9BC386
(155,195,134)
#ABCC99
(171,204,153)
#BBD5AC
(187,213,172)
#CBDEBF
(203,222,191)
#DBE7D2
(219,231,210)
#EBF0E5
(235,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9627 color. Also use rgb(75,150,39) instead hex code.

Text Font Color

.myTextColor { color: #4B9627; }

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

This text font color is #4B9627.


Background Color

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

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

This div background color is #4B9627.


Border color

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

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

This div border color is #4B9627.


Opacity

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

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

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

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

This text has shadow with #4B9627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9627 on black background.


Color preview on white background

This text has color #4B9627 on white background.



Black color preview on #4B9627 background

This text has black color on #4B9627 background.


White color preview on #4B9627 background

This text has white color on #4B9627 background.