COLOR #4D7360

HEX: #4D7360 RGB: (77,115,96)

Color info

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

RGB color model

#4D7360 color RGB value is (77,115,96).

RGB: (77,115,96) (30%, 45%, 38%)

RGB channels and saturation

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

77
115
96

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

Portions of RGB colors in percentages

R + G + B = 77 + 115 + 96 = 288 (100%)
R 77 of 288 ~ 26.74%
G 115 of 288 ~ 39.93%
B 96 of 288 ~ 33.33'%

%26.74
%39.93
%33.33

CMYK color model

#4D7360 color CMYK value is (33,0,17,55).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 54.90%
CMYK: (33,0,17,55) C33M0Y17K55 (33%,0%,17%,55%) (0.33/0.00/0.17/0.55) 

CMYK percentages

%33.04
%0
%16.52
%54.9

Codes

Color #4D7360 in popluar color models

4D 73 60
RGB 77 115 96
HSL 150° 19.79% 37.65%
HSB/HSV 150° 33.04% 45.10%
CMYK 33.04% 0.00% 16.52%
54.90%

Color #4D7360 in popluar number systems.

HEX 4D 73 60
Decimal 77 115 96
Binary 1001101 1110011 1100000
Octal 115 163 140

Shades and tints

Shades of #4D7360

#4D7360
(77,115,96)
#466958
(70,105,88)
#3F5F50
(63,95,80)
#385548
(56,85,72)
#314B40
(49,75,64)
#2A4138
(42,65,56)
#233730
(35,55,48)
#1C2D28
(28,45,40)
#152320
(21,35,32)
#0E1918
(14,25,24)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #4D7360

#4D7360
(77,115,96)
#5D7F6E
(93,127,110)
#6D8B7C
(109,139,124)
#7D978A
(125,151,138)
#8DA398
(141,163,152)
#9DAFA6
(157,175,166)
#ADBBB4
(173,187,180)
#BDC7C2
(189,199,194)
#CDD3D0
(205,211,208)
#DDDFDE
(221,223,222)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7360; }

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

This text font color is #4D7360.

Background Color

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

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

This div background color is #4D7360.

Border color

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

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

This div border color is #4D7360.

Opacity

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

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

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

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

This text has shadow with #4D7360 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D7360.

Preview

Color preview on black background

This text has color #4D7360 on black background.


Color preview on white background

This text has color #4D7360 on white background.


Black color preview on #4D7360 background

This text has black color on #4D7360 background.


White color preview on #4D7360 background

This text has white color on #4D7360 background.


Related colors

Complementary color

Complementary color for #hex is #B28C9F.


I love getcolorcode.com

Triadic colors

1 #604D73 and #73604D with #4D7360 are triadic colors.

2 #60734D and #734D60 with #4D7360 are triadic colors.