COLOR #4D745D

HEX: #4D745D RGB: (77,116,93)

Color info

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

RGB color model

#4D745D color RGB value is (77,116,93).

RGB: (77,116,93) (30%, 45%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 116 of 255 = 45%
B 93 of 255 = 36%

77
116
93

R + G + B ~ 37%. #4D745D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 116 + 93 = 286 (100%)
R 77 of 286 ~ 26.92%
G 116 of 286 ~ 40.56%
B 93 of 286 ~ 32.52'%

%26.92
%40.56
%32.52

CMYK color model

#4D745D color CMYK value is (34,0,20,55).

  • cyan value is 33.62%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 54.51%

CMYK: (34,0,20,55)
C34M0Y20K55 (34%, 0%, 20%, 55%)
(0.34 / 0.00 / 0.20 / 0.55)

CMYK percentages

%33.62
%0
%19.83
%54.51

Codes

Color #4D745D in popluar color models

4D 74 5D
RGB 77 116 93
HSL 145° 20.21% 37.84%
HSB/HSV 145° 33.62% 45.49%
CMYK 33.62% 0.00% 19.83%
54.51%

Color #4D745D in popluar number systems.

HEX 4D 74 5D
Decimal 77 116 93
Binary 1001101 1110100 1011101
Octal 115 164 135

Shades and tints

Shades of #4D745D

#4D745D
(77,116,93)
#466A55
(70,106,85)
#3F604D
(63,96,77)
#385645
(56,86,69)
#314C3D
(49,76,61)
#2A4235
(42,66,53)
#23382D
(35,56,45)
#1C2E25
(28,46,37)
#15241D
(21,36,29)
#0E1A15
(14,26,21)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #4D745D

#4D745D
(77,116,93)
#5D806B
(93,128,107)
#6D8C79
(109,140,121)
#7D9887
(125,152,135)
#8DA495
(141,164,149)
#9DB0A3
(157,176,163)
#ADBCB1
(173,188,177)
#BDC8BF
(189,200,191)
#CDD4CD
(205,212,205)
#DDE0DB
(221,224,219)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D745D color. Also use rgb(77,116,93) instead hex code.

Text Font Color

.myTextColor { color: #4D745D; }

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

This text font color is #4D745D.

Background Color

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

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

This div background color is #4D745D.

Border color

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

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

This div border color is #4D745D.

Opacity

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

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

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

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

This text has shadow with #4D745D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D745D.

Preview

Color preview on black background

This text has color #4D745D on black background.


Color preview on white background

This text has color #4D745D on white background.


Black color preview on #4D745D background

This text has black color on #4D745D background.


White color preview on #4D745D background

This text has white color on #4D745D background.


Related colors

Complementary color

Complementary color for #hex is #B28BA2.


I love getcolorcode.com

Triadic colors

1 #5D4D74 and #745D4D with #4D745D are triadic colors.

2 #5D744D and #744D5D with #4D745D are triadic colors.