COLOR #4D7662

HEX: #4D7662
RGB: (77,118,98)

Color info

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

RGB color model

#4D7662 color RGB value is (77,118,98).

  • red value is 77;
  • green value is 118;
  • blue value is 98.
RGB:
(77,118,98)
(30%,46%,38%)

RGB channels and saturation

R 77 of 255 = 30%
G 118 of 255 = 46%
B 98 of 255 = 38%

77
118
98

R + G + B ~ 38%. #4D7662 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 118 + 98 = 293 (100%)
R 77 of 293 ~ 26.28%
G 118 of 293 ~ 40.27%
B 98 of 293 ~ 33.45%

%26.28
%40.27
%33.45

CMYK color model

#4D7662 color CMYK value is (35,0,17,54).

  • cyan value is 34.75%
  • magenta value is 0.00%
  • yellow value is 16.95%
  • key color value is 53.73%
CMYK:
(35,0,17,54)
C35M0Y17K54 
(35%,0%,17%,54%)
(0.35/0.00/0.17/0.54)	

CMYK percentages

%34.75
%0
%16.95
%53.73

Codes

Color #4D7662 in popluar color models

4D7662
RGB7711898
HSL151°21.03%38.24%
HSB/HSV151°34.75%46.27%
CMYK34.75%0.00%16.95%
53.73%

Color #4D7662 in popluar number systems.

HEX4D7662
Decimal7711898
Binary100110111101101100010
Octal115166142

Shades and tints

Shades of #4D7662

#4D7662
(77,118,98)
#466C5A
(70,108,90)
#3F6252
(63,98,82)
#38584A
(56,88,74)
#314E42
(49,78,66)
#2A443A
(42,68,58)
#233A32
(35,58,50)
#1C302A
(28,48,42)
#152622
(21,38,34)
#0E1C1A
(14,28,26)
#071212
(7,18,18)
#000000
(0,0,0)

Tints of #4D7662

#4D7662
(77,118,98)
#5D8270
(93,130,112)
#6D8E7E
(109,142,126)
#7D9A8C
(125,154,140)
#8DA69A
(141,166,154)
#9DB2A8
(157,178,168)
#ADBEB6
(173,190,182)
#BDCAC4
(189,202,196)
#CDD6D2
(205,214,210)
#DDE2E0
(221,226,224)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D7662 color. Also use rgb(77,118,98) instead hex code.

Text Font Color

.myTextColor { color: #4D7662; }

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

This text font color is #4D7662.


Background Color

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

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

This div background color is #4D7662.


Border color

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

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

This div border color is #4D7662.


Opacity

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

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

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

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

This text has shadow with #4D7662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7662 on black background.


Color preview on white background

This text has color #4D7662 on white background.



Black color preview on #4D7662 background

This text has black color on #4D7662 background.


White color preview on #4D7662 background

This text has white color on #4D7662 background.