COLOR #4D7277

HEX: #4D7277
RGB: (77,114,119)

Color info

#4D7277 contains red, green and blue colors in about the same proportion. Web safe color of #4D7277 is #336666 (or #366).

RGB color model

#4D7277 color RGB value is (77,114,119).

  • red value is 77;
  • green value is 114;
  • blue value is 119.
RGB:
(77,114,119)
(30%,45%,47%)

RGB channels and saturation

R 77 of 255 = 30%
G 114 of 255 = 45%
B 119 of 255 = 47%

77
114
119

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

Portions of RGB colors in percentages

R + G + B =
77 + 114 + 119 = 310 (100%)
R 77 of 310 ~ 24.84%
G 114 of 310 ~ 36.77%
B 119 of 310 ~ 38.39%

%24.84
%36.77
%38.39

CMYK color model

#4D7277 color CMYK value is (35,4,0,53).

  • cyan value is 35.29%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(35,4,0,53)
C35M4Y0K53 
(35%,4%,0%,53%)
(0.35/0.04/0.00/0.53)	

CMYK percentages

%35.29
%4.2
%0
%53.33

Codes

Color #4D7277 in popluar color models

4D7277
RGB77114119
HSL187°21.43%38.43%
HSB/HSV187°35.29%46.67%
CMYK35.29%4.20%0.00%
53.33%

Color #4D7277 in popluar number systems.

HEX4D7277
Decimal77114119
Binary100110111100101110111
Octal115162167

Shades and tints

Shades of #4D7277

#4D7277
(77,114,119)
#46686D
(70,104,109)
#3F5E63
(63,94,99)
#385459
(56,84,89)
#314A4F
(49,74,79)
#2A4045
(42,64,69)
#23363B
(35,54,59)
#1C2C31
(28,44,49)
#152227
(21,34,39)
#0E181D
(14,24,29)
#070E13
(7,14,19)
#000000
(0,0,0)

Tints of #4D7277

#4D7277
(77,114,119)
#5D7E83
(93,126,131)
#6D8A8F
(109,138,143)
#7D969B
(125,150,155)
#8DA2A7
(141,162,167)
#9DAEB3
(157,174,179)
#ADBABF
(173,186,191)
#BDC6CB
(189,198,203)
#CDD2D7
(205,210,215)
#DDDEE3
(221,222,227)
#EDEAEF
(237,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7277 color. Also use rgb(77,114,119) instead hex code.

Text Font Color

.myTextColor { color: #4D7277; }

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

This text font color is #4D7277.


Background Color

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

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

This div background color is #4D7277.


Border color

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

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

This div border color is #4D7277.


Opacity

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

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

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

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

This text has shadow with #4D7277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7277 on black background.


Color preview on white background

This text has color #4D7277 on white background.



Black color preview on #4D7277 background

This text has black color on #4D7277 background.


White color preview on #4D7277 background

This text has white color on #4D7277 background.