COLOR #4D683B

HEX: #4D683B
RGB: (77,104,59)

Color info

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

RGB color model

#4D683B color RGB value is (77,104,59).

  • red value is 77;
  • green value is 104;
  • blue value is 59.
RGB:
(77,104,59)
(30%,41%,23%)

RGB channels and saturation

R 77 of 255 = 30%
G 104 of 255 = 41%
B 59 of 255 = 23%

77
104
59

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

Portions of RGB colors in percentages

R + G + B =
77 + 104 + 59 = 240 (100%)
R 77 of 240 ~ 32.08%
G 104 of 240 ~ 43.33%
B 59 of 240 ~ 24.58%

%32.08
%43.33
%24.58

CMYK color model

#4D683B color CMYK value is (26,0,43,59).

  • cyan value is 25.96%
  • magenta value is 0.00%
  • yellow value is 43.27%
  • key color value is 59.22%
CMYK:
(26,0,43,59)
C26M0Y43K59 
(26%,0%,43%,59%)
(0.26/0.00/0.43/0.59)	

CMYK percentages

%25.96
%0
%43.27
%59.22

Codes

Color #4D683B in popluar color models

4D683B
RGB7710459
HSL96°27.61%31.96%
HSB/HSV96°43.27%40.78%
CMYK25.96%0.00%43.27%
59.22%

Color #4D683B in popluar number systems.

HEX4D683B
Decimal7710459
Binary10011011101000111011
Octal11515073

Shades and tints

Shades of #4D683B

#4D683B
(77,104,59)
#465F36
(70,95,54)
#3F5631
(63,86,49)
#384D2C
(56,77,44)
#314427
(49,68,39)
#2A3B22
(42,59,34)
#23321D
(35,50,29)
#1C2918
(28,41,24)
#152013
(21,32,19)
#0E170E
(14,23,14)
#070E09
(7,14,9)
#000000
(0,0,0)

Tints of #4D683B

#4D683B
(77,104,59)
#5D754C
(93,117,76)
#6D825D
(109,130,93)
#7D8F6E
(125,143,110)
#8D9C7F
(141,156,127)
#9DA990
(157,169,144)
#ADB6A1
(173,182,161)
#BDC3B2
(189,195,178)
#CDD0C3
(205,208,195)
#DDDDD4
(221,221,212)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D683B; }

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

This text font color is #4D683B.


Background Color

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

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

This div background color is #4D683B.


Border color

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

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

This div border color is #4D683B.


Opacity

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

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

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

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

This text has shadow with #4D683B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D683B on black background.


Color preview on white background

This text has color #4D683B on white background.



Black color preview on #4D683B background

This text has black color on #4D683B background.


White color preview on #4D683B background

This text has white color on #4D683B background.