COLOR #4D736B

HEX: #4D736B
RGB: (77,115,107)

Color info

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

RGB color model

#4D736B color RGB value is (77,115,107).

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

RGB channels and saturation

R 77 of 255 = 30%
G 115 of 255 = 45%
B 107 of 255 = 42%

77
115
107

R + G + B ~ 39%. #4D736B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 115 + 107 = 299 (100%)
R 77 of 299 ~ 25.75%
G 115 of 299 ~ 38.46%
B 107 of 299 ~ 35.79%

%25.75
%38.46
%35.79

CMYK color model

#4D736B color CMYK value is (33,0,7,55).

  • cyan value is 33.04%
  • magenta value is 0.00%
  • yellow value is 6.96%
  • key color value is 54.90%
CMYK:
(33,0,7,55)
C33M0Y7K55 
(33%,0%,7%,55%)
(0.33/0.00/0.07/0.55)	

CMYK percentages

%33.04
%0
%6.96
%54.9

Codes

Color #4D736B in popluar color models

4D736B
RGB77115107
HSL167°19.79%37.65%
HSB/HSV167°33.04%45.10%
CMYK33.04%0.00%6.96%
54.90%

Color #4D736B in popluar number systems.

HEX4D736B
Decimal77115107
Binary100110111100111101011
Octal115163153

Shades and tints

Shades of #4D736B

#4D736B
(77,115,107)
#466962
(70,105,98)
#3F5F59
(63,95,89)
#385550
(56,85,80)
#314B47
(49,75,71)
#2A413E
(42,65,62)
#233735
(35,55,53)
#1C2D2C
(28,45,44)
#152323
(21,35,35)
#0E191A
(14,25,26)
#070F11
(7,15,17)
#000000
(0,0,0)

Tints of #4D736B

#4D736B
(77,115,107)
#5D7F78
(93,127,120)
#6D8B85
(109,139,133)
#7D9792
(125,151,146)
#8DA39F
(141,163,159)
#9DAFAC
(157,175,172)
#ADBBB9
(173,187,185)
#BDC7C6
(189,199,198)
#CDD3D3
(205,211,211)
#DDDFE0
(221,223,224)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D736B; }

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

This text font color is #4D736B.


Background Color

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

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

This div background color is #4D736B.


Border color

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

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

This div border color is #4D736B.


Opacity

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

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

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

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

This text has shadow with #4D736B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D736B on black background.


Color preview on white background

This text has color #4D736B on white background.



Black color preview on #4D736B background

This text has black color on #4D736B background.


White color preview on #4D736B background

This text has white color on #4D736B background.