COLOR #4D7375

HEX: #4D7375
RGB: (77,115,117)

Color info

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

RGB color model

#4D7375 color RGB value is (77,115,117).

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

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 117 of 255 = 46%

77
115
117

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

Portions of RGB colors in percentages

R + G + B =
77 + 115 + 117 = 309 (100%)
R 77 of 309 ~ 24.92%
G 115 of 309 ~ 37.22%
B 117 of 309 ~ 37.86%

%24.92
%37.22
%37.86

CMYK color model

#4D7375 color CMYK value is (34,2,0,54).

  • cyan value is 34.19%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(34,2,0,54)
C34M2Y0K54 
(34%,2%,0%,54%)
(0.34/0.02/0.00/0.54)	

CMYK percentages

%34.19
%1.71
%0
%54.12

Codes

Color #4D7375 in popluar color models

4D7375
RGB77115117
HSL183°20.62%38.04%
HSB/HSV183°34.19%45.88%
CMYK34.19%1.71%0.00%
54.12%

Color #4D7375 in popluar number systems.

HEX4D7375
Decimal77115117
Binary100110111100111110101
Octal115163165

Shades and tints

Shades of #4D7375

#4D7375
(77,115,117)
#46696B
(70,105,107)
#3F5F61
(63,95,97)
#385557
(56,85,87)
#314B4D
(49,75,77)
#2A4143
(42,65,67)
#233739
(35,55,57)
#1C2D2F
(28,45,47)
#152325
(21,35,37)
#0E191B
(14,25,27)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #4D7375

#4D7375
(77,115,117)
#5D7F81
(93,127,129)
#6D8B8D
(109,139,141)
#7D9799
(125,151,153)
#8DA3A5
(141,163,165)
#9DAFB1
(157,175,177)
#ADBBBD
(173,187,189)
#BDC7C9
(189,199,201)
#CDD3D5
(205,211,213)
#DDDFE1
(221,223,225)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D7375; }

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

This text font color is #4D7375.


Background Color

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

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

This div background color is #4D7375.


Border color

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

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

This div border color is #4D7375.


Opacity

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

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

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

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

This text has shadow with #4D7375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D7375 on black background.


Color preview on white background

This text has color #4D7375 on white background.



Black color preview on #4D7375 background

This text has black color on #4D7375 background.


White color preview on #4D7375 background

This text has white color on #4D7375 background.