COLOR #4B9982

HEX: #4B9982
RGB: (75,153,130)

Color info

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

RGB color model

#4B9982 color RGB value is (75,153,130).

  • red value is 75;
  • green value is 153;
  • blue value is 130.
RGB:
(75,153,130)
(29%,60%,51%)

RGB channels and saturation

R 75 of 255 = 29%
G 153 of 255 = 60%
B 130 of 255 = 51%

75
153
130

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

Portions of RGB colors in percentages

R + G + B =
75 + 153 + 130 = 358 (100%)
R 75 of 358 ~ 20.95%
G 153 of 358 ~ 42.74%
B 130 of 358 ~ 36.31%

%20.95
%42.74
%36.31

CMYK color model

#4B9982 color CMYK value is (51,0,15,40).

  • cyan value is 50.98%
  • magenta value is 0.00%
  • yellow value is 15.03%
  • key color value is 40.00%
CMYK:
(51,0,15,40)
C51M0Y15K40 
(51%,0%,15%,40%)
(0.51/0.00/0.15/0.40)	

CMYK percentages

%50.98
%0
%15.03
%40

Codes

Color #4B9982 in popluar color models

4B9982
RGB75153130
HSL162°34.21%44.71%
HSB/HSV162°50.98%60.00%
CMYK50.98%0.00%15.03%
40.00%

Color #4B9982 in popluar number systems.

HEX4B9982
Decimal75153130
Binary10010111001100110000010
Octal113231202

Shades and tints

Shades of #4B9982

#4B9982
(75,153,130)
#458C77
(69,140,119)
#3F7F6C
(63,127,108)
#397261
(57,114,97)
#336556
(51,101,86)
#2D584B
(45,88,75)
#274B40
(39,75,64)
#213E35
(33,62,53)
#1B312A
(27,49,42)
#15241F
(21,36,31)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #4B9982

#4B9982
(75,153,130)
#5BA28D
(91,162,141)
#6BAB98
(107,171,152)
#7BB4A3
(123,180,163)
#8BBDAE
(139,189,174)
#9BC6B9
(155,198,185)
#ABCFC4
(171,207,196)
#BBD8CF
(187,216,207)
#CBE1DA
(203,225,218)
#DBEAE5
(219,234,229)
#EBF3F0
(235,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B9982 color. Also use rgb(75,153,130) instead hex code.

Text Font Color

.myTextColor { color: #4B9982; }

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

This text font color is #4B9982.


Background Color

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

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

This div background color is #4B9982.


Border color

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

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

This div border color is #4B9982.


Opacity

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

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

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

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

This text has shadow with #4B9982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B9982 on black background.


Color preview on white background

This text has color #4B9982 on white background.



Black color preview on #4B9982 background

This text has black color on #4B9982 background.


White color preview on #4B9982 background

This text has white color on #4B9982 background.