COLOR #4D9183

HEX: #4D9183
RGB: (77,145,131)

Color info

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

RGB color model

#4D9183 color RGB value is (77,145,131).

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

RGB channels and saturation

R 77 of 255 = 30%
G 145 of 255 = 57%
B 131 of 255 = 51%

77
145
131

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

Portions of RGB colors in percentages

R + G + B =
77 + 145 + 131 = 353 (100%)
R 77 of 353 ~ 21.81%
G 145 of 353 ~ 41.08%
B 131 of 353 ~ 37.11%

%21.81
%41.08
%37.11

CMYK color model

#4D9183 color CMYK value is (47,0,10,43).

  • cyan value is 46.90%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 43.14%
CMYK:
(47,0,10,43)
C47M0Y10K43 
(47%,0%,10%,43%)
(0.47/0.00/0.10/0.43)	

CMYK percentages

%46.9
%0
%9.66
%43.14

Codes

Color #4D9183 in popluar color models

4D9183
RGB77145131
HSL168°30.63%43.53%
HSB/HSV168°46.90%56.86%
CMYK46.90%0.00%9.66%
43.14%

Color #4D9183 in popluar number systems.

HEX4D9183
Decimal77145131
Binary10011011001000110000011
Octal115221203

Shades and tints

Shades of #4D9183

#4D9183
(77,145,131)
#468478
(70,132,120)
#3F776D
(63,119,109)
#386A62
(56,106,98)
#315D57
(49,93,87)
#2A504C
(42,80,76)
#234341
(35,67,65)
#1C3636
(28,54,54)
#15292B
(21,41,43)
#0E1C20
(14,28,32)
#070F15
(7,15,21)
#000000
(0,0,0)

Tints of #4D9183

#4D9183
(77,145,131)
#5D9B8E
(93,155,142)
#6DA599
(109,165,153)
#7DAFA4
(125,175,164)
#8DB9AF
(141,185,175)
#9DC3BA
(157,195,186)
#ADCDC5
(173,205,197)
#BDD7D0
(189,215,208)
#CDE1DB
(205,225,219)
#DDEBE6
(221,235,230)
#EDF5F1
(237,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D9183; }

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

This text font color is #4D9183.


Background Color

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

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

This div background color is #4D9183.


Border color

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

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

This div border color is #4D9183.


Opacity

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

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

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

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

This text has shadow with #4D9183 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D9183 on black background.


Color preview on white background

This text has color #4D9183 on white background.



Black color preview on #4D9183 background

This text has black color on #4D9183 background.


White color preview on #4D9183 background

This text has white color on #4D9183 background.