COLOR #4BA47F

HEX: #4BA47F RGB: (75,164,127)

Color info

#4BA47F contains mainly green and blue colors. Web safe color of #4BA47F is #339966 (or #396).

RGB color model

#4BA47F color RGB value is (75,164,127).

RGB: (75,164,127) (29%, 64%, 50%)

RGB channels and saturation

R 75 of 255 = 29%
G 164 of 255 = 64%
B 127 of 255 = 50%

75
164
127

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

Portions of RGB colors in percentages

R + G + B = 75 + 164 + 127 = 366 (100%)
R 75 of 366 ~ 20.49%
G 164 of 366 ~ 44.81%
B 127 of 366 ~ 34.7'%

%20.49
%44.81
%34.7

CMYK color model

#4BA47F color CMYK value is (54,0,23,36).

  • cyan value is 54.27%
  • magenta value is 0.00%
  • yellow value is 22.56%
  • key color value is 35.69%

CMYK: (54,0,23,36)
C54M0Y23K36 (54%, 0%, 23%, 36%)
(0.54 / 0.00 / 0.23 / 0.36)

CMYK percentages

%54.27
%0
%22.56
%35.69

Codes

Color #4BA47F in popluar color models

4B A4 7F
RGB 75 164 127
HSL 155° 37.24% 46.86%
HSB/HSV 155° 54.27% 64.31%
CMYK 54.27% 0.00% 22.56%
35.69%

Color #4BA47F in popluar number systems.

HEX 4B A4 7F
Decimal 75 164 127
Binary 1001011 10100100 1111111
Octal 113 244 177

Shades and tints

Shades of #4BA47F

#4BA47F
(75,164,127)
#459674
(69,150,116)
#3F8869
(63,136,105)
#397A5E
(57,122,94)
#336C53
(51,108,83)
#2D5E48
(45,94,72)
#27503D
(39,80,61)
#214232
(33,66,50)
#1B3427
(27,52,39)
#15261C
(21,38,28)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #4BA47F

#4BA47F
(75,164,127)
#5BAC8A
(91,172,138)
#6BB495
(107,180,149)
#7BBCA0
(123,188,160)
#8BC4AB
(139,196,171)
#9BCCB6
(155,204,182)
#ABD4C1
(171,212,193)
#BBDCCC
(187,220,204)
#CBE4D7
(203,228,215)
#DBECE2
(219,236,226)
#EBF4ED
(235,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA47F color. Also use rgb(75,164,127) instead hex code.

Text Font Color

.myTextColor { color: #4BA47F; }

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

This text font color is #4BA47F.

Background Color

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

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

This div background color is #4BA47F.

Border color

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

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

This div border color is #4BA47F.

Opacity

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

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

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

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

This text has shadow with #4BA47F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BA47F.

Preview

Color preview on black background

This text has color #4BA47F on black background.


Color preview on white background

This text has color #4BA47F on white background.


Black color preview on #4BA47F background

This text has black color on #4BA47F background.


White color preview on #4BA47F background

This text has white color on #4BA47F background.


Related colors

Complementary color

Complementary color for #hex is #B45B80.


I love getcolorcode.com

Triadic colors

1 #7F4BA4 and #A47F4B with #4BA47F are triadic colors.

2 #7FA44B and #A44B7F with #4BA47F are triadic colors.