COLOR #4D927B

HEX: #4D927B
RGB: (77,146,123)

Color info

#4D927B contains mainly green and blue colors. Web safe color of #4D927B is #339966 (or #396).

RGB color model

#4D927B color RGB value is (77,146,123).

  • red value is 77;
  • green value is 146;
  • blue value is 123.
RGB:
(77,146,123)
(30%,57%,48%)

RGB channels and saturation

R 77 of 255 = 30%
G 146 of 255 = 57%
B 123 of 255 = 48%

77
146
123

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

Portions of RGB colors in percentages

R + G + B =
77 + 146 + 123 = 346 (100%)
R 77 of 346 ~ 22.25%
G 146 of 346 ~ 42.2%
B 123 of 346 ~ 35.55%

%22.25
%42.2
%35.55

CMYK color model

#4D927B color CMYK value is (47,0,16,43).

  • cyan value is 47.26%
  • magenta value is 0.00%
  • yellow value is 15.75%
  • key color value is 42.75%
CMYK:
(47,0,16,43)
C47M0Y16K43 
(47%,0%,16%,43%)
(0.47/0.00/0.16/0.43)	

CMYK percentages

%47.26
%0
%15.75
%42.75

Codes

Color #4D927B in popluar color models

4D927B
RGB77146123
HSL160°30.94%43.73%
HSB/HSV160°47.26%57.25%
CMYK47.26%0.00%15.75%
42.75%

Color #4D927B in popluar number systems.

HEX4D927B
Decimal77146123
Binary1001101100100101111011
Octal115222173

Shades and tints

Shades of #4D927B

#4D927B
(77,146,123)
#468570
(70,133,112)
#3F7865
(63,120,101)
#386B5A
(56,107,90)
#315E4F
(49,94,79)
#2A5144
(42,81,68)
#234439
(35,68,57)
#1C372E
(28,55,46)
#152A23
(21,42,35)
#0E1D18
(14,29,24)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #4D927B

#4D927B
(77,146,123)
#5D9B87
(93,155,135)
#6DA493
(109,164,147)
#7DAD9F
(125,173,159)
#8DB6AB
(141,182,171)
#9DBFB7
(157,191,183)
#ADC8C3
(173,200,195)
#BDD1CF
(189,209,207)
#CDDADB
(205,218,219)
#DDE3E7
(221,227,231)
#EDECF3
(237,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D927B color. Also use rgb(77,146,123) instead hex code.

Text Font Color

.myTextColor { color: #4D927B; }

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

This text font color is #4D927B.


Background Color

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

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

This div background color is #4D927B.


Border color

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

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

This div border color is #4D927B.


Opacity

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

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

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

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

This text has shadow with #4D927B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D927B on black background.


Color preview on white background

This text has color #4D927B on white background.



Black color preview on #4D927B background

This text has black color on #4D927B background.


White color preview on #4D927B background

This text has white color on #4D927B background.