COLOR #4D683F

HEX: #4D683F RGB: (77,104,63)

Color info

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

RGB color model

#4D683F color RGB value is (77,104,63).

RGB: (77,104,63) (30%, 41%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 104 of 255 = 41%
B 63 of 255 = 25%

77
104
63

R + G + B ~ 32%. #4D683F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 104 + 63 = 244 (100%)
R 77 of 244 ~ 31.56%
G 104 of 244 ~ 42.62%
B 63 of 244 ~ 25.82'%

%31.56
%42.62
%25.82

CMYK color model

#4D683F color CMYK value is (26,0,39,59).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 59.22%

CMYK: (26,0,39,59)
C26M0Y39K59 (26%, 0%, 39%, 59%)
(0.26 / 0.00 / 0.39 / 0.59)

CMYK percentages

%25.96
%0
%39.42
%59.22

Codes

Color #4D683F in popluar color models

4D 68 3F
RGB 77 104 63
HSL 100° 24.55% 32.75%
HSB/HSV 100° 39.42% 40.78%
CMYK 25.96% 0.00% 39.42%
59.22%

Color #4D683F in popluar number systems.

HEX 4D 68 3F
Decimal 77 104 63
Binary 1001101 1101000 111111
Octal 115 150 77

Shades and tints

Shades of #4D683F

#4D683F
(77,104,63)
#465F3A
(70,95,58)
#3F5635
(63,86,53)
#384D30
(56,77,48)
#31442B
(49,68,43)
#2A3B26
(42,59,38)
#233221
(35,50,33)
#1C291C
(28,41,28)
#152017
(21,32,23)
#0E1712
(14,23,18)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #4D683F

#4D683F
(77,104,63)
#5D7550
(93,117,80)
#6D8261
(109,130,97)
#7D8F72
(125,143,114)
#8D9C83
(141,156,131)
#9DA994
(157,169,148)
#ADB6A5
(173,182,165)
#BDC3B6
(189,195,182)
#CDD0C7
(205,208,199)
#DDDDD8
(221,221,216)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D683F; }

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

This text font color is #4D683F.

Background Color

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

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

This div background color is #4D683F.

Border color

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

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

This div border color is #4D683F.

Opacity

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

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

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

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

This text has shadow with #4D683F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D683F.

Preview

Color preview on black background

This text has color #4D683F on black background.


Color preview on white background

This text has color #4D683F on white background.


Black color preview on #4D683F background

This text has black color on #4D683F background.


White color preview on #4D683F background

This text has white color on #4D683F background.


Related colors

Complementary color

Complementary color for #hex is #B297C0.


I love getcolorcode.com

Triadic colors

1 #3F4D68 and #683F4D with #4D683F are triadic colors.

2 #3F684D and #684D3F with #4D683F are triadic colors.