COLOR #4BAA59

HEX: #4BAA59 RGB: (75,170,89)

Color info

#4BAA59 contains mainly green color. Web safe color of #4BAA59 is #339966 (or #396).

RGB color model

#4BAA59 color RGB value is (75,170,89).

RGB: (75,170,89) (29%, 67%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 170 of 255 = 67%
B 89 of 255 = 35%

75
170
89

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

Portions of RGB colors in percentages

R + G + B = 75 + 170 + 89 = 334 (100%)
R 75 of 334 ~ 22.46%
G 170 of 334 ~ 50.9%
B 89 of 334 ~ 26.65'%

%22.46
%50.9
%26.65

CMYK color model

#4BAA59 color CMYK value is (56,0,48,33).

  • cyan value is 55.88%
  • magenta value is 0.00%
  • yellow value is 47.65%
  • key color value is 33.33%
CMYK: (56,0,48,33) C56M0Y48K33 (56%,0%,48%,33%) (0.56/0.00/0.48/0.33) 

CMYK percentages

%55.88
%0
%47.65
%33.33

Codes

Color #4BAA59 in popluar color models

4B AA 59
RGB 75 170 89
HSL 129° 38.78% 48.04%
HSB/HSV 129° 55.88% 66.67%
CMYK 55.88% 0.00% 47.65%
33.33%

Color #4BAA59 in popluar number systems.

HEX 4B AA 59
Decimal 75 170 89
Binary 1001011 10101010 1011001
Octal 113 252 131

Shades and tints

Shades of #4BAA59

#4BAA59
(75,170,89)
#459B51
(69,155,81)
#3F8C49
(63,140,73)
#397D41
(57,125,65)
#336E39
(51,110,57)
#2D5F31
(45,95,49)
#275029
(39,80,41)
#214121
(33,65,33)
#1B3219
(27,50,25)
#152311
(21,35,17)
#0F1409
(15,20,9)
#000000
(0,0,0)

Tints of #4BAA59

#4BAA59
(75,170,89)
#5BB168
(91,177,104)
#6BB877
(107,184,119)
#7BBF86
(123,191,134)
#8BC695
(139,198,149)
#9BCDA4
(155,205,164)
#ABD4B3
(171,212,179)
#BBDBC2
(187,219,194)
#CBE2D1
(203,226,209)
#DBE9E0
(219,233,224)
#EBF0EF
(235,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BAA59 color. Also use rgb(75,170,89) instead hex code.

Text Font Color

.myTextColor { color: #4BAA59; }

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

This text font color is #4BAA59.

Background Color

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

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

This div background color is #4BAA59.

Border color

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

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

This div border color is #4BAA59.

Opacity

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

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

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

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

This text has shadow with #4BAA59 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BAA59.

Preview

Color preview on black background

This text has color #4BAA59 on black background.


Color preview on white background

This text has color #4BAA59 on white background.


Black color preview on #4BAA59 background

This text has black color on #4BAA59 background.


White color preview on #4BAA59 background

This text has white color on #4BAA59 background.


Related colors

Complementary color

Complementary color for #hex is #B455A6.


I love getcolorcode.com

Triadic colors

1 #594BAA and #AA594B with #4BAA59 are triadic colors.

2 #59AA4B and #AA4B59 with #4BAA59 are triadic colors.