COLOR #4BBA72

HEX: #4BBA72
RGB: (75,186,114)

Color info

#4BBA72 contains mainly green color. Web safe color of #4BBA72 is #33CC66 (or #3C6).

RGB color model

#4BBA72 color RGB value is (75,186,114).

  • red value is 75;
  • green value is 186;
  • blue value is 114.
RGB:
(75,186,114)
(29%,73%,45%)

RGB channels and saturation

R 75 of 255 = 29%
G 186 of 255 = 73%
B 114 of 255 = 45%

75
186
114

R + G + B ~ 49%. #4BBA72 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
75 + 186 + 114 = 375 (100%)
R 75 of 375 ~ 20%
G 186 of 375 ~ 49.6%
B 114 of 375 ~ 30.4%

%20
%49.6
%30.4

CMYK color model

#4BBA72 color CMYK value is (60,0,39,27).

  • cyan value is 59.68%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 27.06%
CMYK:
(60,0,39,27)
C60M0Y39K27 
(60%,0%,39%,27%)
(0.60/0.00/0.39/0.27)	

CMYK percentages

%59.68
%0
%38.71
%27.06

Codes

Color #4BBA72 in popluar color models

4BBA72
RGB75186114
HSL141°44.58%51.18%
HSB/HSV141°59.68%72.94%
CMYK59.68%0.00%38.71%
27.06%

Color #4BBA72 in popluar number systems.

HEX4BBA72
Decimal75186114
Binary1001011101110101110010
Octal113272162

Shades and tints

Shades of #4BBA72

#4BBA72
(75,186,114)
#45AA68
(69,170,104)
#3F9A5E
(63,154,94)
#398A54
(57,138,84)
#337A4A
(51,122,74)
#2D6A40
(45,106,64)
#275A36
(39,90,54)
#214A2C
(33,74,44)
#1B3A22
(27,58,34)
#152A18
(21,42,24)
#0F1A0E
(15,26,14)
#000000
(0,0,0)

Tints of #4BBA72

#4BBA72
(75,186,114)
#5BC07E
(91,192,126)
#6BC68A
(107,198,138)
#7BCC96
(123,204,150)
#8BD2A2
(139,210,162)
#9BD8AE
(155,216,174)
#ABDEBA
(171,222,186)
#BBE4C6
(187,228,198)
#CBEAD2
(203,234,210)
#DBF0DE
(219,240,222)
#EBF6EA
(235,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BBA72 color. Also use rgb(75,186,114) instead hex code.

Text Font Color

.myTextColor { color: #4BBA72; }

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

This text font color is #4BBA72.


Background Color

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

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

This div background color is #4BBA72.


Border color

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

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

This div border color is #4BBA72.


Opacity

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

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

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

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

This text has shadow with #4BBA72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4BBA72 on black background.


Color preview on white background

This text has color #4BBA72 on white background.



Black color preview on #4BBA72 background

This text has black color on #4BBA72 background.


White color preview on #4BBA72 background

This text has white color on #4BBA72 background.