COLOR #4B9689

HEX: #4B9689
RGB: (75,150,137)

Color info

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

RGB color model

#4B9689 color RGB value is (75,150,137).

  • red value is 75;
  • green value is 150;
  • blue value is 137.
RGB:
(75,150,137)
(29%,59%,54%)

RGB channels and saturation

R 75 of 255 = 29%
G 150 of 255 = 59%
B 137 of 255 = 54%

75
150
137

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

Portions of RGB colors in percentages

R + G + B =
75 + 150 + 137 = 362 (100%)
R 75 of 362 ~ 20.72%
G 150 of 362 ~ 41.44%
B 137 of 362 ~ 37.85%

%20.72
%41.44
%37.85

CMYK color model

#4B9689 color CMYK value is (50,0,9,41).

  • cyan value is 50.00%
  • magenta value is 0.00%
  • yellow value is 8.67%
  • key color value is 41.18%
CMYK:
(50,0,9,41)
C50M0Y9K41 
(50%,0%,9%,41%)
(0.50/0.00/0.09/0.41)	

CMYK percentages

%50
%0
%8.67
%41.18

Codes

Color #4B9689 in popluar color models

4B9689
RGB75150137
HSL170°33.33%44.12%
HSB/HSV170°50.00%58.82%
CMYK50.00%0.00%8.67%
41.18%

Color #4B9689 in popluar number systems.

HEX4B9689
Decimal75150137
Binary10010111001011010001001
Octal113226211

Shades and tints

Shades of #4B9689

#4B9689
(75,150,137)
#45897D
(69,137,125)
#3F7C71
(63,124,113)
#396F65
(57,111,101)
#336259
(51,98,89)
#2D554D
(45,85,77)
#274841
(39,72,65)
#213B35
(33,59,53)
#1B2E29
(27,46,41)
#15211D
(21,33,29)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #4B9689

#4B9689
(75,150,137)
#5B9F93
(91,159,147)
#6BA89D
(107,168,157)
#7BB1A7
(123,177,167)
#8BBAB1
(139,186,177)
#9BC3BB
(155,195,187)
#ABCCC5
(171,204,197)
#BBD5CF
(187,213,207)
#CBDED9
(203,222,217)
#DBE7E3
(219,231,227)
#EBF0ED
(235,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9689 color. Also use rgb(75,150,137) instead hex code.

Text Font Color

.myTextColor { color: #4B9689; }

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

This text font color is #4B9689.


Background Color

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

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

This div background color is #4B9689.


Border color

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

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

This div border color is #4B9689.


Opacity

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

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

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

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

This text has shadow with #4B9689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9689 on black background.


Color preview on white background

This text has color #4B9689 on white background.



Black color preview on #4B9689 background

This text has black color on #4B9689 background.


White color preview on #4B9689 background

This text has white color on #4B9689 background.