COLOR #4BA006

HEX: #4BA006
RGB: (75,160,6)

Color info

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

RGB color model

#4BA006 color RGB value is (75,160,6).

  • red value is 75;
  • green value is 160;
  • blue value is 6.
RGB:
(75,160,6)
(29%,63%,2%)

RGB channels and saturation

R 75 of 255 = 29%
G 160 of 255 = 63%
B 6 of 255 = 2%

75
160
6

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

Portions of RGB colors in percentages

R + G + B =
75 + 160 + 6 = 241 (100%)
R 75 of 241 ~ 31.12%
G 160 of 241 ~ 66.39%
B 6 of 241 ~ 2.49%

%31.12
%66.39

CMYK color model

#4BA006 color CMYK value is (53,0,96,37).

  • cyan value is 53.13%
  • magenta value is 0.00%
  • yellow value is 96.25%
  • key color value is 37.25%
CMYK:
(53,0,96,37)
C53M0Y96K37 
(53%,0%,96%,37%)
(0.53/0.00/0.96/0.37)	

CMYK percentages

%53.13
%0
%96.25
%37.25

Codes

Color #4BA006 in popluar color models

4BA006
RGB751606
HSL93°92.77%32.55%
HSB/HSV93°96.25%62.75%
CMYK53.13%0.00%96.25%
37.25%

Color #4BA006 in popluar number systems.

HEX4BA006
Decimal751606
Binary100101110100000110
Octal1132406

Shades and tints

Shades of #4BA006

#4BA006
(75,160,6)
#459206
(69,146,6)
#3F8406
(63,132,6)
#397606
(57,118,6)
#336806
(51,104,6)
#2D5A06
(45,90,6)
#274C06
(39,76,6)
#213E06
(33,62,6)
#1B3006
(27,48,6)
#152206
(21,34,6)
#0F1406
(15,20,6)
#000000
(0,0,0)

Tints of #4BA006

#4BA006
(75,160,6)
#5BA81C
(91,168,28)
#6BB032
(107,176,50)
#7BB848
(123,184,72)
#8BC05E
(139,192,94)
#9BC874
(155,200,116)
#ABD08A
(171,208,138)
#BBD8A0
(187,216,160)
#CBE0B6
(203,224,182)
#DBE8CC
(219,232,204)
#EBF0E2
(235,240,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA006 color. Also use rgb(75,160,6) instead hex code.

Text Font Color

.myTextColor { color: #4BA006; }

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

This text font color is #4BA006.


Background Color

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

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

This div background color is #4BA006.


Border color

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

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

This div border color is #4BA006.


Opacity

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

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

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

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

This text has shadow with #4BA006 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BA006 on black background.


Color preview on white background

This text has color #4BA006 on white background.



Black color preview on #4BA006 background

This text has black color on #4BA006 background.


White color preview on #4BA006 background

This text has white color on #4BA006 background.