COLOR #4B878F

HEX: #4B878F
RGB: (75,135,143)

Color info

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

RGB color model

#4B878F color RGB value is (75,135,143).

  • red value is 75;
  • green value is 135;
  • blue value is 143.
RGB:
(75,135,143)
(29%,53%,56%)

RGB channels and saturation

R 75 of 255 = 29%
G 135 of 255 = 53%
B 143 of 255 = 56%

75
135
143

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

Portions of RGB colors in percentages

R + G + B =
75 + 135 + 143 = 353 (100%)
R 75 of 353 ~ 21.25%
G 135 of 353 ~ 38.24%
B 143 of 353 ~ 40.51%

%21.25
%38.24
%40.51

CMYK color model

#4B878F color CMYK value is (48,6,0,44).

  • cyan value is 47.55%
  • magenta value is 5.59%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(48,6,0,44)
C48M6Y0K44 
(48%,6%,0%,44%)
(0.48/0.06/0.00/0.44)	

CMYK percentages

%47.55
%5.59
%0
%43.92

Codes

Color #4B878F in popluar color models

4B878F
RGB75135143
HSL187°31.19%42.75%
HSB/HSV187°47.55%56.08%
CMYK47.55%5.59%0.00%
43.92%

Color #4B878F in popluar number systems.

HEX4B878F
Decimal75135143
Binary10010111000011110001111
Octal113207217

Shades and tints

Shades of #4B878F

#4B878F
(75,135,143)
#457B82
(69,123,130)
#3F6F75
(63,111,117)
#396368
(57,99,104)
#33575B
(51,87,91)
#2D4B4E
(45,75,78)
#273F41
(39,63,65)
#213334
(33,51,52)
#1B2727
(27,39,39)
#151B1A
(21,27,26)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #4B878F

#4B878F
(75,135,143)
#5B9199
(91,145,153)
#6B9BA3
(107,155,163)
#7BA5AD
(123,165,173)
#8BAFB7
(139,175,183)
#9BB9C1
(155,185,193)
#ABC3CB
(171,195,203)
#BBCDD5
(187,205,213)
#CBD7DF
(203,215,223)
#DBE1E9
(219,225,233)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B878F color. Also use rgb(75,135,143) instead hex code.

Text Font Color

.myTextColor { color: #4B878F; }

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

This text font color is #4B878F.


Background Color

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

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

This div background color is #4B878F.


Border color

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

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

This div border color is #4B878F.


Opacity

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

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

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

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

This text has shadow with #4B878F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B878F on black background.


Color preview on white background

This text has color #4B878F on white background.



Black color preview on #4B878F background

This text has black color on #4B878F background.


White color preview on #4B878F background

This text has white color on #4B878F background.