COLOR #4D7362

HEX: #4D7362
RGB: (77,115,98)

Color info

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

RGB color model

#4D7362 color RGB value is (77,115,98).

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

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 98 of 255 = 38%

77
115
98

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

Portions of RGB colors in percentages

R + G + B =
77 + 115 + 98 = 290 (100%)
R 77 of 290 ~ 26.55%
G 115 of 290 ~ 39.66%
B 98 of 290 ~ 33.79%

%26.55
%39.66
%33.79

CMYK color model

#4D7362 color CMYK value is (33,0,15,55).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 14.78%
  • key color value is 54.90%
CMYK:
(33,0,15,55)
C33M0Y15K55 
(33%,0%,15%,55%)
(0.33/0.00/0.15/0.55)	

CMYK percentages

%33.04
%0
%14.78
%54.9

Codes

Color #4D7362 in popluar color models

4D7362
RGB7711598
HSL153°19.79%37.65%
HSB/HSV153°33.04%45.10%
CMYK33.04%0.00%14.78%
54.90%

Color #4D7362 in popluar number systems.

HEX4D7362
Decimal7711598
Binary100110111100111100010
Octal115163142

Shades and tints

Shades of #4D7362

#4D7362
(77,115,98)
#46695A
(70,105,90)
#3F5F52
(63,95,82)
#38554A
(56,85,74)
#314B42
(49,75,66)
#2A413A
(42,65,58)
#233732
(35,55,50)
#1C2D2A
(28,45,42)
#152322
(21,35,34)
#0E191A
(14,25,26)
#070F12
(7,15,18)
#000000
(0,0,0)

Tints of #4D7362

#4D7362
(77,115,98)
#5D7F70
(93,127,112)
#6D8B7E
(109,139,126)
#7D978C
(125,151,140)
#8DA39A
(141,163,154)
#9DAFA8
(157,175,168)
#ADBBB6
(173,187,182)
#BDC7C4
(189,199,196)
#CDD3D2
(205,211,210)
#DDDFE0
(221,223,224)
#EDEBEE
(237,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7362; }

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

This text font color is #4D7362.


Background Color

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

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

This div background color is #4D7362.


Border color

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

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

This div border color is #4D7362.


Opacity

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

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

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

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

This text has shadow with #4D7362 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7362 on black background.


Color preview on white background

This text has color #4D7362 on white background.



Black color preview on #4D7362 background

This text has black color on #4D7362 background.


White color preview on #4D7362 background

This text has white color on #4D7362 background.