COLOR #4D560D

HEX: #4D560D RGB: (77,86,13)

Color info

#4D560D contains mainly red and green colors. Web safe color of #4D560D is #336600 (or #360).

RGB color model

#4D560D color RGB value is (77,86,13).

RGB: (77,86,13) (30%, 34%, 5%)

RGB channels and saturation

R 77 of 255 = 30%
G 86 of 255 = 34%
B 13 of 255 = 5%

77
86
13

R + G + B ~ 23%. #4D560D is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 86 + 13 = 176 (100%)
R 77 of 176 ~ 43.75%
G 86 of 176 ~ 48.86%
B 13 of 176 ~ 7.39'%

%43.75
%48.86

CMYK color model

#4D560D color CMYK value is (10,0,85,66).

  • cyan value is 10.47%
  • magenta value is 0.00%
  • yellow value is 84.88%
  • key color value is 66.27%

CMYK: (10,0,85,66)
C10M0Y85K66 (10%, 0%, 85%, 66%)
(0.10 / 0.00 / 0.85 / 0.66)

CMYK percentages

%10.47
%0
%84.88
%66.27

Codes

Color #4D560D in popluar color models

4D 56 0D
RGB 77 86 13
HSL 67° 73.74% 19.41%
HSB/HSV 67° 84.88% 33.73%
CMYK 10.47% 0.00% 84.88%
66.27%

Color #4D560D in popluar number systems.

HEX 4D 56 0D
Decimal 77 86 13
Binary 1001101 1010110 1101
Octal 115 126 15

Shades and tints

Shades of #4D560D

#4D560D
(77,86,13)
#464F0C
(70,79,12)
#3F480B
(63,72,11)
#38410A
(56,65,10)
#313A09
(49,58,9)
#2A3308
(42,51,8)
#232C07
(35,44,7)
#1C2506
(28,37,6)
#151E05
(21,30,5)
#0E1704
(14,23,4)
#071003
(7,16,3)
#000000
(0,0,0)

Tints of #4D560D

#4D560D
(77,86,13)
#5D6523
(93,101,35)
#6D7439
(109,116,57)
#7D834F
(125,131,79)
#8D9265
(141,146,101)
#9DA17B
(157,161,123)
#ADB091
(173,176,145)
#BDBFA7
(189,191,167)
#CDCEBD
(205,206,189)
#DDDDD3
(221,221,211)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D560D color. Also use rgb(77,86,13) instead hex code.

Text Font Color

.myTextColor { color: #4D560D; }

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

This text font color is #4D560D.

Background Color

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

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

This div background color is #4D560D.

Border color

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

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

This div border color is #4D560D.

Opacity

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

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

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

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

This text has shadow with #4D560D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D560D.

Preview

Color preview on black background

This text has color #4D560D on black background.


Color preview on white background

This text has color #4D560D on white background.


Black color preview on #4D560D background

This text has black color on #4D560D background.


White color preview on #4D560D background

This text has white color on #4D560D background.


Related colors

Complementary color

Complementary color for #hex is #B2A9F2.


I love getcolorcode.com

Triadic colors

1 #0D4D56 and #560D4D with #4D560D are triadic colors.

2 #0D564D and #564D0D with #4D560D are triadic colors.