COLOR #4B8886

HEX: #4B8886 RGB: (75,136,134)

Color info

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

RGB color model

#4B8886 color RGB value is (75,136,134).

RGB: (75,136,134) (29%, 53%, 53%)

RGB channels and saturation

R 75 of 255 = 29%
G 136 of 255 = 53%
B 134 of 255 = 53%

75
136
134

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

Portions of RGB colors in percentages

R + G + B = 75 + 136 + 134 = 345 (100%)
R 75 of 345 ~ 21.74%
G 136 of 345 ~ 39.42%
B 134 of 345 ~ 38.84'%

%21.74
%39.42
%38.84

CMYK color model

#4B8886 color CMYK value is (45,0,1,47).

  • cyan value is 44.85%
  • magenta value is 0.00%
  • yellow value is 1.47%
  • key color value is 46.67%

CMYK: (45,0,1,47)
C45M0Y1K47 (45%, 0%, 1%, 47%)
(0.45 / 0.00 / 0.01 / 0.47)

CMYK percentages

%44.85
%0
%1.47
%46.67

Codes

Color #4B8886 in popluar color models

4B 88 86
RGB 75 136 134
HSL 178° 28.91% 41.37%
HSB/HSV 178° 44.85% 53.33%
CMYK 44.85% 0.00% 1.47%
46.67%

Color #4B8886 in popluar number systems.

HEX 4B 88 86
Decimal 75 136 134
Binary 1001011 10001000 10000110
Octal 113 210 206

Shades and tints

Shades of #4B8886

#4B8886
(75,136,134)
#457C7A
(69,124,122)
#3F706E
(63,112,110)
#396462
(57,100,98)
#335856
(51,88,86)
#2D4C4A
(45,76,74)
#27403E
(39,64,62)
#213432
(33,52,50)
#1B2826
(27,40,38)
#151C1A
(21,28,26)
#0F100E
(15,16,14)
#000000
(0,0,0)

Tints of #4B8886

#4B8886
(75,136,134)
#5B9291
(91,146,145)
#6B9C9C
(107,156,156)
#7BA6A7
(123,166,167)
#8BB0B2
(139,176,178)
#9BBABD
(155,186,189)
#ABC4C8
(171,196,200)
#BBCED3
(187,206,211)
#CBD8DE
(203,216,222)
#DBE2E9
(219,226,233)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B8886 color. Also use rgb(75,136,134) instead hex code.

Text Font Color

.myTextColor { color: #4B8886; }

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

This text font color is #4B8886.

Background Color

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

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

This div background color is #4B8886.

Border color

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

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

This div border color is #4B8886.

Opacity

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

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

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

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

This text has shadow with #4B8886 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B8886.

Preview

Color preview on black background

This text has color #4B8886 on black background.


Color preview on white background

This text has color #4B8886 on white background.


Black color preview on #4B8886 background

This text has black color on #4B8886 background.


White color preview on #4B8886 background

This text has white color on #4B8886 background.


Related colors

Complementary color

Complementary color for #hex is #B47779.


I love getcolorcode.com

Triadic colors

1 #864B88 and #88864B with #4B8886 are triadic colors.

2 #86884B and #884B86 with #4B8886 are triadic colors.