COLOR #4D998D

HEX: #4D998D RGB: (77,153,141)

Color info

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

RGB color model

#4D998D color RGB value is (77,153,141).

RGB: (77,153,141) (30%, 60%, 55%)

RGB channels and saturation

R 77 of 255 = 30%
G 153 of 255 = 60%
B 141 of 255 = 55%

77
153
141

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

Portions of RGB colors in percentages

R + G + B = 77 + 153 + 141 = 371 (100%)
R 77 of 371 ~ 20.75%
G 153 of 371 ~ 41.24%
B 141 of 371 ~ 38.01'%

%20.75
%41.24
%38.01

CMYK color model

#4D998D color CMYK value is (50,0,8,40).

  • cyan value is 49.67%
  • magenta value is 0.00%
  • yellow value is 7.84%
  • key color value is 40.00%

CMYK: (50,0,8,40)
C50M0Y8K40 (50%, 0%, 8%, 40%)
(0.50 / 0.00 / 0.08 / 0.40)

CMYK percentages

%49.67
%0
%7.84
%40

Codes

Color #4D998D in popluar color models

4D 99 8D
RGB 77 153 141
HSL 171° 33.04% 45.10%
HSB/HSV 171° 49.67% 60.00%
CMYK 49.67% 0.00% 7.84%
40.00%

Color #4D998D in popluar number systems.

HEX 4D 99 8D
Decimal 77 153 141
Binary 1001101 10011001 10001101
Octal 115 231 215

Shades and tints

Shades of #4D998D

#4D998D
(77,153,141)
#468C81
(70,140,129)
#3F7F75
(63,127,117)
#387269
(56,114,105)
#31655D
(49,101,93)
#2A5851
(42,88,81)
#234B45
(35,75,69)
#1C3E39
(28,62,57)
#15312D
(21,49,45)
#0E2421
(14,36,33)
#071715
(7,23,21)
#000000
(0,0,0)

Tints of #4D998D

#4D998D
(77,153,141)
#5DA297
(93,162,151)
#6DABA1
(109,171,161)
#7DB4AB
(125,180,171)
#8DBDB5
(141,189,181)
#9DC6BF
(157,198,191)
#ADCFC9
(173,207,201)
#BDD8D3
(189,216,211)
#CDE1DD
(205,225,221)
#DDEAE7
(221,234,231)
#EDF3F1
(237,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D998D color. Also use rgb(77,153,141) instead hex code.

Text Font Color

.myTextColor { color: #4D998D; }

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

This text font color is #4D998D.

Background Color

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

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

This div background color is #4D998D.

Border color

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

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

This div border color is #4D998D.

Opacity

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

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

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

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

This text has shadow with #4D998D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D998D.

Preview

Color preview on black background

This text has color #4D998D on black background.


Color preview on white background

This text has color #4D998D on white background.


Black color preview on #4D998D background

This text has black color on #4D998D background.


White color preview on #4D998D background

This text has white color on #4D998D background.


Related colors

Complementary color

Complementary color for #hex is #B26672.


I love getcolorcode.com

Triadic colors

1 #8D4D99 and #998D4D with #4D998D are triadic colors.

2 #8D994D and #994D8D with #4D998D are triadic colors.