COLOR #4BA277

HEX: #4BA277 RGB: (75,162,119)

Color info

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

RGB color model

#4BA277 color RGB value is (75,162,119).

RGB: (75,162,119) (29%, 64%, 47%)

RGB channels and saturation

R 75 of 255 = 29%
G 162 of 255 = 64%
B 119 of 255 = 47%

75
162
119

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

Portions of RGB colors in percentages

R + G + B = 75 + 162 + 119 = 356 (100%)
R 75 of 356 ~ 21.07%
G 162 of 356 ~ 45.51%
B 119 of 356 ~ 33.43'%

%21.07
%45.51
%33.43

CMYK color model

#4BA277 color CMYK value is (54,0,27,36).

  • cyan value is 53.70%
  • magenta value is 0.00%
  • yellow value is 26.54%
  • key color value is 36.47%

CMYK: (54,0,27,36)
C54M0Y27K36 (54%, 0%, 27%, 36%)
(0.54 / 0.00 / 0.27 / 0.36)

CMYK percentages

%53.7
%0
%26.54
%36.47

Codes

Color #4BA277 in popluar color models

4B A2 77
RGB 75 162 119
HSL 150° 36.71% 46.47%
HSB/HSV 150° 53.70% 63.53%
CMYK 53.70% 0.00% 26.54%
36.47%

Color #4BA277 in popluar number systems.

HEX 4B A2 77
Decimal 75 162 119
Binary 1001011 10100010 1110111
Octal 113 242 167

Shades and tints

Shades of #4BA277

#4BA277
(75,162,119)
#45946D
(69,148,109)
#3F8663
(63,134,99)
#397859
(57,120,89)
#336A4F
(51,106,79)
#2D5C45
(45,92,69)
#274E3B
(39,78,59)
#214031
(33,64,49)
#1B3227
(27,50,39)
#15241D
(21,36,29)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #4BA277

#4BA277
(75,162,119)
#5BAA83
(91,170,131)
#6BB28F
(107,178,143)
#7BBA9B
(123,186,155)
#8BC2A7
(139,194,167)
#9BCAB3
(155,202,179)
#ABD2BF
(171,210,191)
#BBDACB
(187,218,203)
#CBE2D7
(203,226,215)
#DBEAE3
(219,234,227)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA277 color. Also use rgb(75,162,119) instead hex code.

Text Font Color

.myTextColor { color: #4BA277; }

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

This text font color is #4BA277.

Background Color

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

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

This div background color is #4BA277.

Border color

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

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

This div border color is #4BA277.

Opacity

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

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

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

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

This text has shadow with #4BA277 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BA277.

Preview

Color preview on black background

This text has color #4BA277 on black background.


Color preview on white background

This text has color #4BA277 on white background.


Black color preview on #4BA277 background

This text has black color on #4BA277 background.


White color preview on #4BA277 background

This text has white color on #4BA277 background.


Related colors

Complementary color

Complementary color for #hex is #B45D88.


I love getcolorcode.com

Triadic colors

1 #774BA2 and #A2774B with #4BA277 are triadic colors.

2 #77A24B and #A24B77 with #4BA277 are triadic colors.