COLOR #4BA85A

HEX: #4BA85A RGB: (75,168,90)

Color info

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

RGB color model

#4BA85A color RGB value is (75,168,90).

RGB: (75,168,90) (29%, 66%, 35%)

RGB channels and saturation

R 75 of 255 = 29%
G 168 of 255 = 66%
B 90 of 255 = 35%

75
168
90

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

Portions of RGB colors in percentages

R + G + B = 75 + 168 + 90 = 333 (100%)
R 75 of 333 ~ 22.52%
G 168 of 333 ~ 50.45%
B 90 of 333 ~ 27.03'%

%22.52
%50.45
%27.03

CMYK color model

#4BA85A color CMYK value is (55,0,46,34).

  • cyan value is 55.36%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 34.12%

CMYK: (55,0,46,34)
C55M0Y46K34 (55%, 0%, 46%, 34%)
(0.55 / 0.00 / 0.46 / 0.34)

CMYK percentages

%55.36
%0
%46.43
%34.12

Codes

Color #4BA85A in popluar color models

4B A8 5A
RGB 75 168 90
HSL 130° 38.27% 47.65%
HSB/HSV 130° 55.36% 65.88%
CMYK 55.36% 0.00% 46.43%
34.12%

Color #4BA85A in popluar number systems.

HEX 4B A8 5A
Decimal 75 168 90
Binary 1001011 10101000 1011010
Octal 113 250 132

Shades and tints

Shades of #4BA85A

#4BA85A
(75,168,90)
#459952
(69,153,82)
#3F8A4A
(63,138,74)
#397B42
(57,123,66)
#336C3A
(51,108,58)
#2D5D32
(45,93,50)
#274E2A
(39,78,42)
#213F22
(33,63,34)
#1B301A
(27,48,26)
#152112
(21,33,18)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #4BA85A

#4BA85A
(75,168,90)
#5BAF69
(91,175,105)
#6BB678
(107,182,120)
#7BBD87
(123,189,135)
#8BC496
(139,196,150)
#9BCBA5
(155,203,165)
#ABD2B4
(171,210,180)
#BBD9C3
(187,217,195)
#CBE0D2
(203,224,210)
#DBE7E1
(219,231,225)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4BA85A color. Also use rgb(75,168,90) instead hex code.

Text Font Color

.myTextColor { color: #4BA85A; }

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

This text font color is #4BA85A.

Background Color

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

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

This div background color is #4BA85A.

Border color

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

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

This div border color is #4BA85A.

Opacity

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

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

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

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

This text has shadow with #4BA85A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BA85A.

Preview

Color preview on black background

This text has color #4BA85A on black background.


Color preview on white background

This text has color #4BA85A on white background.


Black color preview on #4BA85A background

This text has black color on #4BA85A background.


White color preview on #4BA85A background

This text has white color on #4BA85A background.


Related colors

Complementary color

Complementary color for #hex is #B457A5.


I love getcolorcode.com

Triadic colors

1 #5A4BA8 and #A85A4B with #4BA85A are triadic colors.

2 #5AA84B and #A84B5A with #4BA85A are triadic colors.