COLOR #4D907A

HEX: #4D907A
RGB: (77,144,122)

Color info

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

RGB color model

#4D907A color RGB value is (77,144,122).

  • red value is 77;
  • green value is 144;
  • blue value is 122.
RGB:
(77,144,122)
(30%,56%,48%)

RGB channels and saturation

R 77 of 255 = 30%
G 144 of 255 = 56%
B 122 of 255 = 48%

77
144
122

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

Portions of RGB colors in percentages

R + G + B =
77 + 144 + 122 = 343 (100%)
R 77 of 343 ~ 22.45%
G 144 of 343 ~ 41.98%
B 122 of 343 ~ 35.57%

%22.45
%41.98
%35.57

CMYK color model

#4D907A color CMYK value is (47,0,15,44).

  • cyan value is 46.53%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 43.53%
CMYK:
(47,0,15,44)
C47M0Y15K44 
(47%,0%,15%,44%)
(0.47/0.00/0.15/0.44)	

CMYK percentages

%46.53
%0
%15.28
%43.53

Codes

Color #4D907A in popluar color models

4D907A
RGB77144122
HSL160°30.32%43.33%
HSB/HSV160°46.53%56.47%
CMYK46.53%0.00%15.28%
43.53%

Color #4D907A in popluar number systems.

HEX4D907A
Decimal77144122
Binary1001101100100001111010
Octal115220172

Shades and tints

Shades of #4D907A

#4D907A
(77,144,122)
#46836F
(70,131,111)
#3F7664
(63,118,100)
#386959
(56,105,89)
#315C4E
(49,92,78)
#2A4F43
(42,79,67)
#234238
(35,66,56)
#1C352D
(28,53,45)
#152822
(21,40,34)
#0E1B17
(14,27,23)
#070E0C
(7,14,12)
#000000
(0,0,0)

Tints of #4D907A

#4D907A
(77,144,122)
#5D9A86
(93,154,134)
#6DA492
(109,164,146)
#7DAE9E
(125,174,158)
#8DB8AA
(141,184,170)
#9DC2B6
(157,194,182)
#ADCCC2
(173,204,194)
#BDD6CE
(189,214,206)
#CDE0DA
(205,224,218)
#DDEAE6
(221,234,230)
#EDF4F2
(237,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D907A color. Also use rgb(77,144,122) instead hex code.

Text Font Color

.myTextColor { color: #4D907A; }

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

This text font color is #4D907A.


Background Color

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

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

This div background color is #4D907A.


Border color

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

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

This div border color is #4D907A.


Opacity

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

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

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

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

This text has shadow with #4D907A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D907A on black background.


Color preview on white background

This text has color #4D907A on white background.



Black color preview on #4D907A background

This text has black color on #4D907A background.


White color preview on #4D907A background

This text has white color on #4D907A background.