COLOR #4D918C

HEX: #4D918C
RGB: (77,145,140)

Color info

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

RGB color model

#4D918C color RGB value is (77,145,140).

  • red value is 77;
  • green value is 145;
  • blue value is 140.
RGB:
(77,145,140)
(30%,57%,55%)

RGB channels and saturation

R 77 of 255 = 30%
G 145 of 255 = 57%
B 140 of 255 = 55%

77
145
140

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

Portions of RGB colors in percentages

R + G + B =
77 + 145 + 140 = 362 (100%)
R 77 of 362 ~ 21.27%
G 145 of 362 ~ 40.06%
B 140 of 362 ~ 38.67%

%21.27
%40.06
%38.67

CMYK color model

#4D918C color CMYK value is (47,0,3,43).

  • cyan value is 46.90%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 43.14%
CMYK:
(47,0,3,43)
C47M0Y3K43 
(47%,0%,3%,43%)
(0.47/0.00/0.03/0.43)	

CMYK percentages

%46.9
%0
%3.45
%43.14

Codes

Color #4D918C in popluar color models

4D918C
RGB77145140
HSL176°30.63%43.53%
HSB/HSV176°46.90%56.86%
CMYK46.90%0.00%3.45%
43.14%

Color #4D918C in popluar number systems.

HEX4D918C
Decimal77145140
Binary10011011001000110001100
Octal115221214

Shades and tints

Shades of #4D918C

#4D918C
(77,145,140)
#468480
(70,132,128)
#3F7774
(63,119,116)
#386A68
(56,106,104)
#315D5C
(49,93,92)
#2A5050
(42,80,80)
#234344
(35,67,68)
#1C3638
(28,54,56)
#15292C
(21,41,44)
#0E1C20
(14,28,32)
#070F14
(7,15,20)
#000000
(0,0,0)

Tints of #4D918C

#4D918C
(77,145,140)
#5D9B96
(93,155,150)
#6DA5A0
(109,165,160)
#7DAFAA
(125,175,170)
#8DB9B4
(141,185,180)
#9DC3BE
(157,195,190)
#ADCDC8
(173,205,200)
#BDD7D2
(189,215,210)
#CDE1DC
(205,225,220)
#DDEBE6
(221,235,230)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D918C color. Also use rgb(77,145,140) instead hex code.

Text Font Color

.myTextColor { color: #4D918C; }

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

This text font color is #4D918C.


Background Color

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

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

This div background color is #4D918C.


Border color

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

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

This div border color is #4D918C.


Opacity

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

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

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

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

This text has shadow with #4D918C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D918C on black background.


Color preview on white background

This text has color #4D918C on white background.



Black color preview on #4D918C background

This text has black color on #4D918C background.


White color preview on #4D918C background

This text has white color on #4D918C background.