COLOR #4D8C82

HEX: #4D8C82
RGB: (77,140,130)

Color info

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

RGB color model

#4D8C82 color RGB value is (77,140,130).

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

RGB channels and saturation

R 77 of 255 = 30%
G 140 of 255 = 55%
B 130 of 255 = 51%

77
140
130

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

Portions of RGB colors in percentages

R + G + B =
77 + 140 + 130 = 347 (100%)
R 77 of 347 ~ 22.19%
G 140 of 347 ~ 40.35%
B 130 of 347 ~ 37.46%

%22.19
%40.35
%37.46

CMYK color model

#4D8C82 color CMYK value is (45,0,7,45).

  • cyan value is 45.00%
  • magenta value is 0.00%
  • yellow value is 7.14%
  • key color value is 45.10%
CMYK:
(45,0,7,45)
C45M0Y7K45 
(45%,0%,7%,45%)
(0.45/0.00/0.07/0.45)	

CMYK percentages

%45
%0
%7.14
%45.1

Codes

Color #4D8C82 in popluar color models

4D8C82
RGB77140130
HSL170°29.03%42.55%
HSB/HSV170°45.00%54.90%
CMYK45.00%0.00%7.14%
45.10%

Color #4D8C82 in popluar number systems.

HEX4D8C82
Decimal77140130
Binary10011011000110010000010
Octal115214202

Shades and tints

Shades of #4D8C82

#4D8C82
(77,140,130)
#468077
(70,128,119)
#3F746C
(63,116,108)
#386861
(56,104,97)
#315C56
(49,92,86)
#2A504B
(42,80,75)
#234440
(35,68,64)
#1C3835
(28,56,53)
#152C2A
(21,44,42)
#0E201F
(14,32,31)
#071414
(7,20,20)
#000000
(0,0,0)

Tints of #4D8C82

#4D8C82
(77,140,130)
#5D968D
(93,150,141)
#6DA098
(109,160,152)
#7DAAA3
(125,170,163)
#8DB4AE
(141,180,174)
#9DBEB9
(157,190,185)
#ADC8C4
(173,200,196)
#BDD2CF
(189,210,207)
#CDDCDA
(205,220,218)
#DDE6E5
(221,230,229)
#EDF0F0
(237,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D8C82; }

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

This text font color is #4D8C82.


Background Color

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

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

This div background color is #4D8C82.


Border color

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

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

This div border color is #4D8C82.


Opacity

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

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

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

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

This text has shadow with #4D8C82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D8C82 on black background.


Color preview on white background

This text has color #4D8C82 on white background.



Black color preview on #4D8C82 background

This text has black color on #4D8C82 background.


White color preview on #4D8C82 background

This text has white color on #4D8C82 background.