COLOR #4DB48F

HEX: #4DB48F
RGB: (77,180,143)

Color info

#4DB48F contains mainly green and blue colors. Web safe color of #4DB48F is #33CC99 (or #3C9).

RGB color model

#4DB48F color RGB value is (77,180,143).

  • red value is 77;
  • green value is 180;
  • blue value is 143.
RGB:
(77,180,143)
(30%,71%,56%)

RGB channels and saturation

R 77 of 255 = 30%
G 180 of 255 = 71%
B 143 of 255 = 56%

77
180
143

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

Portions of RGB colors in percentages

R + G + B =
77 + 180 + 143 = 400 (100%)
R 77 of 400 ~ 19.25%
G 180 of 400 ~ 45%
B 143 of 400 ~ 35.75%

%19.25
%45
%35.75

CMYK color model

#4DB48F color CMYK value is (57,0,21,29).

  • cyan value is 57.22%
  • magenta value is 0.00%
  • yellow value is 20.56%
  • key color value is 29.41%
CMYK:
(57,0,21,29)
C57M0Y21K29 
(57%,0%,21%,29%)
(0.57/0.00/0.21/0.29)	

CMYK percentages

%57.22
%0
%20.56
%29.41

Codes

Color #4DB48F in popluar color models

4DB48F
RGB77180143
HSL158°40.71%50.39%
HSB/HSV158°57.22%70.59%
CMYK57.22%0.00%20.56%
29.41%

Color #4DB48F in popluar number systems.

HEX4DB48F
Decimal77180143
Binary10011011011010010001111
Octal115264217

Shades and tints

Shades of #4DB48F

#4DB48F
(77,180,143)
#46A482
(70,164,130)
#3F9475
(63,148,117)
#388468
(56,132,104)
#31745B
(49,116,91)
#2A644E
(42,100,78)
#235441
(35,84,65)
#1C4434
(28,68,52)
#153427
(21,52,39)
#0E241A
(14,36,26)
#07140D
(7,20,13)
#000000
(0,0,0)

Tints of #4DB48F

#4DB48F
(77,180,143)
#5DBA99
(93,186,153)
#6DC0A3
(109,192,163)
#7DC6AD
(125,198,173)
#8DCCB7
(141,204,183)
#9DD2C1
(157,210,193)
#ADD8CB
(173,216,203)
#BDDED5
(189,222,213)
#CDE4DF
(205,228,223)
#DDEAE9
(221,234,233)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DB48F color. Also use rgb(77,180,143) instead hex code.

Text Font Color

.myTextColor { color: #4DB48F; }

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

This text font color is #4DB48F.


Background Color

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

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

This div background color is #4DB48F.


Border color

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

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

This div border color is #4DB48F.


Opacity

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

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

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

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

This text has shadow with #4DB48F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DB48F on black background.


Color preview on white background

This text has color #4DB48F on white background.



Black color preview on #4DB48F background

This text has black color on #4DB48F background.


White color preview on #4DB48F background

This text has white color on #4DB48F background.