COLOR #4BA880

HEX: #4BA880 RGB: (75,168,128)

Color info

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

RGB color model

#4BA880 color RGB value is (75,168,128).

RGB: (75,168,128) (29%, 66%, 50%)

RGB channels and saturation

R 75 of 255 = 29%
G 168 of 255 = 66%
B 128 of 255 = 50%

75
168
128

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

Portions of RGB colors in percentages

R + G + B = 75 + 168 + 128 = 371 (100%)
R 75 of 371 ~ 20.22%
G 168 of 371 ~ 45.28%
B 128 of 371 ~ 34.5'%

%20.22
%45.28
%34.5

CMYK color model

#4BA880 color CMYK value is (55,0,24,34).

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

CMYK: (55,0,24,34)
C55M0Y24K34 (55%, 0%, 24%, 34%)
(0.55 / 0.00 / 0.24 / 0.34)

CMYK percentages

%55.36
%0
%23.81
%34.12

Codes

Color #4BA880 in popluar color models

4B A8 80
RGB 75 168 128
HSL 154° 38.27% 47.65%
HSB/HSV 154° 55.36% 65.88%
CMYK 55.36% 0.00% 23.81%
34.12%

Color #4BA880 in popluar number systems.

HEX 4B A8 80
Decimal 75 168 128
Binary 1001011 10101000 10000000
Octal 113 250 200

Shades and tints

Shades of #4BA880

#4BA880
(75,168,128)
#459975
(69,153,117)
#3F8A6A
(63,138,106)
#397B5F
(57,123,95)
#336C54
(51,108,84)
#2D5D49
(45,93,73)
#274E3E
(39,78,62)
#213F33
(33,63,51)
#1B3028
(27,48,40)
#15211D
(21,33,29)
#0F1212
(15,18,18)
#000000
(0,0,0)

Tints of #4BA880

#4BA880
(75,168,128)
#5BAF8B
(91,175,139)
#6BB696
(107,182,150)
#7BBDA1
(123,189,161)
#8BC4AC
(139,196,172)
#9BCBB7
(155,203,183)
#ABD2C2
(171,210,194)
#BBD9CD
(187,217,205)
#CBE0D8
(203,224,216)
#DBE7E3
(219,231,227)
#EBEEEE
(235,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4BA880; }

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

This text font color is #4BA880.

Background Color

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

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

This div background color is #4BA880.

Border color

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

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

This div border color is #4BA880.

Opacity

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

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

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

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

This text has shadow with #4BA880 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4BA880.

Preview

Color preview on black background

This text has color #4BA880 on black background.


Color preview on white background

This text has color #4BA880 on white background.


Black color preview on #4BA880 background

This text has black color on #4BA880 background.


White color preview on #4BA880 background

This text has white color on #4BA880 background.


Related colors

Complementary color

Complementary color for #hex is #B4577F.


I love getcolorcode.com

Triadic colors

1 #804BA8 and #A8804B with #4BA880 are triadic colors.

2 #80A84B and #A84B80 with #4BA880 are triadic colors.