COLOR #4B9F8B

HEX: #4B9F8B
RGB: (75,159,139)

Color info

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

RGB color model

#4B9F8B color RGB value is (75,159,139).

  • red value is 75;
  • green value is 159;
  • blue value is 139.
RGB:
(75,159,139)
(29%,62%,55%)

RGB channels and saturation

R 75 of 255 = 29%
G 159 of 255 = 62%
B 139 of 255 = 55%

75
159
139

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

Portions of RGB colors in percentages

R + G + B =
75 + 159 + 139 = 373 (100%)
R 75 of 373 ~ 20.11%
G 159 of 373 ~ 42.63%
B 139 of 373 ~ 37.27%

%20.11
%42.63
%37.27

CMYK color model

#4B9F8B color CMYK value is (53,0,13,38).

  • cyan value is 52.83%
  • magenta value is 0.00%
  • yellow value is 12.58%
  • key color value is 37.65%
CMYK:
(53,0,13,38)
C53M0Y13K38 
(53%,0%,13%,38%)
(0.53/0.00/0.13/0.38)	

CMYK percentages

%52.83
%0
%12.58
%37.65

Codes

Color #4B9F8B in popluar color models

4B9F8B
RGB75159139
HSL166°35.90%45.88%
HSB/HSV166°52.83%62.35%
CMYK52.83%0.00%12.58%
37.65%

Color #4B9F8B in popluar number systems.

HEX4B9F8B
Decimal75159139
Binary10010111001111110001011
Octal113237213

Shades and tints

Shades of #4B9F8B

#4B9F8B
(75,159,139)
#45917F
(69,145,127)
#3F8373
(63,131,115)
#397567
(57,117,103)
#33675B
(51,103,91)
#2D594F
(45,89,79)
#274B43
(39,75,67)
#213D37
(33,61,55)
#1B2F2B
(27,47,43)
#15211F
(21,33,31)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #4B9F8B

#4B9F8B
(75,159,139)
#5BA795
(91,167,149)
#6BAF9F
(107,175,159)
#7BB7A9
(123,183,169)
#8BBFB3
(139,191,179)
#9BC7BD
(155,199,189)
#ABCFC7
(171,207,199)
#BBD7D1
(187,215,209)
#CBDFDB
(203,223,219)
#DBE7E5
(219,231,229)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9F8B color. Also use rgb(75,159,139) instead hex code.

Text Font Color

.myTextColor { color: #4B9F8B; }

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

This text font color is #4B9F8B.


Background Color

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

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

This div background color is #4B9F8B.


Border color

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

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

This div border color is #4B9F8B.


Opacity

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

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

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

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

This text has shadow with #4B9F8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9F8B on black background.


Color preview on white background

This text has color #4B9F8B on white background.



Black color preview on #4B9F8B background

This text has black color on #4B9F8B background.


White color preview on #4B9F8B background

This text has white color on #4B9F8B background.