COLOR #4D603F

HEX: #4D603F RGB: (77,96,63)

Color info

#4D603F contains red, green and blue colors in about the same proportion. Web safe color of #4D603F is #336633 (or #363).

RGB color model

#4D603F color RGB value is (77,96,63).

RGB: (77,96,63) (30%, 38%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 96 of 255 = 38%
B 63 of 255 = 25%

77
96
63

R + G + B ~ 31%. #4D603F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 96 + 63 = 236 (100%)
R 77 of 236 ~ 32.63%
G 96 of 236 ~ 40.68%
B 63 of 236 ~ 26.69'%

%32.63
%40.68
%26.69

CMYK color model

#4D603F color CMYK value is (20,0,34,62).

  • cyan value is 19.79%
  • magenta value is 0.00%
  • yellow value is 34.38%
  • key color value is 62.35%

CMYK: (20,0,34,62)
C20M0Y34K62 (20%, 0%, 34%, 62%)
(0.20 / 0.00 / 0.34 / 0.62)

CMYK percentages

%19.79
%0
%34.38
%62.35

Codes

Color #4D603F in popluar color models

4D 60 3F
RGB 77 96 63
HSL 95° 20.75% 31.18%
HSB/HSV 95° 34.38% 37.65%
CMYK 19.79% 0.00% 34.38%
62.35%

Color #4D603F in popluar number systems.

HEX 4D 60 3F
Decimal 77 96 63
Binary 1001101 1100000 111111
Octal 115 140 77

Shades and tints

Shades of #4D603F

#4D603F
(77,96,63)
#46583A
(70,88,58)
#3F5035
(63,80,53)
#384830
(56,72,48)
#31402B
(49,64,43)
#2A3826
(42,56,38)
#233021
(35,48,33)
#1C281C
(28,40,28)
#152017
(21,32,23)
#0E1812
(14,24,18)
#07100D
(7,16,13)
#000000
(0,0,0)

Tints of #4D603F

#4D603F
(77,96,63)
#5D6E50
(93,110,80)
#6D7C61
(109,124,97)
#7D8A72
(125,138,114)
#8D9883
(141,152,131)
#9DA694
(157,166,148)
#ADB4A5
(173,180,165)
#BDC2B6
(189,194,182)
#CDD0C7
(205,208,199)
#DDDED8
(221,222,216)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D603F; }

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

This text font color is #4D603F.

Background Color

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

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

This div background color is #4D603F.

Border color

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

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

This div border color is #4D603F.

Opacity

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

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

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

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

This text has shadow with #4D603F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D603F.

Preview

Color preview on black background

This text has color #4D603F on black background.


Color preview on white background

This text has color #4D603F on white background.


Black color preview on #4D603F background

This text has black color on #4D603F background.


White color preview on #4D603F background

This text has white color on #4D603F background.


Related colors

Complementary color

Complementary color for #hex is #B29FC0.


I love getcolorcode.com

Triadic colors

1 #3F4D60 and #603F4D with #4D603F are triadic colors.

2 #3F604D and #604D3F with #4D603F are triadic colors.