COLOR #4BA289

HEX: #4BA289 RGB: (75,162,137)

Color info

#4BA289 contains mainly green and blue colors. Web safe color of #4BA289 is #339999 (or #399).

RGB color model

#4BA289 color RGB value is (75,162,137).

RGB: (75,162,137) (29%, 64%, 54%)

RGB channels and saturation

R 75 of 255 = 29%
G 162 of 255 = 64%
B 137 of 255 = 54%

75
162
137

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

Portions of RGB colors in percentages

R + G + B = 75 + 162 + 137 = 374 (100%)
R 75 of 374 ~ 20.05%
G 162 of 374 ~ 43.32%
B 137 of 374 ~ 36.63'%

%20.05
%43.32
%36.63

CMYK color model

#4BA289 color CMYK value is (54,0,15,36).

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

CMYK: (54,0,15,36)
C54M0Y15K36 (54%, 0%, 15%, 36%)
(0.54 / 0.00 / 0.15 / 0.36)

CMYK percentages

%53.7
%0
%15.43
%36.47

Codes

Color #4BA289 in popluar color models

4B A2 89
RGB 75 162 137
HSL 163° 36.71% 46.47%
HSB/HSV 163° 53.70% 63.53%
CMYK 53.70% 0.00% 15.43%
36.47%

Color #4BA289 in popluar number systems.

HEX 4B A2 89
Decimal 75 162 137
Binary 1001011 10100010 10001001
Octal 113 242 211

Shades and tints

Shades of #4BA289

#4BA289
(75,162,137)
#45947D
(69,148,125)
#3F8671
(63,134,113)
#397865
(57,120,101)
#336A59
(51,106,89)
#2D5C4D
(45,92,77)
#274E41
(39,78,65)
#214035
(33,64,53)
#1B3229
(27,50,41)
#15241D
(21,36,29)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #4BA289

#4BA289
(75,162,137)
#5BAA93
(91,170,147)
#6BB29D
(107,178,157)
#7BBAA7
(123,186,167)
#8BC2B1
(139,194,177)
#9BCABB
(155,202,187)
#ABD2C5
(171,210,197)
#BBDACF
(187,218,207)
#CBE2D9
(203,226,217)
#DBEAE3
(219,234,227)
#EBF2ED
(235,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BA289; }

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

This text font color is #4BA289.

Background Color

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

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

This div background color is #4BA289.

Border color

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

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

This div border color is #4BA289.

Opacity

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

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

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

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

This text has shadow with #4BA289 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BA289.

Preview

Color preview on black background

This text has color #4BA289 on black background.


Color preview on white background

This text has color #4BA289 on white background.


Black color preview on #4BA289 background

This text has black color on #4BA289 background.


White color preview on #4BA289 background

This text has white color on #4BA289 background.


Related colors

Complementary color

Complementary color for #hex is #B45D76.


I love getcolorcode.com

Triadic colors

1 #894BA2 and #A2894B with #4BA289 are triadic colors.

2 #89A24B and #A24B89 with #4BA289 are triadic colors.