COLOR #4B987D

HEX: #4B987D RGB: (75,152,125)

Color info

#4B987D contains mainly green and blue colors. Web safe color of #4B987D is #339966 (or #396).

RGB color model

#4B987D color RGB value is (75,152,125).

RGB: (75,152,125) (29%, 60%, 49%)

RGB channels and saturation

R 75 of 255 = 29%
G 152 of 255 = 60%
B 125 of 255 = 49%

75
152
125

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

Portions of RGB colors in percentages

R + G + B = 75 + 152 + 125 = 352 (100%)
R 75 of 352 ~ 21.31%
G 152 of 352 ~ 43.18%
B 125 of 352 ~ 35.51'%

%21.31
%43.18
%35.51

CMYK color model

#4B987D color CMYK value is (51,0,18,40).

  • cyan value is 50.66%
  • magenta value is 0.00%
  • yellow value is 17.76%
  • key color value is 40.39%

CMYK: (51,0,18,40)
C51M0Y18K40 (51%, 0%, 18%, 40%)
(0.51 / 0.00 / 0.18 / 0.40)

CMYK percentages

%50.66
%0
%17.76
%40.39

Codes

Color #4B987D in popluar color models

4B 98 7D
RGB 75 152 125
HSL 159° 33.92% 44.51%
HSB/HSV 159° 50.66% 59.61%
CMYK 50.66% 0.00% 17.76%
40.39%

Color #4B987D in popluar number systems.

HEX 4B 98 7D
Decimal 75 152 125
Binary 1001011 10011000 1111101
Octal 113 230 175

Shades and tints

Shades of #4B987D

#4B987D
(75,152,125)
#458B72
(69,139,114)
#3F7E67
(63,126,103)
#39715C
(57,113,92)
#336451
(51,100,81)
#2D5746
(45,87,70)
#274A3B
(39,74,59)
#213D30
(33,61,48)
#1B3025
(27,48,37)
#15231A
(21,35,26)
#0F160F
(15,22,15)
#000000
(0,0,0)

Tints of #4B987D

#4B987D
(75,152,125)
#5BA188
(91,161,136)
#6BAA93
(107,170,147)
#7BB39E
(123,179,158)
#8BBCA9
(139,188,169)
#9BC5B4
(155,197,180)
#ABCEBF
(171,206,191)
#BBD7CA
(187,215,202)
#CBE0D5
(203,224,213)
#DBE9E0
(219,233,224)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B987D color. Also use rgb(75,152,125) instead hex code.

Text Font Color

.myTextColor { color: #4B987D; }

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

This text font color is #4B987D.

Background Color

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

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

This div background color is #4B987D.

Border color

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

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

This div border color is #4B987D.

Opacity

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

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

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

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

This text has shadow with #4B987D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B987D.

Preview

Color preview on black background

This text has color #4B987D on black background.


Color preview on white background

This text has color #4B987D on white background.


Black color preview on #4B987D background

This text has black color on #4B987D background.


White color preview on #4B987D background

This text has white color on #4B987D background.


Related colors

Complementary color

Complementary color for #hex is #B46782.


I love getcolorcode.com

Triadic colors

1 #7D4B98 and #987D4B with #4B987D are triadic colors.

2 #7D984B and #984B7D with #4B987D are triadic colors.